https://bugzilla.wikimedia.org/show_bug.cgi?id=29111
--- Comment #8 from Brion Vibber <[email protected]> 2011-05-24 22:15:21 UTC --- Created attachment 8577 --> https://bugzilla.wikimedia.org/attachment.cgi?id=8577 Import data set that does *not* appear to slow down on 1.17 Here's an export of pages in [[Category:People in the automobile industry]] on en.wikipedia.org; the cat ends up with 10 subcategories and 120 direct member pages after import. I can't see any obvious performance difference between 1.16 and 1.17 checkouts, with all default configuration (which among other things means, the default DB-backed cache only). Before loading up the category page I imported the .xml file into both wikis via Special:Import (had to run it twice as the first time it timed out and didn't get all pages), then manually edited the category page to add the text 'Stub page' so clicking the category link doesn't trigger an edit. On each version in turn, forced several reloads in a row to initialize, then 3 more force-reloads to get data points from the in-MediaWiki rendering time (as reported in the comment on the end). Rendering time of the category page seems to be very small; full time spent within MediaWiki on my system is under 1/8 second for all attempts: 1.17: <!-- Served in 0.126 secs. --> </body> <!-- Served in 0.141 secs. --> </body> <!-- Served in 0.126 secs. --> </body> 1.16: <!-- Served in 0.105 secs. --></body></html> <!-- Served in 0.108 secs. --></body></html> <!-- Served in 0.116 secs. --></body></html> 1.17 turns up _slightly_ slower here, but not significantly so. Standard overhead in the loading or in the skin is likely; 1.17 defaults to Vector which is a little heavierweight than Monobook (though manually selecting ?useskin=monobook slows it down a bit further). These were logged-in views. I also tested logged-out views of the same category page in Chrome 11.0.696.68 (Linux x86_64) and took screenshots of the network panel which shows time breakdowns. 1.17 consistently loaded a bit faster than 1.16, it looks like mostly due to having some of the skin icons embedded as data URIs into the stylesheet, thus skipping a bunch of extra hits. -- 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
