I am working on Angular Js web app using Laravel 5.2 as API and I have a big issue in the performance specially in the load time of the home page.
I have a request that get 5 sections from database, each section has one or tow items and each item has many comments. I loop through sections then items then comments to render it via nested ng-repeat directive. I also have a list of filters and another of friends each has its own request and ng-repeat to render it as well. Is this considerable as huge data to use over Angular JS, How I can enhance the performance of it? I also have about 20 modules in the dependencies of the main module, Is there a better way to load this module only when I need them? *Notes:* 1. Angular Js version 1.5.1 2. Angular Js and jQuery loaded via CDN 3. all other js files are concatenated by GULP.js in one file and it about 66000 lines of code 4. there is 25 module in the dependencies array of the main module 5. the time of load is about 25-35 seconds Please help the app is extremely HEAVY http://stackoverflow.com/questions/40317115/angular-js-performance-and-load-time -- You received this message because you are subscribed to the Google Groups "Angular" 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
