Hi Dan, > Yeah, I'm paranoid. In my defense I started on a VIC20, so anything over > 4K seems large to me. > You made me chuckle, I remember considering the VIC20, as a replacement for my aging TRS-80. Went for a NewBrain. (that had a whopping 64Kb! I thought that would last me for a decade at least :-) )
But back to the discussion. Bundling requests is most of the time a good idea. It's a bit more work on the client, but if your app is going to be run on a high-latency network (mostly mobile) it is a big plus for your application. It's a lot faster to send a single bundle as opposed to a 10-20 small requests. That is, while we still are running http1(.1), once all clients/servers have moved to http2(spdy) this is no longer an issue. but that will probably take at least 3 to 5 years. Regards Sander -- 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.
