Hi
I have checked more and more time my website from more server but i don’t understand because i everytime have more long time in second load with chrome …
Sample checking from frankfurt firefox. 1st load first byte 0.4 … Second load 0.2
When checking from chrome first byte 0.5 second loading 1.8 why this where are the problem for thiss slow loading in chrome ?
WPT seems to be marking the first byte time for request #2, which is an intermediary step in the SSL negotiation. Your site hasn’t actually returned any useful bytes, however. That doesn’t happen until request #5 at about 1.5 seconds, which is very similar to your Chrome numbers. In first/repeat view in both browsers, your server is really slow to respond to the initial request. It’s not that Firefox is faster, it’s just that WPT is incorrectly reporting the first byte time. I filed Firefox first byte time marked during cert verification · Issue #640 · WPO-Foundation/webpagetest · GitHub.
And the first byte time shouldn’t be affected by first/repeat views. The fact that Chrome’s repeat view is slightly slower (~150ms) is probably not significant and just shows that your server has slow and inconsistent response times. Try running the same test with multiple runs and see if the time varies by 100-200ms. This could happen if you’re on shared hosting. There could also be some inefficiencies on your backend. Use tools like New Relic to track down server-side performance issues.