Comment on Post Web site loads too slowly - The Washington PostComments−DieBuche14yIt's not the video or whatever, it's just observing some basic rules:-Combine external JavaScript-Enable gzip compression-Leverage browser caching(As suggesteg by Chromes Inspector)As well as-Using css embeds where possible-Severside caching if they don't do that already
Comments
It's not the video or whatever, it's just observing some basic rules:
-Combine external JavaScript
-Enable gzip compression
-Leverage browser caching
(As suggesteg by Chromes Inspector)
As well as
-Using css embeds where possible
-Severside caching if they don't do that already