SlideShare a Scribd company logo
1 of 26
FULL THROTTLE WEBSITES
Andrew Dixon
@aandrewdixon
Why should I care about page load speed?
Human Perception
• Up 100ms feels instant
• 300 – 1000ms tiny bit sluggish
• > 1 seconds slow
• 10 seconds+ give up
Where the web started
1
HTTP request
2.4Kb
Where we are today…
170
HTTP requests
2.7Mb
The evolution of websites
How to find your sites speed…
YSlow
PageSpeed
Browser Tools
Time to fix it…
Images
• Sprite images
• Optimise images
For NodeJS:
• ImageMin
• gulp-imagemin
• grunt-contrib-imagemin
JavaScript and CSS
• Use a task runner to reduce:
– Optimise images
– Combine JS
– Combine CSS
– Minify JS
– Minify CSS
– Removed unused CSS
UnCSS
• NodeJS tool
• Grunt and Gulp version available
• Easy to use with static sites
• Works with dynamic sites
Static / Generated Sites
• Removes the application server overhead
• More scope for web server optimisations
• Easier to distribute and host via a CDN
Application Level Caching
• Evaluate site / application
• Cache data
• Only get data again once stale
• ACF & Lucee – CachePut, CacheGet and
CacheIDExists / CacheKeyExists
Web Server Optimisations
• Enable compression
• Add expiry headers
• Turn off unused modules
• Turn on Keep-Alive
• Check max clients, spare threads, etc…
PageSpeed Module
Using a CDN
• Don’t want to / can’t use a CDN
• Use for assets like JS, CSS and images
– e.g. http://assets.examples.com
• Reduces HTTP request overhead
Distributed DNS
• Improves DNS lookup speed
• Improves regional performance
• Geo-routing local nodes
• AWS Route 53
• CloudFlare
Integrate Speed with CI
• To spot regressions
• Webpagetest CLI
• PageSpeed Insights CLI
• Phantomas CLI
You wouldn’t want to download a whale…

More Related Content

What's hot

What's hot (20)

Евгений Самоненко - Практическая оптимизация сервер сайд современные реалии
Евгений Самоненко - Практическая оптимизация сервер сайд современные реалииЕвгений Самоненко - Практическая оптимизация сервер сайд современные реалии
Евгений Самоненко - Практическая оптимизация сервер сайд современные реалии
 
Практическая оптимизация сервер сайд: современные реалии
Практическая оптимизация сервер сайд: современные реалииПрактическая оптимизация сервер сайд: современные реалии
Практическая оптимизация сервер сайд: современные реалии
 
Breaking the eggshell: From .NET to Node.js
Breaking the eggshell: From .NET to Node.jsBreaking the eggshell: From .NET to Node.js
Breaking the eggshell: From .NET to Node.js
 
Chugalug
ChugalugChugalug
Chugalug
 
Build App with Nodejs - YWC Workshop
Build App with Nodejs - YWC WorkshopBuild App with Nodejs - YWC Workshop
Build App with Nodejs - YWC Workshop
 
Aiki Framework in 32 Slides
Aiki Framework in 32 SlidesAiki Framework in 32 Slides
Aiki Framework in 32 Slides
 
The future of cloud programming
The future of cloud programmingThe future of cloud programming
The future of cloud programming
 
Mern stack developement
Mern stack developementMern stack developement
Mern stack developement
 
Azure Functions
Azure FunctionsAzure Functions
Azure Functions
 
AWS User Group Wellington - re:Invent 2017 Recap
AWS User Group Wellington - re:Invent 2017 RecapAWS User Group Wellington - re:Invent 2017 Recap
AWS User Group Wellington - re:Invent 2017 Recap
 
Static website generator
Static website generatorStatic website generator
Static website generator
 
UNews
UNewsUNews
UNews
 
Day of Cloud: Amazon EC2
Day of Cloud: Amazon EC2Day of Cloud: Amazon EC2
Day of Cloud: Amazon EC2
 
Javascript for Wep Apps
Javascript for Wep AppsJavascript for Wep Apps
Javascript for Wep Apps
 
kumogata-template の紹介
kumogata-template の紹介kumogata-template の紹介
kumogata-template の紹介
 
Web performance
Web performanceWeb performance
Web performance
 
Multi-tenant Database Design for SaaS
Multi-tenant Database Design for SaaSMulti-tenant Database Design for SaaS
Multi-tenant Database Design for SaaS
 
Making HTML5 Mobile Games Indistinguishable from Native Apps
Making HTML5 Mobile Games Indistinguishable from Native AppsMaking HTML5 Mobile Games Indistinguishable from Native Apps
Making HTML5 Mobile Games Indistinguishable from Native Apps
 
Performance tuning in hybrid mobile apps
Performance tuning in hybrid mobile appsPerformance tuning in hybrid mobile apps
Performance tuning in hybrid mobile apps
 
Ajax
AjaxAjax
Ajax
 

Viewers also liked

Joanna He's Resume 2016 v3
Joanna He's Resume 2016 v3Joanna He's Resume 2016 v3
Joanna He's Resume 2016 v3
Joanna He
 

Viewers also liked (12)

Artifact
ArtifactArtifact
Artifact
 
Joanna He's Resume 2016 v3
Joanna He's Resume 2016 v3Joanna He's Resume 2016 v3
Joanna He's Resume 2016 v3
 
Slideshare
SlideshareSlideshare
Slideshare
 
Proyecto de vida
Proyecto de vidaProyecto de vida
Proyecto de vida
 
DataStarR: A Data Sharing and Publication Infrastructure to Support Research
DataStarR: A Data Sharing and Publication Infrastructure to Support ResearchDataStarR: A Data Sharing and Publication Infrastructure to Support Research
DataStarR: A Data Sharing and Publication Infrastructure to Support Research
 
CHALLENGER LUXURY COACHES
CHALLENGER LUXURY COACHESCHALLENGER LUXURY COACHES
CHALLENGER LUXURY COACHES
 
Yes
YesYes
Yes
 
2012.10 Liferay Europe Symposium, Alistair Oldfield
2012.10 Liferay Europe Symposium, Alistair Oldfield2012.10 Liferay Europe Symposium, Alistair Oldfield
2012.10 Liferay Europe Symposium, Alistair Oldfield
 
So i have a website, now what?
So i have a website, now what?So i have a website, now what?
So i have a website, now what?
 
Impact maken en meten met het Nuon Solar team - Steffart Buijs op ClipTalk
Impact maken en meten met het Nuon Solar team - Steffart Buijs op ClipTalkImpact maken en meten met het Nuon Solar team - Steffart Buijs op ClipTalk
Impact maken en meten met het Nuon Solar team - Steffart Buijs op ClipTalk
 
Achievements and perspectives of Innovation Platforms on Bananas and Plantain...
Achievements and perspectives of Innovation Platforms on Bananas and Plantain...Achievements and perspectives of Innovation Platforms on Bananas and Plantain...
Achievements and perspectives of Innovation Platforms on Bananas and Plantain...
 
L Oréal
L OréalL Oréal
L Oréal
 

Similar to Full Throttle Websites

Velocity NY 2013 - From Slow to Fast: Improving Performance on Intuit Website...
Velocity NY 2013 - From Slow to Fast: Improving Performance on Intuit Website...Velocity NY 2013 - From Slow to Fast: Improving Performance on Intuit Website...
Velocity NY 2013 - From Slow to Fast: Improving Performance on Intuit Website...
Jay Hung
 

Similar to Full Throttle Websites (20)

[AWSKRUG&JAWS-UG Meetup #1] 70% Cost Reduction with On-demand resizing
[AWSKRUG&JAWS-UG Meetup #1] 70% Cost Reduction with On-demand resizing[AWSKRUG&JAWS-UG Meetup #1] 70% Cost Reduction with On-demand resizing
[AWSKRUG&JAWS-UG Meetup #1] 70% Cost Reduction with On-demand resizing
 
Joomla Site Optimization
Joomla Site OptimizationJoomla Site Optimization
Joomla Site Optimization
 
How do you speed up your (Wordpress) website?
How do you speed up your (Wordpress) website?How do you speed up your (Wordpress) website?
How do you speed up your (Wordpress) website?
 
Velocity NY 2013 - From Slow to Fast: Improving Performance on Intuit Website...
Velocity NY 2013 - From Slow to Fast: Improving Performance on Intuit Website...Velocity NY 2013 - From Slow to Fast: Improving Performance on Intuit Website...
Velocity NY 2013 - From Slow to Fast: Improving Performance on Intuit Website...
 
performance.ppt
performance.pptperformance.ppt
performance.ppt
 
Building Lightning Fast Websites (for Twin Cities .NET User Group)
Building Lightning Fast Websites (for Twin Cities .NET User Group)Building Lightning Fast Websites (for Twin Cities .NET User Group)
Building Lightning Fast Websites (for Twin Cities .NET User Group)
 
Fast Sites and SEO - PubCon 2017
Fast Sites and SEO - PubCon 2017Fast Sites and SEO - PubCon 2017
Fast Sites and SEO - PubCon 2017
 
Cvcc performance tuning
Cvcc performance tuningCvcc performance tuning
Cvcc performance tuning
 
Why your slow loading website is costing you sales and how to fix it
Why your slow loading website is costing you sales and how to fix itWhy your slow loading website is costing you sales and how to fix it
Why your slow loading website is costing you sales and how to fix it
 
Why your slow loading website is costing you sales and how to fix it
Why your slow loading website is costing you sales and how to fix itWhy your slow loading website is costing you sales and how to fix it
Why your slow loading website is costing you sales and how to fix it
 
Web performance
Web performanceWeb performance
Web performance
 
Jira ICT - The magic of a fast website #jd11nl
Jira ICT - The magic of a fast website #jd11nlJira ICT - The magic of a fast website #jd11nl
Jira ICT - The magic of a fast website #jd11nl
 
Page Performance
Page PerformancePage Performance
Page Performance
 
Optimizing Your WordPress Site
Optimizing Your WordPress SiteOptimizing Your WordPress Site
Optimizing Your WordPress Site
 
Optimising the RSPB website (2011)
Optimising the RSPB website (2011)Optimising the RSPB website (2011)
Optimising the RSPB website (2011)
 
Optimizing Your Site for Holiday Traffic
Optimizing Your Site for Holiday TrafficOptimizing Your Site for Holiday Traffic
Optimizing Your Site for Holiday Traffic
 
Websites On Speed
Websites On SpeedWebsites On Speed
Websites On Speed
 
Fine tuning Hybrid Mobile App
Fine tuning Hybrid Mobile AppFine tuning Hybrid Mobile App
Fine tuning Hybrid Mobile App
 
(BDT307) Zero Infrastructure, Real-Time Data Collection, and Analytics
(BDT307) Zero Infrastructure, Real-Time Data Collection, and Analytics(BDT307) Zero Infrastructure, Real-Time Data Collection, and Analytics
(BDT307) Zero Infrastructure, Real-Time Data Collection, and Analytics
 
Responsive App Design with the Salesforce Lightning Design System
Responsive App Design with the Salesforce Lightning Design SystemResponsive App Design with the Salesforce Lightning Design System
Responsive App Design with the Salesforce Lightning Design System
 

Recently uploaded

( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
nilamkumrai
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
Diya Sharma
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
imonikaupta
 

Recently uploaded (20)

Enjoy Night⚡Call Girls Samalka Delhi >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Samalka Delhi >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Samalka Delhi >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Samalka Delhi >༒8448380779 Escort Service
 
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirt
 
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
 
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53
 
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft DatingDubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
Al Barsha Night Partner +0567686026 Call Girls Dubai
Al Barsha Night Partner +0567686026 Call Girls  DubaiAl Barsha Night Partner +0567686026 Call Girls  Dubai
Al Barsha Night Partner +0567686026 Call Girls Dubai
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 

Full Throttle Websites

Editor's Notes

  1. Andrew Dixon Technical director – mso and completely free publishing Professional web and CFML developer over 15 years
  2. Users leave slow sites quickly and don’t come back Google Ranking Factor “standard” users will probably be on: Lower end devices, cheap laptops and tables Slower connections (you dev machine is local!!)
  3. Nielsen usability figures >1 second – context shift might consider leaving >10 second – you are never going to see them again… Want to be in the 0 – 1000ms range
  4. Sir Tim Berners Lee 1990 Basically just text and hyperlinks
  5. Site like Youtube More application than website
  6. Started small Began to grow as browsers supported more features Then came frameworks for JavaScript (prototypejs, mootools, jQuery) Then came frameworks for CSS (Bootstrap) Your website is now an obese man!!!
  7. Various tools available, both free and paid
  8. Grade pages Overall grade - A to F Individual component grades - A to F Overall performance score 1 to 100 Good for giving you a list of things to address Not updated since Oct 2013
  9. It’s probably similar to what is used in the Google algorithm Bit light on details Difference between desktop and mobile There is an API you can use for CI
  10. Network details show requests Each request details Stalled Request sent Waiting Content Download Connection throttling / simulation
  11. Support by Google Give you waterfall network graph similar to browser tools Both first load and cached load Videos of page rendering Speed Index score Lots of details
  12. Paid service $149 per month (14 day trial) Add JS snippet to pages Monitors from the users end Lots of detail about requests, including AJAX requests Great for finding bottle necks, e.g. in a particular browser
  13. * Both web developer and sys admin
  14. Sprite images for fewer requests Optimise images TinyPNG – API 500 per month free ImageOptim – Opensource Mac tool NodeJS - ImageMin
  15. Task runner (grunt, gulp, etc…) – combine and minify – single file for each Using already minified JS means when combined with none minified JS does work as well UnCSS – next slide
  16. NodeJS tool - removes unused CSS from your stylesheets Removes Bootstrap (or other CSS framework) bloat For mso.net it reduces our CSS file from 255kb to 94kb (~63%) Pass it HTML files or URLs For sites with “members” areas you can use PhantomJS to crawl the site Downloads pages and creates temporary HTML file for UnCSS to use.
  17. Location Ignores – for classes you want to keep no matter what Lots more options
  18. Everything just spoken about can be applied to static / generated sites Removes the application server overhead, which even when minimal adds time Host on a CDN
  19. Evaluate site / application to find cacheable data. Cache that data for an appropriate amount of time. Only get the data again once the cache is considered stale. In ACF and Lucee this can be done easily using the CachePut, CacheGet and CacheIDExists / CacheKeyExists functions. In Lucee you can define multiple caches and define them per web context Caching also reduces load on your server(s) and DB
  20. Enable compression so that “text” (HTML, CSS, JS, XML, etc…) is compressed before sending – can have dramatic effect on page weight Add expiry headers to static content, like CSS, JS and images so that it is cached client site for subsequent requests You will need to have “cache-busters” for when CSS and JS changes are made, something like ?123456 You can use your task runner to update your cache buster values, so it only changes them if there are changes to the CSS or JS Turn off any modules that are not used, this will save memory and generally make the web server perform better. Also good for security. Turn on HTTP keepalive and set a reasonable timeout, 60 seconds. This reduces the connection requests the client has to make to the server and there the HTTP overhead. Check the settings for max clients, spare threads, etc… in your configuration to make sure it is suitable.
  21. The PageSpeed modules are open-source server modules that optimise your site automatically. Great tool, not a magic bullet and mileage will vary There are tons of “filters” you can switch on and off Comes with a good set of defaults Works better if everything is serviced from the same server, e.g. html, js, css, etc…
  22. If you have global audience CDN is great Can provide better speed even if you don’t Will provide an optimised delivery content AWS CloudFront – if using other AWS service or even if not – free tier available first year CloudFlare – free plan MaxCDN – No free plan
  23. If you don’t want to / can’t use a CDN then move all assets like JS, CSS and images to a cookie-less domain. For example assets.example.com This will mean that each request from the browser doesn’t have to include all the cookie data you are storing, which can add a big overhead.
  24. Improves DNS lookup speeds Improves regional performance Geo-routing to local nodes AWS Route 53 – integrates brilliantly is using other AWS services CloudFlare - free plan available
  25. Webpagetest CLI – Use it to test performance and get data back from webpagetest for CI PageSpeed Insights CLI – run mobile and desktop performance tests for deployed site with reporting to CI Phatomas CLI PhantomJS based metrics tool load of data about frontend performance creates a webpage in your site root, pretty graphs ~95 different metrics Film strip screenshots of loading state
  26. You wouldn’t want your users downloading a 5Mb image Think about what you are shipping down the line Always think “how fast can I make this” Particularly consider mobile users