How To Improve Website Speed?
Nobody willing to wait for a slow loading website. Read my tips here.
Text Compression & Cache Control - this is what I did for my website which hosted in Azure blob.
STEPS:
-
Gzip your CSS and JS files.
-
Rename them from .gzip back to .css or .js respectively.
-
Using Azure Storage Explorer, update the following attributes:
- When reloading the web page, check from your website Response header. See below:
Let’s see the before and after for this website performance tuning. NOTE: I only compressed one css file in this case.
Last modified on 2020-06-20