lscache-opencart
lscache-opencart copied to clipboard
Multi-Store Issue / Feature Suggestion
Hi,
I've just upgraded to the latest version from a very old one and the improvements are fantastic. However, I have an issue. I use OpenCart because it has multi-store options.
I ran the recache function and it awesome that you can see what pages are being cached. But, once it scanned and cached the default store it stopped. Only the default store was re-cached.
Was it an oversight not to include code to check for additional stores?
Should it have re-cached my other stores but failed?
My suggestion is simple.
FEATURE SUGGESTION: Allow the user to select which store they want to recache and which store to purge.
My main store has a huge catalogue, my the other store are small and more focused on one niche. To recache all stores because you have made a change on one of them is a long, slow and needless process. Likewise, why purge everything?
Feedback back on my suggestion would be most welcome.
Is the only workaround to use the cURL function? Some help would be great.
Thanks, Midge
Advanced crawler are you interesting?
Is the only workaround to use the cURL function? Some help would be great.
not sure, but purge and recache other store you can only by cli (cUrl)
curl -N "http://yoursite/index.php?route=extension/module/lscache/purgeAll&from=cli"
curl -N "http://yoursite/index.php?route=extension/module/lscache/recache&from=cli"