WordPress Slow? Check ShortStat Plugin
Recently there has been a problem with the ShortStat plugin for WordPress which has caused the WordPress admin page and any feeds generated by WordPress to load slowly. If the login page of a WordPress installation is taking minutes instead of seconds to load then most likely this is the problem. Find help on this issue on the WordPress support site. I have extracted the pertinent info here:
If you want to keep wp-shortstat enabled but don’t mind losing the country information you can comment out the following lines in the plugin by prefixing them with //
$coinfo = @file(‘http://www.hostip.info/api/get.html?ip=’ . $ip);
$country_string = explode(‘:’,$coinfo[0]);
$country = trim($country_string[1]);
like:
//$coinfo = @file(‘http://www.hostip.info/api/get.html?ip=’ . $ip);
//$country_string = explode(‘:’,$coinfo[0]);
//$country = trim($country_string[1]);
The above fixes the problem.
About the Author
Paul Flyer loves to research the web and find resources and tools for building, maintaining and promoting websites. Based in Saint Louis, MO, he works in management and spends his free time sharpening his web development and copy writing skills. Feel free to contact Paul with any questions, comments or ideas. He is also available to help you with your own website.
Popular Articles
- Removing Line Breaks/Space Before/After H1 tags
- Free Download Manager for Firefox
- Web Development and Design Tool Recommendations
- .htaccess and WordPress
- Removing Image Borders with CSS
- What does it mean to be pinged
- Graphic Design Tool Resources
- Free Blog Software Recommendation
- How to use cPanel to backup your website










