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


Tim Starling <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #3 from Tim Starling <[email protected]>  2009-09-04 03:02:32 
UTC ---
Works for me. Note that you have to disable any extensions that access the
LocalisationCache during startup (there are many), and you have to use a
suitable API module (not e.g. siteinfo) and a suitable formatter (not e.g.
xmlfm).

If you think there is a bug here somewhere, then you will need to show a
backtrace, but in general I don't think there is a problem. Profiling has shown
that preloading is a substantial win in almost all cases. If you have a very
slow database, then you can use $wgCacheDirectory with DBA compiled in, to
fetch the preload key from the filesystem instead. The whole LC project was an
exercise in startup time optimisation, and simple API operations should be much
faster in 1.16 than in 1.15.


-- 
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