I find this site just awesome for downloading and sharing maps. Thank You for creating and supporting it.
BUT
You really, REALLY need to optimize your site.
Each page loads for quite a long time. People with dialup modems even have to ask other people to download maps from this site because they have to wait 15 minutes for each page to be loaded otherwise.
Here is how to do that:
1) REMOVE THE AUTHOR LIST from download pages!!!! It takes about 700kB (!!!) and growing; a size that is equal to that of a large warcraft map. It is too long to be usable anyway. A user has to wait a pair of minutes for it to scroll to desired author. Adding author search instead of the list would be a good idea, but not neccesary.
2) Instead of giving attributes to each HTML tag just specify a CSS class with a short name. If a user has a browser THAT old, aligns won't help him much anyway. Having 100 absolutely same tags with absolutely same STYLE="..." attributes is pointless at all.
3) Put all those CSS's and JS's to external files. They will be cached by users' browsers, rather than downloaded each time.
Feel free to contact me via ICQ/AIM/MSN for details.
Thank You.
BUT
You really, REALLY need to optimize your site.
Each page loads for quite a long time. People with dialup modems even have to ask other people to download maps from this site because they have to wait 15 minutes for each page to be loaded otherwise.
Here is how to do that:
1) REMOVE THE AUTHOR LIST from download pages!!!! It takes about 700kB (!!!) and growing; a size that is equal to that of a large warcraft map. It is too long to be usable anyway. A user has to wait a pair of minutes for it to scroll to desired author. Adding author search instead of the list would be a good idea, but not neccesary.
2) Instead of giving attributes to each HTML tag just specify a CSS class with a short name. If a user has a browser THAT old, aligns won't help him much anyway. Having 100 absolutely same tags with absolutely same STYLE="..." attributes is pointless at all.
3) Put all those CSS's and JS's to external files. They will be cached by users' browsers, rather than downloaded each time.
Feel free to contact me via ICQ/AIM/MSN for details.
Thank You.