7 messages in com.googlegroups.google-gears[gears-users] Re: Application Deploym...
FromSent OnAttachments
genericallyloud28 Jul 2008 06:02 
Chris Prince28 Jul 2008 14:03 
Brad Neuberg28 Jul 2008 16:42 
Brad Neuberg28 Jul 2008 16:47 
genericallyloud29 Jul 2008 17:17 
Michael Nordman29 Jul 2008 17:27 
Scott Hess29 Jul 2008 17:37 
Subject:[gears-users] Re: Application Deployment - HTML5
From:Chris Prince (cpri@google.com)
Date:07/28/2008 02:03:34 PM
List:com.googlegroups.google-gears

There has also been some brief brainstorming around multi-part GET, which could be another good solution to this problem.

On Mon, Jul 28, 2008 at 6:03 AM, genericallyloud <Russ@gmail.com> wrote:

I just sent this feature request to the whatwg mailing list, and I thought I would toss it this way as well. Basically, the pain point is that extra http requests are a real performance hit and large web apps tend to have to do a lot of work to get down to the fewest requests as possible. The suggestion is that there be a way to load a zip or tar file that can be used as way of priming the cache (or other storage mechanism) so that other resource requests do not require a trip to the server. For example, instead of creating css sprites, all images could go into the zip file, and still be loaded in one trip, then when the css required it, it would be pulled from the cache instead of requiring the trip to the server.

This seemed like something that could also tie in nicely to the local server mechanism.

Here's a link to the whatwg mailing list post: http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2008-July/015411.html.