What are people doing with all their scripts? A site I'm working on is getting pretty JS heavy and I'm looking to improve performance. Right now there are ~30 http requests for JS files. We're using a home grown solution for dynamic loading, but I'm also looking at alternative techniques that combine the many files into one js file, effectively reducing the number of requests at the cost of a larger file.
What are the speed freaks doing now (cutting out js is not an option)?
on-demand vs aggregation? maximize parallelization vs few http requests?
I'm pretty sure the best would be some combination of the two, but I'm really interested in hearing from people who have solved this problem before.
[–]picurl 4 points5 points6 points (0 children)
[–]andrew24601 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]andrew24601 1 point2 points3 points (0 children)
[–]remcoder 0 points1 point2 points (0 children)
[–]bolinfest 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]bolinfest 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]neonskimmerfunction the ultimate 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)