Search results

  1. L

    OpenCart LS Module Scroll Mobile Issue

    Am I understanding that I have to change the UA to just one like apple, then recache, then change the UA to windows and recache etc.?
  2. L

    OpenCart LS Module Scroll Mobile Issue

    Well.... With your cache software and .htaccess it's not caching for windows or iPhone now! So I have to keep recaching for an entire day for this to work? My code and settings worked far better! I'll be going back to my settings..
  3. L

    OpenCart LS Module Scroll Mobile Issue

    what php max_execution_time? 3600 how many product and other links on your site? about 3K Still not caching on my iPhone! BTW, I just installed you caching program too...
  4. L

    OpenCart LS Module Scroll Mobile Issue

    It appears that when I use your lscache in the .htaccess file, it will not cache for my iPhone unless I manually do it! here's what I have:
  5. L

    OpenCart LS Module Scroll Mobile Issue

    ESI is disabled in the GUI, my site would not work at all with ESI turned on. I'm trying your lscache rules now, I will report back.
  6. L

    OpenCart LS Module Scroll Mobile Issue

    Sorry Journal 3.1.8 All lscache rules are in the beginning of the file.
  7. L

    OpenCart LS Module Scroll Mobile Issue

    I know very well my limitations and while I understand what cache is and what it's supposed to do, lscache is NOT a "plug and play" software. I should never have to do anything but install and have it work correctly - it does not. If it was, YOU would not have to be writing software to fix it's...
  8. L

    OpenCart LS Module Scroll Mobile Issue

    Thank you. Always a pleasure... And yes, Journal has a device detection. Oh, I forgot to add - I AM trying to learn, but keyboard warriors make it tough.
  9. L

    OpenCart LS Module Scroll Mobile Issue

    - I do use webp images, so you are telling me it will never cache Safari because of this? - after RewriteCond always must be RewriteRule - Right or wrong it works as intended, this stops my cart from being cached!!! using Journal. if lscache exist... - I'm aware of how this works, my issue is...
  10. L

    OpenCart LS Module Scroll Mobile Issue

    Question: Can you use wildcards to match any version of chrome or safari? Example: Mozilla/5.0 (iPhone; CPU iPhone OS 12_2_1 like Mac OS X) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0 Mobile/15C153 Safari/604.1 Mozilla/5.0 (iPhone; CPU iPhone OS 12_2_1 like Mac OS X)...
  11. L

    OpenCart LS Module Scroll Mobile Issue

    Thank you for this information, never knew about. Boy it sure SLOWS down the recache, it's going to take hours now...
  12. L

    OpenCart LS Module Scroll Mobile Issue

    I'm not sure how to do this "make recache for separate User Agent fir iPhone and Desktop"
  13. L

    OpenCart LS Module Scroll Mobile Issue

    Yes, I have already done that.
  14. L

    OpenCart LS Module Scroll Mobile Issue

    I had the same issue and the fix for me is stupid and time consuming but it works. After clearing the cache, I have to visit every page in the menu with my iPhone to create the cache. If I use a PC first or using the Terminal, it will cause some pages on mobile devices to not scroll. Once I do...
  15. L

    LSCache purges all cache on product edit

    Nope, I can purge individual URL's:
  16. L

    LSCache purges all cache on product edit

    I have a terrible option but it does work and saves a little bit of time. 1) go to extensions/events 2) disable scache_product_edit (now anytime you edit a product it will not clear the cache for all products) This will stop the problem then I take the URL of the item I modified and go to...
  17. L

    Advanced crawler for recache. some ideas and code

    Is this what you're talking about? // Cache $_['cache_engine'] = 'memcached'; // apc, file, mem or memcached $_['cache_expire'] = 3600;
Top