BorisMoore / jquery-tmpl

The original official jQuery Templates plugin. This project was maintained by the jQuery team as an official jQuery plugin. It is no longer in active development, and has been superseded by JsRender.
3.23k stars 1.01k forks source link

How To Improve Performance #59

Closed mgutz closed 13 years ago

mgutz commented 13 years ago

code example

When adding 10,000 items to an unordered list, jquery-tmpl basically locks up Chrome. It never finishes. If I build the same thing using simple string substition it takes about four seconds. Am I doing something wrong?

mgutz commented 13 years ago

NM. I put in some console.log trace statements jquery-tmpl rendered almost as quickly as string substitution. Seems to be an issue with jQuery.