Skip to content

Instantly share code, notes, and snippets.

@bueltge
Last active December 31, 2019 13:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bueltge/2231c8af442da2ce7b45d8222faf656b to your computer and use it in GitHub Desktop.
Save bueltge/2231c8af442da2ce7b45d8222faf656b to your computer and use it in GitHub Desktop.
Resources for Audit Performance

Resources

web.dev

Tools (online) for Audit Performance

Webhint

  • webhint is a customizable linting tool that helps you improve your site's accessibility, speed, cross-browser compatibility, and more
  • https://webhint.io/scanner/

Chrome Dev Tools

Network Monitor

  • Status – Easy to figure out if any resource is not available
  • Protocol – Checks HTTP1.1, HTTP2, Quic etc
  • Type – File type returned, easy to figure out WebP is working
  • Size – Amount of data transferred, with and without Gzip. ‘Disk Cache’ or ‘Memory Cache’ indicates browser caching is working
  • Priority – Priority of each file which browser requests. CSS, JS, Fonts have high priority, images – Low, SendBeacon (Google Analytics), prefetch (Quicklink) have the lowest
  • Waterfall – A waterfall of the data requested and received. Also, provide in-depth data of DNS lookup, TCP connection, SSL, TTFB, etc. Easy to debug lazy loading too

Audits

Security

Google PageSpeed Insights

GTmetrix Analyzer

GTmetrix Monitor

Pingdom Speed Test

Pingdom Monitoring

WebPageTest

Loader.io

  • https://loader.io/
  • makes it easy to send 10k requests/second to your site and see how it performs

Only WordPress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment