the sequence of javascript library loading has changed. You will probably need to adjust your script to compensate. Now javascript is only loaded once the full page has finished loading rather than at the start (this was needed to upgrade jquery to the latest version, which in turn is responsible for the speedup).
|