I'm currently trying to determine why my WP blog is loading so slowly.
When trying to access the homepage, you can't help but notice a 3-4 second delay before the page loads. This is shortened by deactivating all plugins to < 1 second. I began using the Firefox Page Speed addon and was able to see this delay graphically.
My question is, referencing the Plugin API/Action Reference, is it safe to say that my website is getting bogged down with plugins during the "plugins_loaded" action?
If so... is there anyway to speed this up?