Search results

  1. Unique_Eric

    Image optimization possible conflict

    Please stick on one optimization plugin only. So yes, if you already use Smush plugin, please turn off lscache auto image optimize function.
  2. Unique_Eric

    Wrong TTFB

    Not quit understand user agent part. May I ask the method/command that you check for the cache hit/miss? Did you see any cache hit by browser?
  3. Unique_Eric

    SSL certificate renewed but not updating on website

    Hi, If you did not setup the Let's Encrypt Cert by the prompt script, then you may want to add a hook to restart litespeed web server manually. Please do service lsws restart to fix the cert issue first. Then add "--deploy-hook "/usr/local/lsws/bin/lswsctrl restart" in the end of the certbot...
  4. Unique_Eric

    Litespeed plugin for wordpress rendering mobile version on desktop and sometimes desktop on mobile

    If the issue is reproducible, you can submit a ticket to support@litespeedtech.com. We may need server access for checking the error log.
  5. Unique_Eric

    Litespeed plugin for wordpress rendering mobile version on desktop and sometimes desktop on mobile

    Hi, May I know if you have enable the mobile cache from the plugin and do the cache purge before? Best, Eric
  6. Unique_Eric

    How to fix letencrypt's "domain.com inaccessible, please verify" issue?

    Hi @Joe_frooney , This function https://github.com/litespeedtech/ls-cloud-image/blob/master/Setup/domainsetup.sh#L152-L167 will check if domain accessible first, then do the Let's encrypt apply to avoid you hitting the Let's encrypt limit. Could you share me the domain that you want to apply...
  7. Unique_Eric

    compare with nginx varnish and litespeed server with litespeed cache plug

    Hi, Yes, the HTTP/2 benchmark result is here: Magento 2: https://www.litespeedtech.com/benchmarks/litespeed-magento2-faster-nginx-http2 Drupal: https://www.litespeedtech.com/benchmarks/litespeed-drupal-faster-nginx-http2 Best, Eric
  8. Unique_Eric

    Opencart 3.0.3.2 + LiteSpeed Cache

    Have you turn on the "Separate view for mobile Device" yet? If not, please enable it, and do a cache purge see if it helps. And please raise a new topic for different issue.
  9. Unique_Eric

    Opencart 3.0.3.2 + LiteSpeed Cache

    Hi @huso , Canou means if you have this folder `public_html/system/storage/cache`? Make sure its emptied. Best, Eric
  10. Unique_Eric

    Opencart 3.0.3.2 + LiteSpeed Cache

    Thanks for the update. :)
  11. Unique_Eric

    browser caching

    Does it work if you apply default lscachewp browser cache rules <IfModule mod_expires.c> ExpiresActive on ExpiresByType application/pdf A2592000 ExpiresByType image/x-icon A2592000 ExpiresByType image/vnd.microsoft.icon A2592000 ExpiresByType image/svg+xml A2592000 ExpiresByType image/jpg...
  12. Unique_Eric

    Cache Plugin (W3 total Cache vs. Litespeed Cache)

    In my opinion, LiteSpeed Cache has advantage on load speed and support ESI, Image Optimize functions. LSCache Page optimize score and size are also better than W3. Check detail on this slide, https://www.slideshare.net/LisaClarke22/essential-steps-to-a-superior-page-speed-score
  13. Unique_Eric

    Is litespeed v 1.3.0 really working for Joomla?

    Hi @ssnobben , Joomla 4 is not formal release yet, but if you see the cache plugin not working properly, please submit an issue to bug@litespeedtech.com so our developer will take a look. Best, Eric
  14. Unique_Eric

    Not able to log in to my elgg site after installing litespeed server

    Hi, I just tried the test account you provided and access successfully. That warning message is from elgg, https://elgg.org/discussion/view/2362241/sorry-logging-in-from-a-different-domain-is-not-permitted-please-try-again. Can you try to login with domain https://safalaya.com/ and...
  15. Unique_Eric

    Opencart 3.0.3.2 + LiteSpeed Cache

    Hi @Canou May I know if you also update the cache plugin ? https://www.litespeedtech.com/products/cache-plugins/opencart-acceleration/download Opencart for v3.0: https://github.com/litespeedtech/lscache-opencart/blob/master/package/lscache-opencart3.0-V1.2.0.ocmod.zip Please do a cache...
  16. Unique_Eric

    General questions about DNS / Domain Management [How to connect a domain with lightspeed]

    @jens-sgb , You need to update your domain A record to the new SEVRER Public IP (VENDOR B) from the vendor A. Check their official guide https://www.strato.com/faq/en_us/online-storage-hidrive/can-i-manage-my-own-dns-entries-at-strato/ So no need to config more from the server side. Best, Eric
  17. Unique_Eric

    How to cache one page only

    Hi, May I ask which CMS you are using for the forum? WordPress? Xenforo? Best, Eric
  18. Unique_Eric

    Redirects issue

    Hi @Epeople, You can simply put the rewrite rule in htaccess file, e.g. RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://medicinesofbody.com /$1 [R=301,L] In this way, no need to set rules on CDN. Let us know if it works.
  19. Unique_Eric

    LSCWS tweaks

    From community "If the two sites are the same, then it should work the same, if the sites differ, then some options can break stuff. There's not a "one size fits all", and not every site is compatible with everything. "
  20. Unique_Eric

    How to switch from LiteSpeed server to Apache

    1. Since your site is start working on the new hosting/shared server, then nothing to do with the previous server/web server. For w3 cache purge issue, please consult your hosting company or ask question here https://wordpress.org/support/plugin/w3-total-cache/ If site loads slow is an issue...
Top