From 30bcd7d4ea6dc1bd87411c3fe0c94877007dec8d Mon Sep 17 00:00:00 2001
From: Rich Bowen
For example, you might place a directive into an existing HTML + page, such as:
+ +And, when the page is served, this fragment will be evaluated and replaced with its value:
+ +The decision of when to use SSI, and when to have your page entirely generated by some program, is usually a matter of how much of the page is static, and how much needs to be recalculated every time the page is served. SSI is a great way - to add small pieces of information, such as the current time. - But if a majority of your page is being generated at the time - that it is served, you need to look for some other - solution.
+ to add small pieces of information, such as the current time - shown + above. But if a majority of your page is being generated at the time + that it is served, you need to look for some other solution.