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.


Reply via email to