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

ogi’s picture

Category: bug » support

Do you still have this problem? There are a lot of extra spaces in the code snippet that would lead to syntax errors.

b8x’s picture

yes 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?

ogi’s picture

Is filecache unpacked in sites/all/modules/filecache. If it's in sites/default/modules/filecache or 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.

b8x’s picture

strange, i did all steps again and it works now. i clean my site before. solved.

ogi’s picture

Status: Active » Fixed

Great!

How much is the improvement in page load time?

b8x’s picture

360-420 ms with file cache
350~400,500 ms without
maybe some conflict? or this is limit?

ogi’s picture

It'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!

b8x’s picture

in 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.

ogi’s picture

I don't have such sites. My sites are usually only with base modules (e.g. wysiwyg, media, views) and theme base themes.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

ojchris’s picture

ojchris’s picture

Hello 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.