Hi,
OK
09/23/20 10:32:45.452 [124.190.29.35:51290 1 JBg] ?? X-LiteSpeed-Cache-Control: public,max-age=604800
09/23/20 10:32:45.454 [124.190.29.35:51290 1 JBg] ?? X-LiteSpeed-Tag: aff_HTTP.200,aff_front,aff_URL.6666cd76f96956469e7be39d750cc7d9,aff_F,aff_Po.10,aff_PGS,aff_
so the plugin-side is working as expected , so this leaves to server-side and CDN-side
Now, please verify :
1. for CDN part , have you properly set DNS record as requested ? I can see at least www domain is not point to QC CNAME , but to your root domain
2. for server part, please check if cache storage path is properly set in your server (you may need to contact your provider for this part)
a simple way to test is add this into your .htaccess
RewriteEngine on
CacheLookup on
RewriteRule .* - [E=cache-control:max-age=120]
this will cache everything for 2 minutes
then access any of your page , and refresh it twice , check on HTTP response header, check if you see “x-lsadc-cache” header
after this step, remove this rule immediately.
Best regards,