Closed (fixed)
Project:
fastpath_fscache
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 May 2008 at 14:42 UTC
Updated:
13 Apr 2009 at 12:30 UTC
Hi,
I'm using 5.x-1.x-dev (2007-Aug-17) on shared hosting and it's working properly for about 2 months on a production website with 25,000 visits per month, so i think it's stable :))
Thanks for sharing this great module. good job
Comments
Comment #1
asak commentedJust a question before i install - how would one know if this module is working properly?
With boost.module i get a line at the end of the source... does this module provide indication?
Thanks!
Comment #2
sinasalek commentedWell, you can easily notice that because there is a huge difference in speed when it is enabled.
This module is different than boost. As you know it does not cache the whole page ,it replaces database cache based with file based. which means that you should be able to see the cached pages inside the cache directory.
Also if you clear drupal caching tables, drupal will never fill them again as long as fscache is enabled.
Comment #3
kenorb commentedasak: you will know when cache files will be created.
Comment #4
kenorb commentedRelated topic: #324630: Can this module be used in a Production environment
Migrated also to 6.x branch.