on live server js take too much time to load

I have used dhtmlxtreegrid.js for grid functionality. Js will load in 96 ms on localhost.

But when i move application to live server than JS will take 11 second to load?

I cant understand what is issue?

For data fetching there is another request and it takes too less time.

I am using firebug and i check time with network tab.

If there is single raw or 10000 raw in both case dhtmlxtreegrid.js take same time and its near upto 11 seconds.

I also configure live database with my local application and on local dhtmlxtreegrid.js take 93 ms to load and with same db on live server it take 11 second.

What are other scenarios from your point of view ?