|
you need to optimise the queries, but without knowing the data structures it's impossible to be precise.
One quick way would be to redesign any queries using "SELECT * FROM ..." to use a fieldlist instead.
I doubt that using AJAX is the most efficient way either as it is obviously very dependent on the client browser for the operational speed.
Some things are best done with a round trip to the server.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|