Any slowness issues using Datatables and jquery-ui?

Any slowness issues using Datatables and jquery-ui?

czj08cczj08c Posts: 8Questions: 0Answers: 0
edited January 2011 in General
My website has been using datatables for quite awhile. Last week I added some functionality that uses the jquery-ui dialog code. Everything worked great running thru VS2010, but when deployed, everything became extremely slow. Even pages that dont use datatables or jquery-ui. Just trying to track down any known issues. Thanks

Replies

  • GregPGregP Posts: 500Questions: 10Answers: 0
    Simply including the CSS and JS files to enable jQuery UI will result in longer load times until those are cached. Is it possible that the application is serving them in full each time?

    That's the only thing I can think of if the page isn't even calling the functions. Without DataTable or jQuery UI code actually executing, the only thing remaining is load time.

    Could also be that they're being called somehow without you knowing it. Best bet if it's not straight-up load-time is to fire up a JavaScript debugger like the ones included in FireBug or Webkit browsers.
This discussion has been closed.