Do server side includes have any bad sides ?
A. Web pages with server side includes, and files that are specified by the web server to be server parsed, will take longer to load than a non-server parsed web page. This is because the web server actually has to read each line of the web page when it is looking for the server side include commands.