I missed this email somehow... I moved all css to the top and all js to the bottom (in their own files) Thanks for the tips - I'm seeing a *much* better improvement in loading times. Removed the sparklines - they were chewing up too much. Can't use CDN - some users of this tool won't have internet access.
Again, thanks for the help! On Sun, Jan 3, 2010 at 1:33 AM, Steven Black <ste...@stevenblack.com> wrote: > Hi Clayton, > > Well. for starters you're loading a ton of plugins here, each as a > separate request. > > Try this for starters. > > 1) Place all your .js requests at the BOTTOM of the page, immediately > before the </body> tag. This will help a lot since the .js requests > are blocking. > 2) Certainly ALWAYS load your .css before your .js. > 3) Ease-up on the multiple (excessive?) requests for > json.sparkline.mps.php > 4) Use a CDN for the source of jQuery and jQuery-UI and related CSS > and themes. > 5) Consider consolidating several of your .js files into one. > Similarly, try merging your CSS files into one. > > Try these things and you'll see marked improvement. > > **--** Steve > > > > > > On Jan 3, 12:36 am, Clayton Dukes <cdu...@gmail.com> wrote: >> When my main pages load, everything loads up fast because I'm building the >> content from mysql. >> I have a couple of menu links (like an about page) that load a new tab from >> a file. >> For some reason, the load times are painfully slow (and these are pretty >> small files) when I load it this way. >> >> Can someone tell me if I'm doing something wrong? >> >> my test site: >> http:://lztest.gdd.net >> login/pass is guest/guest >> >> Appreciate any insight you can provide :-) >> >> -- >> ______________________________________________________________ >> >> Clayton Dukes >> ______________________________________________________________ > > -- > > You received this message because you are subscribed to the Google Groups > "jQuery UI" group. > To post to this group, send email to jquery...@googlegroups.com. > To unsubscribe from this group, send email to > jquery-ui+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/jquery-ui?hl=en. > > > -- ______________________________________________________________ Clayton Dukes ______________________________________________________________ -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.