Hi again,

Looking into settings code: do these line mean, that I need Memcache on board:

$conf['authcache'] = array(
[...]
    'server' => array(),             // memcached (host:port, e..g, 'localhost:11211')
    'shared' => TRUE,                // memcached shared single process
[...]
);

...? Or they are just useless, when using file caching?

I'm asking, because having all roles set for caching, I still can see only no-cache
info in Authcache tab:

Authcache Debug
No Authcache.info
NO_CACHE: "Page not cached."
HTML/JavaScript time: 266 ms
Authcache.ajaxRequest (sent)
form_token_id[]: ["comment1234567"]
Authcache.ajaxRequest (received)
form_token_id: {"comment1234567":"673b207c385cd021f863b720ea469237"}
db_queries: null
HTML/JavaScript time: 422 ms

Why? :]

Yes, 'files/filecache' dir is there, with a few directories inside and files inside
them, except of 'files/filecache/cache_page' - all dirs inside it are empty.

Tia,
Szy.

Comments

Jonah Ellison’s picture

Status: Active » Closed (fixed)

Memcached isn't required, though using APC or Memcached is definitely recommended. =) You can read more about the settings at the Cache Router module project page (which is the module being used for the caching system): http://drupal.org/project/cacherouter

I didn't do any extensive testing with the filecache, so I'll put that on my to-do test. I'm addressing the other issues you put in as well. Thanks for your feedback!

szy’s picture

Thanks! :]

(looks like nothing has changed with beta4)

Szy.