TH'eBlog 好攝自游
- Livin'Life - 生活小品 -
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:

  1. Gzip your CSS and JS files.

  2. Rename them from .gzip back to .css or .js respectively.

  3. Using Azure Storage Explorer, update the following attributes:

  1. 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.

Before tuning

Before tuning

After tuning

After tuning


Last modified on 2020-06-20