>the ScriptResource.axd loads in 1 sec. Sounds quite high , but I dont know DotNEt
>ScriptResource.axd represents 33% of the total load time. only for one sample. It is not a proportional calculation. again whatever I have said holds for static resources. If this is not a static resource / if this gets generated based on user/request or some variable then you cannot use what i have said. perhaps you can let us know what is this script.axd? >So if I run a parsed test with 20 threads and ScriptResource.axd loads in 7 seconds, that means the whole page >would've loaded in 21 seconds. Im not sure how you arrived at this. Are you saying that the average time for script.axd for20 threads is 7 seconds? If so you need to now stop your test and tune your server :) regards deepak On Wed, Sep 15, 2010 at 1:10 PM, Prostak <[email protected]> wrote: > > >Use Firebug. Use the net tab. Access a page which has a number of static > >files like bbc.co.uk. You cannot predict how the browser will load the > >static resources / what will be done simultaneously and what will be done > >serially. > > I used the Firebug and noticed that if the whole page loads in 3 seconds, > the ScriptResource.axd loads in 1 sec. So the loading time of > ScriptResource.exd represents 33% of the total load time. > > So if I run a parsed test with 20 threads and ScriptResource.axd loads in 7 > seconds, that means the whole page would've loaded in 21 seconds. > > Am I correct? > If not, how do you calculate the loading of a page with resources based on > parsed times? > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Test-plan-for-970-page-requests-every-5-min-tp2826174p2841298.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

