Hi,
I just installed WPT, it works well right now. But I have some questions.
How to know how many tests are waiting (the tests are in the queue)?
When I use Visual Comparision, sometimes the second url is tested before first url in testing screen. It seem to be wrong in ordering item in the testing queue?
2 - Are you on 2.3 and do you have the tmp directory under webpagetest’s root? The tests should be stored in a queue that guarantees the order but if the queue can not be saved they are processed in order of file time (which only has 1s granularity so it’s possible for them to be out of order for tests that are submitted in the same second).