I have been having an issue with a custom theme I have build for WordPress. The waiting time on the site is around 20sec+.
I tried the following without success:
- All plugins disabled.
- Removed all scripts including WordPress ones from the theme.
- Switched to a different host.
Anyone knows what could be the issue? I know that waiting time in Firebug means waiting for the server response but can’t figure out the problem.
Sounds like it is a PHP issue. have you tried bypassing PHP to see if that is in fact the issue? To test this, I would recommend installing a caching plugin like Cache Enabler and then implementing the advanced snippet on your origin server to bypass PHP when retrieving the cached HTML that was generated by the plugin.
Advanced snippet for Apache:
Nginx:
You should apply these certain rules to have some luck:
Expires
header to static resources.