Not good speed with LiteMage Cache on Magento2 & also Server has LiteSpeed with LSCache+LiteMag

#1
Hi,

I bought a server with LiteSpeed with LSCache+LiteMag for Magento 2.3 and also installed LiteMage Cache on my website, but I think just support for Homepage and not other pages and products. Please help me to improve my website speed.

info:

CPU: E5-2620 v4 @ 2.10GHz
Ram: 6Gb
SSD: 100GB
Turbo Boost: LiteSpeed with LSCache+LiteMage
Website: https://www.championproducts.ca/
Magento: 2.3.3
Cache plugin: LiteMage Cache
 

Pong

Administrator
Staff member
#2
Your homepage cached:
Code:
Request URL: https://www.championproducts.ca/
Request Method: GET
Status Code: 200
Remote Address: 68.66.210.136:443
Referrer Policy: no-referrer-when-downgrade
cache-control: max-age=0, must-revalidate, no-cache, no-store
content-encoding: br
content-length: 36548
content-type: text/html; charset=UTF-8
date: Fri, 24 Jan 2020 19:18:35 GMT
etag: "84-1579876085;br"
expires: Thu, 24 Jan 2019 14:28:05 GMT
pragma: no-cache
server: LiteSpeed
status: 200
vary: Accept-Encoding
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-litespeed-cache: hit,litemage
x-ua-compatible: IE=edge
x-xss-protection: 1; mode=block
Your category page cached, such as:
Code:
Request URL: https://www.championproducts.ca/foodservice-packaging/food-paper-wraps.html
Request Method: GET
Status Code: 200
Remote Address: 68.66.210.136:443
Referrer Policy: no-referrer-when-downgrade
cache-control: max-age=0, must-revalidate, no-cache, no-store
content-encoding: br
content-type: text/html; charset=UTF-8
date: Fri, 24 Jan 2020 19:18:04 GMT
etag: "89-1579880705;br"
expires: Thu, 24 Jan 2019 15:45:05 GMT
pragma: no-cache
server: LiteSpeed
status: 200
vary: Accept-Encoding
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-litespeed-cache: hit,litemage
x-ua-compatible: IE=edge
x-xss-protection: 1; mode=block
Your product pages cached, such as
Code:
Request URL: https://www.championproducts.ca/11205-aluminum-foil-containers-handi-foil-12in-x-1000ft.html
Request Method: GET
Status Code: 200
Remote Address: 68.66.210.136:443
Referrer Policy: no-referrer-when-downgrade
cache-control: max-age=0, must-revalidate, no-cache, no-store
content-encoding: br
content-length: 35695
content-type: text/html; charset=UTF-8
date: Fri, 24 Jan 2020 19:20:10 GMT
etag: "110-1579893597;br"
expires: Thu, 24 Jan 2019 19:19:57 GMT
pragma: no-cache
server: LiteSpeed
status: 200
vary: Accept-Encoding
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-litespeed-cache: hit,litemage
x-ua-compatible: IE=edge
x-xss-protection: 1; mode=block
You just need crawler to warm up your cache. Normally first visit cache miss, second visit will be cache hit.
Please check details:
https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:litemage
 
Top