Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
keiichi_merged Posted November 20, 2007 Posted November 20, 2007 My forums have become a bit on the large side, some 85,000+ messages on my forums and due to a problem with the DB causing excessive server loads with my webhost I need to know if there's a way to better optimize my database so that it's not interfering with the servers that my webhost provider has. Apparently, it has something to do with the fact that there are too many queries being performed ... Is there a caching plugin available to help with this problem?
bfarber Posted November 20, 2007 Posted November 20, 2007 If you have eaccelerator, memcache or xcache installed that you can use, you can enable it in conf_global.php. i.e. $INFO['use_xcache'] = 1; This helps marginally. If you have modifications installed, I'd look at removing some (or all) if the problem is too many queries. IPB does not generate an excessive number of queries by default.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.