On 21/11/11 12:59, Petr Bena wrote:
The table is also supposed to be periodicaly cleaned (expired records), so it's supposed to be very small.
So, does anyone have any suggestion to make it even faster? Ian Baker told me that there could be some use of cache, however I am not really sure how to implement it, what do you think about this conception, is there any way to make it simpler and keep its functionality as it is?
I don't know if this is a correct place to ask, I don't know if there is some mediawiki forum where I could ask which would be more suitable. Thanks
Hello Petr :) mediawiki-l and wikitech-l are perfect forums for this.
You would use just $wgMemc See http://www.mediawiki.org/wiki/Memcached#Using_memcached_in_your_code for an example.