commit | 5b53cd78cd7ac1469b4e2985098bd04dca00a296 | [log] [tgz] |
---|---|---|
author | Scott Main <smain@google.com> | Thu Jun 04 11:10:17 2009 -0700 |
committer | Scott Main <smain@google.com> | Fri Jun 05 13:54:06 2009 -0700 |
tree | 5c66f32d0646f6a7d5c8883ae3e0f1445baeaff9 | |
parent | 39528d6bace1457d21e76824fe94d85c880fe4be [diff] |
page load perfomance improvements... remove the lists.js file from the <head>, which slows down page load a lot (over 300K), and instead load it dynamically on page load. also remove navtree_data.js from the <head>, which also slows the load and is only used in the reference when in tree view. This file is now loaded during the initialization of the nav tree.