Skip to content

Instantly share code, notes, and snippets.

@JeroenVdb
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save JeroenVdb/a894032a00b6c5937cc8 to your computer and use it in GitHub Desktop.

Select an option

Save JeroenVdb/a894032a00b6c5937cc8 to your computer and use it in GitHub Desktop.

Notes

You can measure:

  • Usertimings (Real User Monitoring): gives you a set of timings from different users, browsers, connections,... about pageload, ?
    • Tools: Google Analytics, Gomez APM
  • Synthetic/Analitic testing: how many resources, how many DNS lookups,...
    • Tools: YSLOW, PageSpeed

Toughts

  • What can we measure with existing tools: GA and Gomez
  • PageSpeed API: API call every time DEV is deployed, draw information on dashboard about resources needed, size of resources, checks for common practices,...
  • GTmetrix.com
  • Run WPT on every PROD DEPLOY (tool to keep data?)

References

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