Search results

  1. L

    Advanced crawler for recache. some ideas and code

    When I read the instructions yesterday it said the number starts with 0 not 1 so 139 is correct since it's 140 lines long! In any case it works and may add or subtract an empty line but I'm not going to spend time on that!
  2. L

    Advanced crawler for recache. some ideas and code

    I'm not sure what you are telling me but in your code you wanted to replace the entire recache() function with your version of the function and it does just that. Edit: I think you are trying to tell me that it will only replace just one line but that's not the case, it replaces the entire...
  3. L

    Advanced crawler for recache. some ideas and code

    OK, I tried to recache "category only" and everytime I try it logs me out of opencart. There may be more issues, there may even be issues with the ocmod file so go through it and debug it.
  4. L

    Advanced crawler for recache. some ideas and code

    Here is an updated ocmod file, I had some duplicates...
  5. L

    Advanced crawler for recache. some ideas and code

    Good heavens you put a ton of work into this! Bravo. I will try and find time today to put it all together and see what happens...
  6. L

    Advanced crawler for recache. some ideas and code

    Makes more sense now! Thank you...
  7. L

    Advanced crawler for recache. some ideas and code

    Please forgive my ignorance but I've only been at this for a few days but what I understand is these are functions that need to be 'called' in order to be executed. Where do you place the calls? And THANK YOU for spending the time and effort to improve this extension for us, very very much...
  8. L

    How to cache page2, page3, etc?

    Yes, it only caches the first page and the first option clicked but as I said earlier it's still a big improvement for the customers experience. Perfect? No but I just learned to program a little PHP two days ago. I am not a programmer, I never saw PHP or twig in my life until now. Any...
  9. L

    How to cache page2, page3, etc?

    $urls[] = $this->url->link('product/category', 'path=' . $categoryPath[$category['category_id']] . '&fm=' . $result['manufacturer_id']);
  10. L

    How to cache page2, page3, etc?

    You keep saying I must install the latest version and again I respond "I HAVE"!!! I had a crash course in PHP programing the past two days and me, a nobody, has made significant improvements to the code that the programmers should have already implemented. This litespeed for opencart is in the...
  11. L

    How to cache page2, page3, etc?

    OK, I found my own anser: You must add product/catalog to litespeed "page settings" in order for them to be cached. Why is this not on by default?
  12. L

    How to cache page2, page3, etc?

    So, how can I get lscache to cache beyond just the first page of products? I have categories that are 5 pages deep when set to 100 per page or 11 pages when set to 48 per page. This is actually VERY important for the client especially on a mobile device, they don't like waiting for 7-12...
  13. L

    LSCache purges all cache on product edit

    Germont, It takes 32 minutes after I manually deleted the cached files. I changed just ONE item and it took 28 minutes. I suspect the difference in time is the available cpu time on my shared host.
  14. L

    LSCache purges all cache on product edit

    AndreyPopov, this is the file I have:
  15. L

    Advanced crawler for recache. some ideas and code

    This looks very promising but honestly it's over my head as to where to add this to the extension. Any way to just post the entire file(s) modified and ready to go so I don't mess up? I have no idea where in the file to put your code!
  16. L

    LSCache purges all cache on product edit

    Thank you AndreyPopov but that is the one I'm using...
  17. L

    LSCache purges all cache on product edit

    I have the latest version of the extension and it still doesn't work right. If I make a change to any one product it purges cache on them and and I need to rebuild all the products and categories. Is there any fix for this? Is anyone even working on litespeed for opencart anymore? There are so...
  18. L

    Where Does LS get the URL's to Cache?

    OK, where does litespeed get the URL's to cache? The reason is the URL's it's caching does not match the URL's when you click the links on my site. For example, when I click on the brand name then the product the URL is: /atmysphere/atmysphere-used.html and the site map is the same so they...
  19. L

    Two Questions: Firefox and how does cache hit miss work

    I've been working with the hosting company A2 and the made some changes that now allows the cache to work better and be more predictable. When down and working I will post what they did...
  20. L

    Litespeed also cache the cart

    What I found that fixes the caching problem with A2, Opencart v3, Journal 3 is this: RewriteCond %{QUERY_STRING} !nocache|cart|checkout|wishlist [NC] The cart works perfectly with this line added to the .htaccess file
Top