Hello all, I have a question about a problem that have never occurred to me before: optimizing site...
Well, basically I have this site on http://www.bestevaertc.com that takes some time to load and basically my boss wants me to improve it's speed...
The main issue they are complaining about is that when a user clicks on a link it takes some time to start loading a new page from scratch...
So, now I have to solve this problem but I cannot tell if it is a PHP problem or server problem or something else...
Few things came to mind when thinking this over and over again: number of HTTP requests - (made to external pages like CSS, JS, images and stuff), size of files on the server, extensive use of simple SQL queries opposite to more complex ones with JOINing tables and such, use of old MySQL 3.xx version of database server...
But I cannot find the main or most probable reason for the behavior I explained earlier...
Any thoughts?