Slide 23
Slide 23 text
Conflicting advice
● Basic rules sometimes contradict
○ Reduce number of HTTP requests, but not all the way
so you can take advantage of parallel downloads
○ Combine files together, but soon, with HTTP/2.0
doing so will be less than optimal
○ Set long cache TTLs, but remove unused code
● “Tools, not rules”
○ Create the product, then inspect, then optimize
○ Need to have a product first