Ok so couple of things a. I use static in a code sense (the file exists and nothing needs to be done for the webserver to serve it besides actually serving it).
>Then HOW do I calculate home page average loading time? You can approximate it. Firebug tells you approximately how many request are made in parallel. Use this to add the values to the main page (Do you see this 7 second behavior even for image files?). Understand that Im saying that static files usually have constant response times for most loads. Your script.,axd is not behaving in that way though. >My friend, I would tell you that if I knew dotNET myself... You will have developers working on the app right? Speak to them. >Could you tell me what can be done to tune up a server in this case IIS I dont know much about so i cant help you here. Again this is something that your developers/administrators can do, but really if a javascript file takes 7 seconds to download either your load is too high or something needs to be done on your app. regards deepak On Wed, Sep 15, 2010 at 2:10 PM, Prostak <[email protected]> wrote: > > >It is not a proportional calculation. > > First you say, that I can't add static files because browser could be > loading them on multiple connections. Now you say, that I can't use > proportional calculation. Then HOW do I calculate home page average loading > time? I out of options... > > >perhaps you can let us know what is this script.axd? > > My friend, I would tell you that if I knew dotNET myself... > > >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 :) > > Yes, this is the time I get .... with 10 loops though. > Could you tell me what can be done to tune up a server in this case (just > general ideas)? I am asking this just for my personal information, not that > I would be involved actually tuning the server. > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Test-plan-for-970-page-requests-every-5-min-tp2826174p2841392.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] > >

