Forum Moderators: open
Think of this way, client-side includes exist for images but not for text. Whilst SSI has other uses (such as including dates) it is mostly used for including text. The fact that SSI is used for including text proves that there is a requirement for this. Yet, the CPU burden is placed on the server instead of the clients - this is just plain stupid. It does reduce the number of http requests issued by the client, however, if the included data is on another server, it has to be relayed to the client instead of being collected by the client directly.
Now, does that sound sensible to you?
Kaled.