GNOME Bugzilla – Bug 721930
requirejs timeout on slow connections
Last modified: 2016-12-06 15:03:56 UTC
Please, set the requirejs config option "waitSeconds" to somewhat larger value, than 7 seconds. On my slow connection (mobile EDGE with bad signal level) using site is very painful. I've found out, that setting this option manually (pasting "requirejs.config({waitSeconds:60})" into console after "DOMcontentLoaded" event fired) makes things working right.
Fixed in master: https://git.gnome.org/browse/extensions-web/commit/?id=447b68258c31ea4e88d691816ccdaf48096c4483
Deployed.