After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 721930 - requirejs timeout on slow connections
requirejs timeout on slow connections
Status: RESOLVED FIXED
Product: website
Classification: Infrastructure
Component: extensions.gnome.org
current
Other All
: Normal normal
: ---
Assigned To: Yuri Konotopov
Shell extensions maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-01-10 12:09 UTC by Eternal Sorrow
Modified: 2016-12-06 15:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Eternal Sorrow 2014-01-10 12:09:12 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.
Comment 2 Yuri Konotopov 2016-12-06 15:03:56 UTC
Deployed.