Search results

  1. Unique_Eric

    CSS cache problem

    Hi @Aminvtn , Please visit web admin -> Server -> General -> Expires set to `No`. See if this helps. If issue still, please send me an url to check, thanks. Best, Eric
  2. Unique_Eric

    How can I set up vhost with this error

    Hi Could you just try creating site from cyberpanel first? it should auto create the needed settings for you automatically. https://cyberpanel.net/docs/2-creating-website/ best
  3. Unique_Eric

    Install and configure Litemage on WHM

    Hi @kaue , Please check this wiki https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:litemage2:installation which should include all the info that you needed. Best
  4. Unique_Eric

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

    It maybe take a while to update the DNS after pointing the domain to the new server/IP. @strunk let us know if you need any help to verify why domain failed to access.
  5. Unique_Eric

    Pages in WP-Admin being cached. Almost unusable!

    Update status @asy1mpo can still reproducing the issue after removing LSCache completely.
  6. Unique_Eric

    Pages in WP-Admin being cached. Almost unusable!

    Nope, it's separated. Do you mind to share the env report number? https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp:environment-report
  7. Unique_Eric

    Pages in WP-Admin being cached. Almost unusable!

    Hi @asy1mpo , LSCache will not cache any wp-admin page by design. May I ask if you have any object cache installed on it? Possible DB related issue? In this case, you can also contact the hosting company to help you identify the issue. Best
  8. Unique_Eric

    Setup with logged in users to avoid slow loading

    Hi @RockPeach , Try this, https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp:simucrawler Best
  9. Unique_Eric

    How to Login to PhpMyAdmin in Litespeed Server?

    Did you run the command in the root folder? try `cat ~/.db_password`
  10. Unique_Eric

    How to Login to PhpMyAdmin in Litespeed Server?

    Hi @sibipaul , Check here https://docs.litespeedtech.com/cloud/cyberpanel/#logging-in-to-phpmyadmin Let us know if it works. Best
  11. Unique_Eric

    Migrating from Nginx to OLS causes TTFB to jump

    Hi @Moshe, Could you share `top` output result and any test url may help. Best
  12. Unique_Eric

    LiteSpeed Cache Settings rewrite htaccess and drop my customization, https forcing.

    Could you share before/after rewrite the htaccess content?
  13. Unique_Eric

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

    Hi @Shigaev , Please clarify if you have 1. Pointing your domain to the server? 2. Using the auto setup script to add the domain? 3. Did you apply for the Let's encrypt during the script? By default image will auto add the server IP to the listener only, that's why you can access with IP. Best
  14. Unique_Eric

    confirm configuration

    Please check https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscjoomla#requirements Joomla 3.x or later Either LiteSpeed Web Server Enterprise 5.2.3 or later, or OpenLiteSpeed 1.4 or later From screenshot I can see the web server is Apache which may not support...
  15. Unique_Eric

    confirm configuration

    Hi @webiedesign , May I ask which wiki you followed? If your Joomla version <3, please follow https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:no-plugin-joomla If version >3, then please follow wiki...
  16. Unique_Eric

    How to Optimize Litespeed Tuning and PHP Tuning for WordPress in Cyber Panel?

    it's a produce, https://www.litespeedtech.com/products/litespeed-web-adc LiteSpeed Web ADC is a high-performing HTTP load balancer and application delivery controller. Small businesses looking to scale their applications beyond one server will find Web ADC to be feature-rich, secure, and...
  17. Unique_Eric

    Force HTTPS option in WP plugin or use Really Simple SSL

    Hi @digitalwires , There's a function called "Improve HTTP/HTTPS Compatibility" but it's not force https. Please add rewrite functions to .htaccess file to make force https works. RewriteCond %{SERVER_PORT} 80 RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] LSCache should be ok...
  18. Unique_Eric

    How to Optimize Litespeed Tuning and PHP Tuning for WordPress in Cyber Panel?

    HI @sibipaul , Default PHP settings should be good for most of the cases. If you are looking for page speed/score instead of benchmark testing, just try some tuning functions inside of the LSCache plugin...
Top