Search results

  1. AndreyPopov

    How to optimize performance in OLS Server Configuration tab?

    to store on Redis server (RAM) "Object Cache" - this is only one way to use redis :)
  2. AndreyPopov

    How to optimize performance in OLS Server Configuration tab?

    @eakteam I use Opencart CSM, you use WordPress CSM. but I think base methods are same. Opencart use session, cache, database driver that you change in config.php file and for frontend (system/config/catalog.php) and backend system/config/admin.php). // Cache define('CACHE_DRIVER', 'redis')...
  3. AndreyPopov

    LiteSpeed WP Cache plugin cannot connect to Redis Serer

    @eakteam use Unix socket name for redis server and set port to 0! all modern Linux use Unix socket name for Redis/Memcached. server address and port used for compatibility with old versions.
  4. AndreyPopov

    How to optimize performance in OLS Server Configuration tab?

    @wpimprove I think, first step for optimization must be migrating from OLS (OpenLiteSpeed) to LSWS (LiteSpeed Web Server) next step: - use redis/memcached server to serve/store user sessions. by default user sessions stored in database or file system. redis/memcached user sessions handler store...
  5. AndreyPopov

    Wp, dont start with OLS

    https://forum.openlitespeed.org/search/332871/?q=No+request+delivery+notification+has+been+received+from+LSAPI+application%2C+possible+dead+lock.&o=date I think problem in this: No request delivery notification has been received from LSAPI application, possible dead lock...
  6. AndreyPopov

    Wp, dont start with OLS

    @Im_Vladyslav are you try only: <?php phpinfo(); ?> nothing else. because may be any BOM symbols present when you edit file, paste from other source.
  7. AndreyPopov

    Wp, dont start with OLS

    what index.php contain inside? <?php phpinfo();
  8. AndreyPopov

    LiteSpeed Cache Issue

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  9. AndreyPopov

    In which directory are cache files stored?

    hi @cork_to_any_hole OLS and LSWS can both be configured so that each web site in domain and each virtual host can use it's own folder to store cache. and even public and private cache can be stored in different folder even index and management files cacheman.lock and cacheman.shm can be...
  10. AndreyPopov

    In which directory are cache files stored?

    each domain (web site) contain public and private cache that stored in corresponding folder. private cache is user specific cache for user on web site (like custom price for user group, custom user's group blog/thread, etc.) yes
  11. AndreyPopov

    503 error on include large file

    @br3t are you use LSWS (LiteSpeed Web Server) or OLS (OpenLiteSpeed)? why create new thread? not use created before 503 error on include large file | LiteSpeed Support Forums (litespeedtech.com)
  12. AndreyPopov

    Crawler Status Stuck on crawling, prepare running

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  13. AndreyPopov

    Is Virtualmin/Webmin workable for OpenLiteSpeed?

    https://webmin.com/virtualmin/ It supports the creation and management of Apache or Nginx virtual hosts ask webmin developers about OpenLiteSpeed support https://forum.virtualmin.com/t/openlitespeed-support/110719
  14. AndreyPopov

    LiteSpeed Cache

    @Leavii Some distributions enable the root user (such as CentOS), while some do not (such as Ubuntu and Debian).
  15. AndreyPopov

    LiteSpeed Cache

    @Leavii may be wrong experience make all under root?
  16. AndreyPopov

    LiteSpeed Cache

    I think, you must create .htaccess and add to it at beginning corresponding lines.
  17. AndreyPopov

    openlitespeed cache without plugin not work

    yes. LSCache store in cache each page like static html page that already contain needed js/css/images/font depending from your page optimization settings like image and font lazy load, html minify, CSS Combine & Minify , CSS Inline , JS Combine & Minify , JS Defer , etc. you can make that all...
  18. AndreyPopov

    openlitespeed cache without plugin not work

    LSCache is a full html page cache. also, try place LSCache rules before others rewrite rules.
  19. AndreyPopov

    openlitespeed cache without plugin not work

    @LiteCache bla-bla-bla-bla and again hear and listen only yourself :( "RewriteEngine on" must be present! because you NOT sure that it present anywhere before
Top