![]() |
Different result running test with "https://" vs without. - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: Web Performance (/forumdisplay.php?fid=3) +--- Forum: Discuss Test Results (/forumdisplay.php?fid=4) +--- Thread: Different result running test with "https://" vs without. (/showthread.php?tid=15875) |
Different result running test with "https://" vs without. - jace - 08-27-2019 05:37 PM Hi guys, I'm running some test and I just found out that the test results are different when running test like this: First run (with https://): ![]() Result: ![]() Second run (without https://): ![]() Result: ![]() Can anyone give me some insights to this? What's the difference running same site with "https://" and without. I'm a newbie and freshie. Thanks in advance. RE: Different result running test with "https://" vs without. - josephscott - 09-01-2019 05:48 AM In the second one, looking at the first request, the response is a redirect. For this case that redirect is basically just wasted time, since it had to turn around and make the right 'https://' request afterwards. |