Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

MediaWiki is slow, how can I make it faster?

faster MediaWiki slow
0
10 Posted

MediaWiki is slow, how can I make it faster?

0
10

• First you should try installing a free PHP cache engine such as eAccelerator or APC (after installing, modify your $wgMainCacheType accordingly). The engine will save the parsed PHP scripts and enhance performance a lot (this is something you should use anyway on any PHP installation with non-trivial traffic). Proprietary Zend Platform also contains a bytecode cache, however its “dynamic content caching” is not supported in MediaWiki at the current time. • Use Squid or MediaWiki’s native file cache ($wgUseFileCache = true) to cache whole pages • Memcached will provide some performance benefit, especially for heavily viewed sites. See also the cache section of the configuration settings. • See the Reduction section of the configuration setting. • See the $wgUseDatabaseMessages setting. • Switching the MySQL table type to MyISAM may be faster for single-user wikis on lower-end computers. See also: MySQL Storage Comparison. • Disable ImageMagick in LocalSettings.php $wgUseImageMagick, t

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.