thiemowmde lowered the priority of this task from "High" to "Normal". thiemowmde added a comment.
- An average ADSL connection is downloading stuff at 6 MBit/s. That's about 0.7 MiB/s. - gzip compresses our JSON down to about 15 %. I used https://github.com/JeroenDeDauw/JsonDumpData to calculate this number. - Maximum, worst-case blob size is 2 MiB. 2 MiB * 15 % / 0.7 MiB/s = 0.4 seconds. Thats how long a user have to wait before the browser can start parsing and displaying some HTML. This is obviously more on slower connections, probably about 2 seconds on very slow cable and mobile connections. My conclusion: I think we have bigger bottlenecks to fix first, mostly in JavaScript. TASK DETAIL https://phabricator.wikimedia.org/T119078 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: thiemowmde Cc: adrianheine, thiemowmde, Lydia_Pintscher, Jonas, Aklapper, Wikidata-bugs, aude, GWicke, Mbch331 _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
