Search results

  1. W

    Saving virtuemart products painfully slow with lscache plugin enabled

    hi, I just replied webmastergreg's Github issue, there is no need to patch virturemart for the 3.2.2+ virturemart versions. About the slow reload after save a product, it might because you enabled auto recache after saving feature in plugin settings, it will crawl all expired cache copy after...
  2. W

    PHP Warning: Attempt to read property "id" on null

    Thanks for report. This warning has been fixed in Joomla4 version before, since most joomla3 runs PHP7, now I fixed it in joomla3: https://github.com/litespeedtech/lscache-joomla/commit/eea5988a3715b1ca06e53a09d85a6eee242a7e51 also updated latest joomla3 package...
  3. W

    Litespeed + easyblog hits & speed performance.

    with cache enabled the hit count will not be updated, but if you are a developer or you have a developer can do some customize job, it is possible. use ajax (for OLS) or esi (if you are using LSWS, not OpenLiteSpeed) to display and update the hit count. For esi, find your module include "hit...
  4. W

    Joomla 4.x Contact form fronted blocked with LSCache Plugin 1.5.1 for Joomla 4

    sorry for mistake, the latest joomla4 plugin package link is: https://github.com/litespeedtech/lscache-joomla/blob/master/Joomla4/package/lscache-latest.zip
  5. W

    Joomla 4.x Contact form fronted blocked with LSCache Plugin 1.5.1 for Joomla 4

    hi, Thanks for report, I tried to reproduce this problem, and found a form validate token problem,the joomla3 code no longer work in joomla4, so I replaced those code and submit a commit: https://github.com/litespeedtech/lscache-joomla/commit/a0fc23d84b7a588c2736244ddc9f87bb2d2574a6 you may...
  6. W

    PHP Warning: Undefined property: stdClass::$vary_language

    hi, thanks for reporting, fixed the installation problem in commit: https://github.com/litespeedtech/lscache-joomla/commit/21711e81e3ae8203807847fac78ad4b49699cac4 also updated the latest joomla4 plugin package ...
  7. W

    PHP Warning: Undefined property: stdClass::$vary_language

    hi, the 'PHP Warning: Undefined property: stdClass::$vary_language ' problem is fixed in commit: https://github.com/litespeedtech/lscache-joomla/commit/14f8f7959f4ccb050f526d44dcb2cfc73c3f8553 the latest joomla4 plugin package is...
  8. W

    PHP Warning: Undefined property: stdClass::$vary_language

    hi, the table modules_lscache not updated via migration. you may try uninstall the plugin, drop table modules_lscache, then reinstall the latest joomla4 plugin from https://github.com/litespeedtech/lscache-joomla/blob/master/Joomla4/package/lscache-latest.zip
  9. W

    Cache 404 option cause error on product save

    hi, please try disable the vqcache, it should be a conflict between lscache and vqcache.
  10. W

    Joomla 4 plugin problem

    hi, it now fixed, and updated to github: https://github.com/litespeedtech/lscache-joomla/blob/master/package/lscache-v4-1.5.1.zip thanks, Wuhua Chen
  11. W

    Use of undefined constant current

    hi, fixed this issue in https://github.com/litespeedtech/lscache-joomla/commit/8d67db43de00c550386dc9ecb2b16371b59349b1 . also submitted relate package: joomla3: https://github.com/litespeedtech/lscache-joomla/blob/master/Joomla3/package/lscache-latest.zip joomla4...
  12. W

    Language string missing when module set as ESI

    hi, please submit a ticket, or give the information of your site to wchen@litespeedtech.com, please also give admin panel access to investigate the problem.
  13. W

    Can't get it to work as expected

    hi, for the dynamic modules, please use 'render it as ESI' feature for these dynamic modules. you can choose no cache/private cache/public cache for these dynamic modules. for the mobile view, please use 'separate view for mobile device' feature, and uncomment relative .htaccess directives. if...
  14. W

    Language string missing when module set as ESI

    hi, havn't found your ticket yet, but I found some bugs and solved it in latest release, maybe you can try it again https://github.com/litespeedtech/lscache-joomla/blob/master/package/lscache-latest.zip thanks and regards
  15. W

    Language string missing when module set as ESI

    hi, you can use http://yoursite/index.php?option=com_lscache&moduleid=xxx to see output of your ESI module, replace xxx with the ESI module id. we just submit a new release to support the advanced ESI module, it support plugins for module, you can give it a try...
  16. W

    JCH & LiteSpeed Cache Plugin for Joomla

    Hi We already implement that. You can check, if still have problem please let me know. Thanks and regards, Wuhua Chen
  17. W

    The Joomla plugin is not working as it should

    @ssnobben Most problem can be solved if you submit a ticket to us via https://store.litespeedtech.com/store/submitticket.php?step=2&deptid=2 . some problem already solved in the latest release: https://github.com/litespeedtech/lscache-joomla/blob/master/package/lscache-latest.zip , some...
  18. W

    Lscache and Joomla Components Problem

    @vincebodie, in the latest release we solved "invalid token" problem for some 3rd party component, it need enable "ESI Feature" ( it's enabled by default ) , you can download and upgrade it from https://github.com/litespeedtech/lscache-joomla/blob/master/package/lscache-latest.zip .
  19. W

    Issue with JSN Uniform extension

    hi, can you submit a ticket and give more detail about your site?
  20. W

    Litespeed also cache the cart

    hi, you can try disable "LiteSpeed ESI Feature" option, and purge all cache, to see if it work for your site. if still have problem, please submit a ticket and give the admin panel access in ticket.
Top