I wrote about this before, but haven't gotten a decent answer.
Basically, while HTML pages are shown as around 1 second to load (under Site performance in Google Webmaster Tools), PHP redirects are 5-8 seconds.
1. It does not take that long for sure.
2. If one would think it's based on Google Toolbar where people's Internet connections are slow - OK - but not everyone is using slow connection on two of my sites that get quite a bit of traffic.
3. I tried changing a code from separate line for each link into an array - no change.
4. I compared scripts with 5 links to those with over 100 links - same thing - it did not reflect any difference.
What is it?
If true, how then people that rely on PHP and databases are doing in this part?
I have a feeling that something is going wrong within Google's toolbar when about server side stuff.
Does anyone have any clue or PHP is really slow from Google's perspective, or one would think it's about coding only?
I mean, PHP is so much used and developed...
Thanks