Some tips to improve performance of the server, including page load speeds:
- Use Innodb as the MySQL engine
- Activate slow query log to identify expensive queries
- Index tables
- Enable MySQL query cache
- PHP caching - cache scripts in their complied state - using eAccelerator

Post new comment