My application is very database intensive so I\'ve tried really hard to make sure the application and the MySQL database are working as efficiently as possible together.
Query Cache gets invalidated/flush every time there is an insert, Use InnoDB/cache and avoid query cache or set it to a very small value.