Webdev:Velocity 2009 Notes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with '* Metrics that Matter ** Measure end user response time, not network or server time ** Measure flows (registration, checkout, etc) * Fixing Twitter ** Make everything a queue **...')
 
No edit summary
Line 10: Line 10:
** Increased performance has a direct correlation with higher revenue and pageviews.
** Increased performance has a direct correlation with higher revenue and pageviews.
** Averages don't mean anything, get the median and percentiles.
** Averages don't mean anything, get the median and percentiles.
* Overall
** Measure everything you can
** IT & Webdev/engineering should overlap and have same goals
**

Revision as of 17:45, 7 July 2009

  • Metrics that Matter
    • Measure end user response time, not network or server time
    • Measure flows (registration, checkout, etc)
  • Fixing Twitter
    • Make everything a queue
    • Use google analytics for outage page to track problems
  • Shopzilla
    • Increased performance has a direct correlation with higher revenue and pageviews.
    • Averages don't mean anything, get the median and percentiles.
  • Overall
    • Measure everything you can
    • IT & Webdev/engineering should overlap and have same goals