fastpath_fscache

Component ID

80756

Component name

fastpath_fscache

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

4466

Component created

Component changed

Component body

A file-based caching mechanism for serving up cached Drupal pages instead of using the database 'cache' table. This approach is generally faster since the web server doesn't need to initialize a database connection and crunch through a bunch of PHP files for an anonymous user hit. This code is in beta quality and shouldn't be used in production.

This project is maintained by jeremy@kerneltrap.org and matt westgate, and based on Jeremy's previous work.

6.x branch is maintained by kenorb