1
I have just install memcache to server, and i m using it on my own modules..
but i found on the xoops php debug mode, when user logging in , the main page have query the database 14 times...
did anyone have already write some cache query method to query config, module user data and else...
i want to cache them all too,
modules and config table won't change freq...
14 times is too much i think..
ps. i haven't use xoops::load method, just call new memcache everytime..