/
Introduce different addresses for compressed resources & images loading
Introduce different addresses for compressed resources & images loading
Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/39548a006271dc55#
I propose to introduce different addresses for compressed resources & images loading. Both settings will be optional.
This means, that all resources, that were uploaded from administrative console will be fetched from different url, which points to same DocumentRoot. Same for compressed css/js, but url can be different.
For example:
- site url: http://www.site.com - normal webserver
- images url: http://images.site.com - super lite webserver without cookies
- compressed url: http://compressed.site.com - super lite webserver without cookies
This approach ensures faster site load time, then usual, because images and compressed resources will be cached on fast webserver.