PerfMatters Conference

Summary by Nikhil John

In a Nutshell

  • Measure - Optimize - Monitor
  • Don't build for just the happy path
  • Performance is $$$
  • Build a Performance Culture

Performance as a feature, not an afterthought

  • Proactive Performance Enhancement
  • Reactive Performance Enhancement

Getting Executive Buy-in

  • Link your OKRs to Performance with data
  • Know the link between Performance and Revenue 

Performance is not just Page Load Speed

  • It is also Accessibility, Device and Browser Support
  • Mobile Devices in general have slower networks, less processing power

Mobile first is not just UX

  • Don't just design and develop Mobile First, also test Mobile First.
  • If your app is performance on Mobile, it will perform on Desktop

Privilege and Performance

  • Not everyone has the best phones and the fastest internet
  • Build for the worst-off, progressively enhance for the privileged

Aim for PWA standards

PRPL is a pattern for structuring and serving Progressive Web Apps (PWAs), with an emphasis on the performance of app delivery and launch. It stands for:

  • Push critical resources for the initial URL route.

  • Render initial route.

  • Pre-cache remaining routes.

  • Lazy-load and create remaining routes on demand.

Minimize 3rd Party Impact

  • Remember JS scripts are blocking when used without async/defer
  • Minimize your third party JS count
  • Centralize your third party use with something like SegmentIO 

Measure - Optimize - Monitor - Measure

  • Don't prematurely optimize
  • Know your apdex
  • Use New Relic/Pingdom other monitoring tools
  • Set your perf targets 
  • Optimize
  • Measure
  • Repeat

Fin

PerfMatters ConferenceSummary by Nikhil John

By Nikhil John

PerfMatters ConferenceSummary by Nikhil John

  • 761