Removing unnecessary jQuery loads
As I have said, each one of the extensions that we are using is loading its own jQuery library, and thus makes our site needlessly load the library many times.
This makes our site download more files than are really necessary. Just take a
look at the source code of your site. In the head section we can see the
script
tags that are loading the required libraries:
<script type="text/javascript" src="/plugins/system/cdscriptegrator/libraries/jquery /js/jsloader.php?files[]=jquery-latest.packed.js&files[]= jquery-noconflict.js"></script> <script type="text/javascript" src="/plugins/system/cdscriptegrator/libraries/jquery/ js/ui/jsloader.php?file=ui.core"></script> <script type="text/javascript" src="/plugins/system/scjquery/js/jquery-1.3.2.min.js"></script> <script...