EasyEngine / feature-requests

A repo to track all feature requests on EasyEngine project using issue tracker.
5 stars 2 forks source link

Cache preload #14

Open rahul286 opened 10 years ago

rahul286 commented 10 years ago

http://andyoakley.com/2012/01/19/testing-a-sitemap-with-bash-sed-and-curl/

Idea is to generate a hit for every URL found in sitemap

jmichelsen commented 10 years ago

A much simpler option would be to use Optimus Cache Prime. It'll prime the cache, and there's a sister tool that'll generate the sitemap itself by crawling a given URL. One could easily tie this into ee to create cache preloading:

Optimus Cache Prime: http://patrickmylund.com/projects/ocp/

I'm already working on this, I'll send a Pull Request when I'm finished for review.