views:

96

answers:

1

how to calculate page rendering time with or without any javascript or with multiple JavaScript separately?

I want to know how much page will go slow if i use any javascript/jquery with plugin/ multiple javascript/jquery plugin files etc.?

javascript code in any form inline, in-page code, external file.

+1  A: 

A good option is to use Firebug (its "Net" panel) combined with PageSpeed (a Firebug plugin provided by Google) for testing your different configurations.

Update: Forgot to mention YSlow.

Juri