Search results

  1. Unique_Eric

    Do Not Cache User Agents - for Googleboot

    Hi, Basically page cache will be purged if you add/update/delete anything on it. So I am not sure why index not working until you purge it or make google bot agent as no cache. You can test it by: 1. check page "A" is a cache miss/hit 2. edit page "A" and update 3. Revisit page "A" and it...
  2. Unique_Eric

    LSCache & Joomla Modules

    First, the cache keep showing a `miss` from header which means page did not serve from cache. Did you set following rules to the .htaccess file? <IfModule LiteSpeed> CacheLookup on </IfModule> More info...
  3. Unique_Eric

    Do Not Cache User Agents - for Googleboot

    Hi, Try adding Google|Googlebot to the field. Best, Eric
  4. Unique_Eric

    LSCache & Joomla Modules

    Do you mean set that custom module as no cache still no work? Could you share the site url first?
  5. Unique_Eric

    LSCache & Joomla Modules

    Hi @tscstrategic , You can check wiki here https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscjoomla:configuration:exclude-rules to exclude components. You can also set modules to no cache from Components > LiteSpeed Cache > ESI Modules > Choose the module and set ESI...
  6. Unique_Eric

    Plesk+Litespeed, anything I need to configure?

    Hi @Space Monkey Here's the wiki you might want to take a look. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:compare_pagespeed_and_lscache Enable it from Plesk, please check...
  7. Unique_Eric

    Joomla 3 and LSCache for Joomla Problem

    Hi @britepencil , Could you clarify "it always given me broken links (LSCache Joomla 1.3) " in more details? I can see this beta site's css files have different MIME type, do you have any idea? Is it only happens when cache enabled or not?
  8. Unique_Eric

    Where is the LOG folder?

    Hi, That warning is report by others, should have no impact. About ls_webcachemgr.log, do you have any wordpress site on it? If so, do some scan/flush cache or any functions inside of the LiteSpeedCache management, then you should see the log file.
  9. Unique_Eric

    Where is the LOG folder?

    Hi @sonqor , Thanks for the feedback, just updated the wiki, please check. Basically cPanel plugin error message will not show the cache debug log but plugin related. If you want to check the error about cache, then you need to set/find it from the cache plugin debug log. To view the Joomla...
  10. Unique_Eric

    can't connect to webadmin

    ok, could you also confirm that if you can `telnet 127.0.0.1 7088` from server itself and `telnet SERVER_IP 7088` from external server?
  11. Unique_Eric

    can't connect to webadmin

    Hi @inkjamie , May I know if you setup LSWS by following like this wiki https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:plesk:installation-12 ? Did you see port 7088 is listening? netstat -antpl | grep litespeed Best
  12. Unique_Eric

    Server Push Rewrite Rules

    Just saw your question on support system, we can followup the issue there.
  13. Unique_Eric

    Server Push Rewrite Rules

    I am not sure the answer, just want to clarify the issue. Did you use server push with cacheable resources or general static files only? And how did you purge the cache file? through lscache purge script/command?
  14. Unique_Eric

    How can I install OpenLiteSpeed on centOS 8 ?

    Hi @ranojit There's no firewall setup on CentOS from that wordpress stackscript. You can simply check if this is "firewalld" related or not by command `service firewalld stop` first. And please check if you have network layer firewall on Linode as well. Best
  15. Unique_Eric

    wordpress site long TTFB and half load issue

    If the issue happens when both Instant click and browser cache are "On". Then I would suggest you turn off the instant click only.
  16. Unique_Eric

    wordpress site long TTFB and half load issue

    Hi @Prismix , 1. There's no cache on admin page that's why you got a long page load. If you are just viewing pages with logged in user, private cache should helps. 2. Instant click improvement is on our developer's to-do but no ETA. So please turn it off if it brings you any trouble. Not sure...
  17. Unique_Eric

    Where domain access file and admin panel

    Hi @gati , I am not sure which image you launched with, but you can follow this doc to allow firewall first, then access panel (https://use_your_droplet_ip:7080 ). It may use private SSL by default. https://docs.litespeedtech.com/cloud/wordpress/#web-server-control-panel-access Best
  18. Unique_Eric

    Use AWS SSL in Litespeed Ent Without AWS Load Balancer

    Hi, If it's native LSWS, just go to the virtual host -> SSL tab and put your cert and key on "SSL Private Key & Certificate for Virtual Host" section. For Cyberpanel, check here https://blog.cyberpanel.net/2018/05/03/how-to-setup-custom-ssl-with-cyberpanel/ Best
  19. Unique_Eric

    Use AWS SSL in Litespeed Ent Without AWS Load Balancer

    Hi @sibipaul , Not sure how to export cert from AWS, if you can just use the let's encrypt from cyberpanel, then let it auto renew for you and it's totally free. Even you can export cert from aws, you may also want to find a way to auto renew the cert on server. Best, Eric
  20. Unique_Eric

    How to Login to PhpMyAdmin in Litespeed Server?

    Glade to know it works. :)
Top