>Why do you recommand using Firebug? Is Firebug not loading static files and >apsx files simultaneously? That was just to illustrate that files dont load simultaneously.
>An other question I have is: Do you have 'Retrieve All embedded reourses' >enabled or disabled when loadtesting a Webserver? I usually have to load test an app server (fronted by a webserver) so for me the answer is no. Retrieve all embedded resources is again an approximation. it wont download for example images referred to in CSS files or scripts that get loaded dynamically etc etc as well as it downloads in a single threads so it might give you worse results than it should. On Tue, Sep 14, 2010 at 4:04 AM, SanderW <[email protected]>wrote: > > > Deepak Shetty wrote: > > > > Hi > > 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. > > > > regards > > deepak > > > > > Hi Deepak, > This is an interesting topic and your answers are really informative. > Why do you recommand using Firebug? Is Firebug not loading static files and > apsx files simultaneously? > > An other question I have is: Do you have 'Retrieve All embedded reourses' > enabled or disabled when loadtesting a Webserver? I couldn't really make > that up from your previous posts in this topic. > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Test-plan-for-970-page-requests-every-5-min-tp2826174p2838966.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] > >

