Is there a way to find the page load time for external URLs? My task is to compile a table of page load times for a list of URLs. I have read about the navigation timing API but could not find a way to find the page load time for an external URL that I specify in code. For example, something like http://tools.pingdom.com/fpt/ which analyzes the page load time for the URL we enter(I'm not sure if this is accurate)
相关问题
- Set API key with embed API google analytics
- Load third party iframe in React after page load,
- Google PageSpeed API dotnet .net
- Why is Firefox MUCH faster than Chrome when loadin
- Does opening and closing php tags multiple times i
相关文章
- Specifying image dimensions in HTML vs CSS for pag
- Profiling the Performance of a Google App Script
- How to prevent YouTube js calls from slowing down
- PageSpeed and CDN images
- How to programmatically set ga_trackingId property
- Best way for JSF to defer parsing of JavaScript?
- ASP.NET User Control instance is null when referen
- How to fix “Setting an expiry date or a maximum ag
http://www.webpagetest.org/ is a great tool for this.
It measures the Page Load Time, Speed Index (probably a better measure of speed) and can even show you videos and waterfall diagrams!