foocache is a simple caching system for PHP4 which optionally uses HTML-tidy to clean up the generated HTML Code. Instead of processing the whole page, a cachefile is loaded, assuming that it exists and is younger than a defined age. The name of the cache file is generated with the MD5 sum of the Request URI and the HTML post variables. foocache also can highlight (search)strings in the output.
| Tags | Internet Web Dynamic Content |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX BSD Linux |
| Implementation | PHP |
Recent releases


Changes: This release fixes a small bug with regexp quoting on searchstring highlights.


Changes: This version can now highlight strings in the output (e.g. for marking search results).


Changes: Now ob_get_length() is used instead of strlen() to get buffered content length. Additional options for tidy can be set with a variable. This release fixes problems with non-iso-8859-1 input.


Changes: The cache file naming with POST variables has been fixed. foocache can now be disabled by setting a define.


No changes have been submitted for this release.
- All comments
Recent commentsPossibly error..
Maybe you should consider checking cookies to, because lot's
of sites relies on them and gives different output for different
cookies. Sorry if this is already done.