https://bugzilla.wikimedia.org/show_bug.cgi?id=68320
--- Comment #3 from Tisza Gergő <[email protected]> --- (In reply to Brion Vibber from comment #2) > Is something in MMV trying to do an optimization by preemptively loading the > raw original source image instead of asking for a thumbnail maybe? Yes, that is the case. Possible fixes: - just disable thumbnail guessing and rely on the API instead (costs around 250ms for the median user - http://multimedia-metrics.wmflabs.org/dashboards/mmv#overall_network_performance-graphs-tab ) - thumbnail all files all the time (slightly more thumbnail misses, plus needs a core patch - right now if try to request a thumbnail with the same size as the original, you get a HTTP 500) - flag images needing rotation in HTML, the same way we pass the full size -- 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
