Newbie dot Org HomePage
Visit one of our web buddies
Newbie dot Org
Code Snippets

SSI -- Server Side Includes
Some performance issues

Having the server use SSI causes a slow-down on the system.

Think about it. Instead of just grabbing a file and spitting it out to the calling client, the server has to open the file, look on every line of the file for SSI instructions, do the SSI instruction, assemble the document, then spit it out to the calling client.

This can be costly in server performance. It can also be a great boon to website developers. Image having one menu file that is stuffed into each html page during the call of the page. That way if you change the menu all pages receive the updated menu.

Posted by Claude on 09/22/99 at 22:37:53