
obviously speed is an important issue when delivering web pages.
And Themler has gone to the trouble of minifying CSS which helps.
one small change which will also help is to Minify JavaScript. Google page speed says the following:
Compacting JavaScript code can save many bytes of data and speed up downloading, parsing, and execution time.
Minify JavaScript for the following resources to reduce their size by 45.2KiB (46% reduction).
Not a big deal when you're on a fast connection, but every bit helps...
obviously speed is an important issue when delivering web pages. And Themler has gone to the trouble of minifying CSS which helps. one small change which will also help is to Minify JavaScript. Google page speed says the following: Compacting JavaScript code can save many bytes of data and speed up downloading, parsing, and execution time. Minify JavaScript for the following resources to reduce their size by 45.2KiB (46% reduction). Not a big deal when you're on a fast connection, but every bit helps...