AndreyPopov's latest activity

  • AndreyPopov
    AndreyPopov replied to the thread Some help with rewrite rules.
    RewriteRule with L flag - means LAST rule after rule with L flag no any rules executed. if you want execute rules in groups then you...
  • AndreyPopov
    AndreyPopov replied to the thread Redis vs Memcache.
    https://scalegrid.io/blog/redis-vs-memcached-2021-comparison/ https://www.baeldung.com/memcached-vs-redis...
  • AndreyPopov
    https://openlitespeed.org/kb/step-by-step-install-ols/ https://openlitespeed.org/kb/build-custom-php-for-openlitespeed/
  • AndreyPopov
    AndreyPopov replied to the thread LSCache Mediawiki Plugin.
    try add GA script to this function $wgHooks['BeforePageDisplay'][] = 'onBeforePageDisplay'; function onBeforePageDisplay(OutputPage &...
  • AndreyPopov
    AndreyPopov replied to the thread LSCache Mediawiki Plugin.
    if I right understanding, Mediawiki $wgHooks['BeforePageDisplay'] each time redirect output even page in lscache. lscache send cached...
  • AndreyPopov
    AndreyPopov replied to the thread LSCache Mediawiki Plugin.
    if disable ESI on LSWS - also work "as expected"
  • AndreyPopov
    AndreyPopov replied to the thread LSCache Mediawiki Plugin.
    in my opinion problem in $wgHooks['BeforePageDisplay'] Hooks allow custom code to be executed when some defined event (such as saving a...
  • AndreyPopov
    AndreyPopov replied to the thread LSCache Mediawiki Plugin.
    not sure that function $wgHooks['BeforePageDisplay'][] = function( OutputPage &$out, Skin &$skin ) { $code = in LocalSettings.php...
  • AndreyPopov
    AndreyPopov replied to the thread LSCache Mediawiki Plugin.
    you add $wgHooks to LocalSettings.php? Cache-Control: private, must-revalidate, max-age=0? and cookie ls_smartpush=01 ?
  • AndreyPopov
    AndreyPopov replied to the thread LSCache Mediawiki Plugin.
    right for OLS what to do script and what cookies sets - no matter, if script always present in page code and saved by lscache in static...
  • AndreyPopov
    AndreyPopov replied to the thread LSCache Mediawiki Plugin.
    in my opinion - Gtag is wrong way for OLS. LSCache save each page as static html page. Gtag on each request decide add or not <script...
  • AndreyPopov
    AndreyPopov replied to the thread LSCache Mediawiki Plugin.
    make clean install of OLS + Mediawiki without any third-party modules or plugins add LSCache plugin test. if work - only than add...
  • AndreyPopov
    AndreyPopov replied to the thread LSCache Mediawiki Plugin.
    @Balerion may be, you need to disable in header request Vary: Accept-Encoding for OLS?
  • AndreyPopov
    AndreyPopov replied to the thread LSCache Mediawiki Plugin.
    check.lscache.io send only gzip encoding request and LSWS "on the fly" recompress br encoding stored page to gzip encoding and provide...
  • AndreyPopov
    AndreyPopov replied to the thread LSCache Mediawiki Plugin.
    this site on LiteSpeed server, not OLS (OpenLiteSpeed) LiteSpeed Web Server (LSWS) server support br encoding for stored lscache (gzip...
Top