Ai -
Joined: 08 Sep 2004 Posts: 1
|
Posted: Wed Sep 08, 2004 12:59 pm Post subject: SSI Speed |
|
|
I changed my website code so each section is a shtml file where top part of page is an include (file containing site menu) middle part is the real text of each section and the lowest part is an include (file containing copyrights etc.). When each section source was in normal html files (with menu, real text and copyrights etc.) it was working fine, but now the result is sent to browser very, very slowly even on the same PC where the server is located, I can even see each word appearing... Is the SSI parser so slow or maybe my PC isn't too fast for such operation as merging three html files into one section of a web page ? Maybe PHP would be faster, but I don't want to install it since I don't need it for anything else ? My PC has an Athlon 1,4 GHz processor with 768 MB of RAM, running with Windows ME and AWS version 1.1. |
|