This library will definitely speed up your page loads, but it is a
stopgap since it does not solve the quintessential problem that the
relationships among all used modules are all expressed in an external
document, once for every page. For the software engineering practice,
it is ultimately more scalable to have modules express their own
immediate dependencies (especially since these tend to change) and
then have a program compose them into a system of a few documents to
download in a non-blocking fashion at the appropriate times.
Kris