You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could also create audits based off some of these. For example, if we got the dns time for different resources on the page, we could recommend #873 based on some threshold.
The text was updated successfully, but these errors were encountered:
For DNS stuff here, one thing I learned from taking a stab at #873 is that you unfortunately can't really use the DNS timing as (IIUC) Chrome defers to the OS-level DNS cache for lookups. Even if you load the site again in a completely blank Chrome profile, the DNS lookup will be much faster than when done with no previous visits on that machine.
I'm reading http://calendar.perfplanet.com/2016/prefer-defer-over-async/, and now want to test this on my site. But we don't expose enough interesting metrics in the report.
Some things worth adding:
Feel free to modify the suggested calculations.
We could also create audits based off some of these. For example, if we got the
dns
time for different resources on the page, we could recommend #873 based on some threshold.The text was updated successfully, but these errors were encountered: