https://bugzilla.wikimedia.org/show_bug.cgi?id=29111
--- Comment #19 from Tim Starling <[email protected]> 2011-05-25 02:32:26 UTC --- You're not going to see an improvement in server CPU performance in 1.17 compared to 1.16 for a given page view request. This is not something we optimised in 1.17. With proper tuning, the performance measured in this way should be about the same. Note that 1.17 has more code and more source files than 1.16. If eaccelerator.shm_size is too small to hold all the code, or if your server is set up in a way that makes it very slow to check the source file modification times, then this may produce a slow response time. ResourceLoader should provide an improvement in apparent performance, measured at the browser with JS, CSS and images included, especially when there is a large network delay between the server and the browser. But this may come at the expense of an increase in server CPU usage, due to static file requests being replaced by load.php requests. If this is a problem, it can be mitigated by putting an HTTP cache in front of the MediaWiki installation. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
