newfs / gobotany-app

Deployable code for the Go Botany application
9 stars 8 forks source link

Some pile filter pages won’t load on first visit (bug 56) #4

Closed sidkoul closed 12 years ago

sidkoul commented 12 years ago
  1. Some non-small (e.g. not the angiosperms, where count=17, but the gymnosperms where count = 244) pile filter pages won’t load on first visit. On subsequent visits they do. Confirmed with FF8.
sidkoul commented 12 years ago

Here's a link to the deployed app (you know, to work around limitations of django's single-threaded built-in web server, and so you can see what it looks like in production) http://simple-lightning-2359.herokuapp.com/woody-plants/woody-angiosperms http://simple-lightning-2359.herokuapp.com/woody-plants/woody-gymnosperms

jrrickerson commented 12 years ago

Reproduced this issue on the non-orchid-monocot pile page on Heroku (http://simple-lightning-2359.herokuapp.com/monocots/non-orchid-monocots/), using Chrome 16.0.912.77 on Ubuntu 10.04.

Issue seems related to other javascript loading order issues, with a timeout loading a particular script causing the entire page to hang indefinitely.

jrrickerson commented 12 years ago

Fixed with wrapper scripts around third party scripts with dependencies on other third party scripts.