GTMetrix OpenLiteSpeed Cache

#1
I have a droplet running Ubuntu+wordpress with Openlitespeed.

I test my site using GTMetrix. The result is :

Screenshot_2.png

varyAccept-Encoding
content-encodinggzip
x-litespeed-tagfc6_front,fc6_URL.6666cd76f96956469e7be39d750cc7d9,fc6_F,fc6_Po.7,fc6_PGS,fc6_
content-typetext/html; charset=UTF-8
x-litespeed-cache miss
server LiteSpeed

the result always shows that my site misses the cache. It happens only in TTFB.

my domain is : https://www.egindo.co

please help me to fix it. Thanks.
 

David

Active Member
#2
Your site is good.
When the first time a page is accessed, since it does not have the cache stored, it will display the "x-litespeed-cache:miss " and then after stored, it will display "x-litespeed-cache:hit".
Thank you.
 
#3
Hei David, Thanks for your answer.
so it's normal to get x-Litespeed-cache: miss at the first time load and x-Litespeed-cache: hit for the next visit?
Can we make the static content like menu, logo and some part to be always cacheable so it can decrease loading time for everyone who visits the site for the first time ??
sometime the TTFB takes 4,5s but sometimes it takes 1,3s.
 

David

Active Member
#4
For the static file, usually it should not be cached since the cache entry is also a static file on disk.
We do have some feature to have the recent open-ed file cached in memory to reduce the response time.
If your site is too slow, you may need to check if there is other bottleneck.
 
Top