https://github.com/patrickmn/ocp
Smart cache preloader for websites with XML sitemaps
https://github.com/patrickmn/ocp
Last synced: 8 months ago
JSON representation
Smart cache preloader for websites with XML sitemaps
- Host: GitHub
- URL: https://github.com/patrickmn/ocp
- Owner: patrickmn
- License: other
- Created: 2011-08-06T14:11:30.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2014-12-28T03:44:17.000Z (over 11 years ago)
- Last Synced: 2025-09-09T01:08:10.817Z (9 months ago)
- Language: Go
- Homepage: https://patrickmn.com/projects/ocp/
- Size: 152 KB
- Stars: 59
- Watchers: 9
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Optimus Cache Prime (OCP) is a smart cache preloader for websites with XML
sitemaps. It crawls all URLs in a given sitemap so the web server builds
cached versions of the pages before visitors or search engine spiders arrive.
Since Google began penalizing websites with long response times in their
rankings, serving all of your pages quickly has become more important than
ever. Optimus Cache Prime helps you do that by making sure your cache--be it
an in-memory cache like memcached or APC, or a flat file cache like WP Super
Cache or W3 Total Cache--is primed so random requests are served lightning fast.
== Installation
Download OCP from http://patrickmylund.com/projects/ocp/
If you have Go installed, you can run: go get github.com/pmylund/ocp
(an ocp binary will be added to your GOPATH/bin folder)
Note: You do not need to have Go installed to run the stand-alone version.
== Usage
./ocp http://mysite.com/sitemap.xml
Run ocp without any arguments for details.
See http://patrickmylund.com/projects/ocp/ for more information.