Improving server performance

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

The content of this field is kept private and will not be shown publicly.