8trackmedia wrote:
What I don't get is, if there is a way to combine the info to make fewer http requests...why does RT not build the templates this way in the first place....it is a bit of false advertising, no??
thx
No it's not.
RT provides the template with all the files intact so they can be edited / displayed properly.
Once you turn on compression all these files are combined as one file.
Doing so, which is the final step in creating your site, overrides the files, the original files don't get loaded, only the compressed version with all the changes, speeding up the site, loading only one file instead of a dozen or so.
So if RT delivered a version with compression on, any edits you made would not take affect., because it would be loading one file instead of the originals.
(The same is true if you enable compression and have additional css changes to make.)
All in all, the templates are fast, but can be faster when you enable compression, but again, this should be the last step in your site development, other wise, when making additional changes, you will have to turn off compression, make the changes, then turn it on again.