#45 √ resolved
sebastian

Improve initial loading speed

Reported by sebastian | July 10th, 2008 @ 09:28 AM

The Script.aculo.us-library consists of 7 separate files, which, even if reduced to less files than that, makes downloading the library more time-consuming, as for each and every file, the server latency has to be taken into consideration.

Additionally, the files are transmitted uncompressed, which could reduce download speed, too.

My proposal is the following:

Offer the library in a different way:

1. Offer the different available combinations of the library as complete files (everything in one file).

2. Offer the files both compressed and uncompressed.

The compression should of course not include the license notice and should include a link back to the script.aculo.us-site.

Mootools offers that, and for time-conscious developers, the less than optimal way script.aculo.us is loaded is definitely a reason to choose one library over the other.

Comments and changes to this ticket

Please Login or create a free account to add a new comment.

You can update this ticket by sending an email to from your email client. (help)

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

script.aculo.us is an open-source JavaScript framework for visual effects and interface behaviours.

Source available from github
The Git repository resides at:
http://github.com/madrobby/scriptaculous

Check out the current development trunk with:
git clone git://github.com/madrobby/scriptaculous.git

As script.aculo.us 1.xx is feature-frozen, this development trunk is for bugfixes only.

New development should happen only for
script.aculo.us 2.

Creating a bug report
When creating a bug report, be sure to include as much relevant information as possible. Post a an example that shows off the problem. Preferably, alter the unit tests and show through either changed or added tests how the expected behavior is not occuring.

People watching this ticket