https://bugzilla.wikimedia.org/show_bug.cgi?id=29921

--- Comment #1 from Roan Kattouw <[email protected]> 2011-07-18 17:04:54 
UTC ---
(In reply to comment #0)
> I've just upgraded to MediaWiki 1.17 and also updated my skin file to use
> ResourceLoader.
> But the problem is with ResourceLoader, that my site is loading from 8 secs to
> 2 mins… Before it took approximately 4-5 seconds.
> 
> After I investigated the issue, I found out, that RL doesn't cache the
> generated minimized files, rather than it let a proxy to cache it for own
> purpose.
> 
It does cache it. If you have $wgCacheType = CACHE_DB; set (or CACHE_ACCEL if
you use APC, or CACHE_MEMCACHED if you use memcached), it should cache it
there. But if it's set to CACHE_NONE, it'll have nowhere to cache it.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to