markajansen
Member
Posted 3 months ago #
Hello, I have the following question.
How do I determine why my blog loads content from an external source, and which content this is?
My WP blog loads slow due to the site having to load for a, for me, unfamiliar source: http://www.ppmarketingcommissions.com
URL: http://socialmediatools.nl
WP version: just updated to the most recent one
Theme: Yashfa
Have you tried:
- deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
- switching to the Twenty Eleven theme to rule out any theme-specific problems.
- resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.
markajansen
Member
Posted 3 months ago #
- deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
Thanks esmi, this helped. Still finding out which plugin gave the trouble.
If you use FireFox, the FireBug add-on may also be of some help. You can use the Console tab to watch all of the requests made during a pageload, and can often see what's calling them.
markajansen
Member
Posted 3 months ago #
thanks, kionae! I do use firefox, Ill look it up.