jeffgalendez / ajde

Automatically exported from code.google.com/p/ajde
0 stars 0 forks source link

Serve resources as static files #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Describe desired feature:
Serve resources as static files, this makes it easier to use a CDN and to speed 
up the loading process of a page. Although once served, resources get cached 
locally and on the server, they can take up considerable CPU power because for 
every instance of a resource loaded, the entire framework has to initialize. 
Depending on your configuration, this can take up anything from 50ms to more 
than 500ms per instance, with even higher values as server load increases.

Original issue reported on code.google.com by hong...@gmail.com on 13 Sep 2011 at 2:34

GoogleCodeExporter commented 9 years ago

Original comment by hong...@gmail.com on 13 Sep 2011 at 2:34

GoogleCodeExporter commented 9 years ago
this also would allow for resource loading without using the session variable 
(and thus requiring cookies)

Original comment by hong...@gmail.com on 19 Oct 2011 at 4:18