GordonLesti / Lesti_Fpc

Simple Magento Fullpagecache
https://gordonlesti.com/lesti-fpc-documentationversion-1-4-5/
Other
358 stars 159 forks source link

Suggestion: auto-crawler #25

Closed kek0 closed 10 years ago

kek0 commented 11 years ago

I think that is good to have integrade in Lesti_Fpc an auto-crawler that continuosly is caching the website, something like if a bot load the web and is the cache was refreshed for the crawled products automatically.

Obviously this crawler need to have something for avoid the server is full all time. Something similar to this: http://ecommerce.brimllc.com/cache-warmer-for-magento.html or this: http://www.extendware.com/full-page-cache-crawler-magento-extension.html thanks!

GordonLesti commented 11 years ago

Yes, there was such a feature in the past, but with problems.

gferon commented 10 years ago

I would suggest using a program like http://linkchecker.sourceforge.net/ if you want to do that. It works with any website and will also help you flag 404 links.

karlmiles commented 10 years ago

You could try running this one at quiet times: https://github.com/Marko-M/Inchoo_Precache

kek0 commented 10 years ago

Thanks gferon and karlmiles for your suggestions. I will try both methods tomorrow :)

VladanZ commented 10 years ago

The crawler is something that is outside of the scope of FPC. You can use other existing crawlers or cache warmers as suggested in previous posts or write simple crawler for sitemap.xml URL elements.