Forum Moderators: coopster
I read "Fastest Scripting Languages" [webmasterworld.com] and from it have concluded much of the speed of a web site depends on how fast the server hosting it is and how fast the internet connection it has to the world.
The problem is, I don't have a blazing fast server or the fastest internet connection for it to connect to the world. It is just not possible at this time to upgrade. Therefore it is imperative to optimize the code as much as I can for speed.
Visitors to the site will need to be able to search the site, but that will be about the extent of their interaction with it. The site will be question and answer type stuff, and because of that will need to be heavily cross linked in the database. For example, one answer could work for questions in many different categories.
What tips can you all give me to make this code and database set up blazing FAST with the limitations I have?
You can turn cacheing on and it will keep the pre compiled templates in cache instead of constantly querying the DB.
Nick