It's good to hear that you're getting closer to goal, but yes, that does sound slow. My initial thoughts are that it could be due to: (1) burdensome compile/link code, (2) too many scopes, or (3) some unexpected interference from the server or server-generated client content.
Have you tried running it in the isolation of a plunk, in order to rule out any environmental (i.e. ColdFusion/web server) weirdness? (You will need to dump your payload to a .js file, of course, or just throw together a 200-item generating dummy service.) If you do get it running in a plunk, and you are still seeing the long load time, would you mind sharing it with us? Finally, which version of Angular are you using? I know a lot of recent changes, especially on (unstable) 1.3.*, have been performance-related: https://github.com/angular/angular.js/blob/master/CHANGELOG.md. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
