On 8 September 2010 21:48, Prostak <[email protected]> wrote: > > I received several same http requests for a single page (pls see attached): > > 1) /ScriptResource.axd – 8 times > 2) /en/Erro.aspx – 2 times > 3) /Error.aspx – 2 times > > Can I delete the repetitive ones? Or is it critical to keep all as is for > load testing purposes?
Depends on what the test is trying to achieve ... and whether the requests really are identical or not. If it is simulating a browser that has been set to cache content, then you can try adding an HTTP Cache Manager (and keep the extra samples). > http://tinypic.com?ref=11kvxbs http://i52.tinypic.com/11kvxbs.png > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Repetitive-requests-axd-aspx-tp2815876p2815876.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

