load time differences between browsers
|
04-04-2016, 11:37 PM
Post: #1
|
|||
|
|||
load time differences between browsers
Hello,
I'm working on a private instance of WebPagetest to which I associated with an execution system, and reading results.... one crontab module commands the execution of the tests with almost constant frequency, then the data collected can be displayed on the time graph. the system is based on version 2.19. this is the portion of code that launches the tests: PHP Code: function launch_test() { I'm doing tests with a probe so configured:
wptdriver.ini Code: [WebPagetest] locations.ini Code: [locations] The following is an example of data collected by the probe test .... Pisa1_T with three different browsers: ![]() of course you can click on the points on the graph to see the details .... the following two cases, one with IE11 and the other with Firefox: ![]() ![]() ... ![]() I can not understand why IE11 run correctly onload event while chrome and firefox very often miss the event and show activity time instead of load time. many thanks in advance for the help |
|||
04-05-2016, 01:45 AM
Post: #2
|
|||
|
|||
RE: load time differences between browsers
OK, some things to look at…
If you do multiple runs for each test (say 3 minimum) do the outliers get smoothed out? How often are those jpg's taking so long to load? If you compare a fast test and a slow test in the same browser what's making the difference in speed? Andy Using WebPageTest - http://usingwpt.com/ |
|||
04-05-2016, 05:59 PM
Post: #3
|
|||
|
|||
RE: load time differences between browsers
I did not understand what you mean by multiple runs ... each test is performed every 5 minutes as you can see from the chart, each time with a single run (&fvonly=1).
the images in the final part of the waterfall composing a slider and are downloaded through the use of timers javascript. the fast test and a slow test in the same browser do not differ from the side user experiences ... but the agent does not detect the onload event (in slow test case) and return the activity time instead (load time field in csv). all tests are run on the same computer and the same agent |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)