does not work. I have enabled a module and set the "settings.php"
/ ** File cashe * /
$ conf ['cache_backends'] = array ('sites / all / modules / filecache / filecache.inc');
$ conf ['cache_default_class'] = 'DrupalFileCache';
but the status of File Cache
No File Cache setup in sites / default / settings.php.
Comments
Comment #1
ogi commentedDo you still have this problem? There are a lot of extra spaces in the code snippet that would lead to syntax errors.
Comment #2
b8x commentedyes problem still exist, for now i use entity cache and disable filecache. can it be useful if my server use zend optimizer and it already speed up loading time to 300 ms. could file cache add more speed?
Comment #3
ogi commentedIs filecache unpacked in
sites/all/modules/filecache. If it's insites/default/modules/filecacheor other place, path must be changed accordingly.Most probably you'll get speed up with filecache but don't expect miracles like after Zend Optimizer. It would be normal to drop 300ms to 250ms or less.
Comment #4
b8x commentedstrange, i did all steps again and it works now. i clean my site before. solved.
Comment #5
ogi commentedGreat!
How much is the improvement in page load time?
Comment #6
b8x commented360-420 ms with file cache
350~400,500 ms without
maybe some conflict? or this is limit?
Comment #7
ogi commentedIt's a disappointing result :-( It looks like your DB is fast enough to serve as cache backend (or your are on Windows where file system is slow). Thank you for the feedback!
Comment #8
b8x commentedin turn, I also want to ask, since you are dealing with the cache, I want to know what the speed figures you see on sites with 100 modules.
Comment #9
ogi commentedI don't have such sites. My sites are usually only with base modules (e.g. wysiwyg, media, views) and theme base themes.
Comment #11
ojchris commentedComment #12
ojchris commentedHello Ogi.
Have been trying to get this module (FileCache) to work for about three days now. I setup a case for it here: http://drupal.org/node/1840160#comment-6731360 any idea why this is failing will be angelic. Thanks.