Hello,
So I read the "performance" is at least one of the reasons caching is on. Can this be elaborated on? It seems to be that this is actually adding overhead as the bottleneck for getting messages will likely not be roundcube accessing the imap server, but the clients accessing roundcube.
It is possible to access the IMAP server (cyrus) directly and not use caching?
Please CC me as I am not on the list.
Thanks,
Adhamh
you can disable it in /config/main.inc.php by setting
$rcmail_config['enable_caching'] = FALSE;
Regards,
Rob
On Fri, 28 Oct 2005 19:25:57 -0700, Adhamh Findlay pmi@adhamh.com wrote:
Hello,
So I read the "performance" is at least one of the reasons caching is on. Can this be elaborated on? It seems to be that this is actually adding overhead as the bottleneck for getting messages will likely not be roundcube accessing the imap server, but the clients accessing roundcube.
It is possible to access the IMAP server (cyrus) directly and not use caching?
Please CC me as I am not on the list.
Thanks,
Adhamh
DOH! Can't believe I missed that. Does this disable the need for a database too? From the comments its not clear.
On 10/29/05 1:11 PM, "Robert Landes" r.landes@clixel.net wrote:
you can disable it in /config/main.inc.php by setting
$rcmail_config['enable_caching'] = FALSE;
Regards,
Rob
On Fri, 28 Oct 2005 19:25:57 -0700, Adhamh Findlay pmi@adhamh.com wrote:
Hello,
So I read the "performance" is at least one of the reasons caching is on. Can this be elaborated on? It seems to be that this is actually adding overhead as the bottleneck for getting messages will likely not be roundcube accessing the imap server, but the clients accessing roundcube.
It is possible to access the IMAP server (cyrus) directly and not use caching?
Please CC me as I am not on the list.
Thanks,
Adhamh