Forum Moderators: phranque
Also, I do not use dedicated hosting - loading the website on ftp alone takes about 25 mins when I want to change something and then uploading anything takes forever - I think I do not want to move to dedicated or virtual dedicated hosting.
Any gurus here have suggestions on how I can ease my management - I don't want to make the site dymanic (php/asp) for now.
Is there someway I can compress the size of the files.
Easiest is to create template sections and then fill them with the correct content/navigation using query string parameters, running behind mod_rewrite to keep all your urls the same.
I never make sites non-dynamic anymore, even small ones, it's just easier to start dynamic in some form or other than to switch large numbers of pages later to an easier to maintain format.
But, if you must keep it static, are you using SSI in teh optimal fashion? The reason why I ask is that if done optimally, you shouldn't have to update that many pages at one time as your 'common' code could all be in sets of includes. The only thing that would be in the 73,000 pages would be unique content that way.
There are ways to compress HTML pages to get rid of whitespace, etc -- but I don't think that the few bytes you would sacrifice doing that would justify the total lack of readability you would find.
Another option would be to compress/archive up the whole site, and uncompress/unarchive it at the destination server. That will greatly speed FTP time as it will be one file and will be well compressed. But that is an awful lot of files to uncompress... I've never done that many myself but it might work :-)
I know it's a bit pain but I really feel much better this way because everything is under my control; while switching hosts, if the server goes down with no backup, etc.