On Thu, Oct 25, 2012 at 6:18 PM, Johannes Weberhofer < [email protected]> wrote:
> Am 25.10.2012 18:14, schrieb OQ: > > On Thu, Oct 25, 2012 at 10:52 AM, Johannes Weberhofer >> <[email protected]> wrote: >> >>> Stripped of. You can find it here: http://www.weberhofer.at/** >>> mediawiki.log <http://www.weberhofer.at/mediawiki.log> >>> >> >> Do you have a memcached server defined that isn't actually there or is >> pointing to the wrong place? That's about the only thing I can think >> of given all the time is spent in MessageCache::load >> > > Thank you, for your quick response; there have been the following items in > LocalSettings.php: > > $wgMainCacheType = CACHE_ACCEL; > $wgMemCachedServers = array(); > > removing those lines resolved this issue immediately. These two lines > didn't have any influence in older versions of mediawiki. > > Your log file: CACHES: XCacheBagOStuff[main] XCacheBagOStuff[message] XCacheBagOStuff[parser] [...] MessageCache::load: Loading en... cache is empty, loading from database, loading FAILED - cache is disabled [...] MessageCache::load 1 10002.965 10002.965 98.312% 1670 ( 10002.965 - 10002.965) [1] Shouldn't it fallback to the DB if XCache is not found? Were there changes with respect to this in 1.20? Bryan _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
