angularjs - Angular JS slowness with IE and iPad -


starting using angular, , noticing full dom parsing seems slow when included on large page. issue seems relevant ie, while not ff or chrome.

has found way to:

  • not parse whole dom
  • clever solution make angular work faster on ie9+

is there anyway have angular parse sub section of dom specified via tags?

include less in dom @ once :-)

try paginating super long lists, or split ui you're displaying multiple pages.

also try bindonce https://github.com/pasvaz/bindonce if have list of data that's static after being rendered.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -