is HTML the end all be all when it comes to load speed?
Option 1
An OPTIMIZED php about cats page that uses CDN, Minified JS/CSS that pulls data from database
VS
Option 2
An OPTIMIZED HTML down to the very atom; about cats page that uses CDN, simpified CSS that doesn't pull data from database
So the question is, IS THERE ANYTHING OPTION 1 can do to outperorm OPTION 2?
|