Search results

  1. Unique_Eric

    LSCache + ESI + Smarty

    Hi , Could you provide example code you used? How can we reproduce it? Just to clarify it is on WordPress application? Best
  2. Unique_Eric

    [Solved] Dynamic module hook

    Hi @Areama , You can verify if ESI block implemented with your module by Enabling Debug log with Debug Level = `10` from cache plugin. In generally, you will need to know which `Hook` it used for that module to make purge works. If not, you can just set a short TTL for that module which maybe...
  3. Unique_Eric

    additional page caching

    Hi @codecpack , Could you message me with your real test blog URL? or could you provide a screenshot with browser dev tool enabled? I may want to see what's the response header looks like. Best, Eric
  4. Unique_Eric

    my Wordpress sites several page HTTP 500 Error

    Hi @shuraboy , There's no log shows on Jul 6~8. Does it happens randomly? From the error log I can see some php fatal errors. Maybe you can try fixing it first see if 500 error gone. grep -i error error_log.txt [20-Apr-2019 07:31:23 UTC] PHP Parse error: syntax error, unexpected 'elseif'...
  5. Unique_Eric

    install litespeed on ispconfig and admin not work

    Hi @pardis , So what did you set for web admin -> Server -> General -> Using Apache Configuration File section, can you provide the settings or a screenshot? Best
  6. Unique_Eric

    php.ini per Virtual Host

    Hi @kbrebel04 , This wiki should help https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:per-user-php-ini Best, Eric
  7. Unique_Eric

    install litespeed on ispconfig and admin not work

    Hi @pardis , May I ask it's failed after you installed LiteSpeed? Did you set anything for LiteSpeed yet? Best, Eric
  8. Unique_Eric

    Will LiteSpeed support ClassicPress ? - A fork of WordPress without Gutenberg

    Hi @Roald , LSCache Plugin should support much old version, you should no need to worry about 4.9.9 actually.
  9. Unique_Eric

    Will LiteSpeed support ClassicPress ? - A fork of WordPress without Gutenberg

    Hi @Roald, I am not sure about this fork version. But it should support as long as it's just a general WordPress. Best, Eric
  10. Unique_Eric

    Litespeed 5.1.16 Trial Version Download

    Will message you some questions via Slack
  11. Unique_Eric

    Litespeed 5.1.16 Trial Version Download

    Hi, For new download, you can do wget https://www.litespeedtech.com/packages/5.0/lsws-5.1.16-ent-x86_64-linux.tar.gz If LSWS already installed, just use upgrade command to downgrade the version you want. Any reason you want to try with an old version instead the new one? Best, Eric
  12. Unique_Eric

    CSS cache problem

    I see, please try turn Apache optimization off. Restart web server if you can (not a must) And try reproducing the issue after you clean up all the browser cache from your device.
  13. Unique_Eric

    Setting Expires/Cache-Control Headers seems buggy

    Hi @lnietob , Better to have a new post for new topic,. This is really depends on the suggestions from the scoring site. I just took a quick look, please try: 1. Image webp enable, image optimize, to reduce your site size. 2. If css/js inline won't break your site, then keep it `on` 3. If...
  14. Unique_Eric

    CSS cache problem

    Hi @Aminvtn , Seems like a browser cache issue? May I know if `Apache optimization` is set to On or Off from the performance page? Best
  15. Unique_Eric

    desktop & mobile problem

    Hi @codecpack , Have you tired this LiteSpeed Cache Vary yet? RewriteCond %{HTTP_USER_AGENT} "iPhone|iPod|BlackBerry|Palm|Googlebot-Mobile|Mobile|mobile|mobi|Windows Mobile|Safari Mobile|Android|Opera Mini" [NC] RewriteRule .* - [E=Cache-Control:vary=ismobile]...
  16. Unique_Eric

    Configuring multiple SSL certificates/listeners for various Virtual Hosts

    Hi "However, I needed a second SSL certificate for another site and I'm aware I can't map them to the same port. " Yes you can, just put the second site's cert in the virtual host's SSL tab. So then you can just map this second's VH under the same 443 port listener Best
  17. Unique_Eric

    Performance <12

    Hi @web5 LSCWP do helps mobile score improvement, but I am not sure what settings you have tried and not works. Have you also tried webp image generate and replaced, this should helps your properly size images? Possible to provide a report number from the cache plugin? Best, Eric
  18. Unique_Eric

    Multpile Domains and SSLs

    @kbrebel04 Is you set SSl in the listener only, all VH will use the SSL from the listener. If you set SSL in VH, it will overwrite the SSL to the listener's.
  19. Unique_Eric

    Layout appearence problem on mobile devices after installed, configured and activated LSCache for Joomla!

    No problem Kortex, please send the issue to bug@litespeedtech.com with reproduce method to there if issue happens again. Probably better with server access due to we may need to check user-agent from debug log. Best, Eric
Top