Bump. Same issue here. I've moved several sites recently to a media temple grid server, including many joomla ones and 7 mediawikis. All mediawikis were 1.21.2 and now some are upgraded to 1.23.0. All joomlas still work fine. Wikis used to work fine for years in the old server but now they all have the same issues: very slow page loading and sometimes no css or partial css loading, especially the ones that load css from wiki pages (like from MediaWiki:Common.css etc). (The issue seems to appear more often right after editing pages).
The server's error log is clean. The only errors it shows is about robots.txt like this one: [Sun Jun 22 16:59:30 2014] [error] [client 157.xxx.xxx.162] File does not exist: /home/xxxxxx/domains/xxxxxxx/html/robots.txt
I've also tried php debugging but no error messages were shown.
When this issue appears I check the job queue (with /api.php?action=query&meta=siteinfo&siprop=statistics
) and the result is always: jobs="0"
I used to have the default cache settings (i.e. CACHE_NONE
which as I said worked fine in the old server). I've also tried $wgMainCacheType = CACHE_DB;
(which is the only one of these that works) but the issue remains.