Is there any possibility that you can get JSON data instead of XML? It will
be *much* faster.

If not, then we can talk about how to optimize the XML parsing and jQuery
operations - although that is a much tougher question.

-Mike

> I am having some trouble tracking down why this relativily 
> simple client-side template is performing so poorly.
> 
> Using js to make an ajax call and retrieve a small amount of 
> data, limited to 100 rows being returned.
> I've tracked the problem down to the actual jQuery iteration, 
> here is my code...

Reply via email to