Title: WordPress Dashboard Slow
Last modified: August 31, 2016

---

# WordPress Dashboard Slow

 *  [eupalinos](https://wordpress.org/support/users/eupalinos/)
 * (@eupalinos)
 * [10 years ago](https://wordpress.org/support/topic/wordpress-dashboard-slow-1/)
 * Hello, Eventualo!
 * I need to report that your website [http://www.eventualo.net](http://www.eventualo.net)
   is down at the moment, causing a 40 second delay when clicking on the WordPress
   Dashboard Home link.
 * The issue depends on your plugin making a call to [http://www.eventualo.net/blog/category/alo-easymail-newsletter/feed/](http://www.eventualo.net/blog/category/alo-easymail-newsletter/feed/)
   but the website is down, hence the delay.
 * The delay also happens on the WordPress admin login page.
 * Regards.
 * Marco.
 * [https://wordpress.org/plugins/alo-easymail/](https://wordpress.org/plugins/alo-easymail/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [eventualo](https://wordpress.org/support/users/eventualo/)
 * (@eventualo)
 * [10 years ago](https://wordpress.org/support/topic/wordpress-dashboard-slow-1/#post-7350647)
 * My site is down for maintenance, my provider alerted me…
    I’m sorry, I’ll update
   the plugin to stop delay when loading for blog feed.
 *  Plugin Author [eventualo](https://wordpress.org/support/users/eventualo/)
 * (@eventualo)
 * [10 years ago](https://wordpress.org/support/topic/wordpress-dashboard-slow-1/#post-7350659)
 * With this function you can stop the feed request:
 *     ```
       function my_easymail_stop_feed( $feed ) {
       	if ( 'http://www.eventualo.net/blog/category/alo-easymail-newsletter/feed/' == $feed->feed_url ) {
       		$feed->feed_url = null;
       	}
       }
       add_action( 'wp_feed_options', 'my_easymail_stop_feed' );
       ```
   
 *  Thread Starter [eupalinos](https://wordpress.org/support/users/eupalinos/)
 * (@eupalinos)
 * [10 years ago](https://wordpress.org/support/topic/wordpress-dashboard-slow-1/#post-7350671)
 * Your website is up now, so no problem at all, Eventualo.
 * Best.
 * M.
 *  Thread Starter [eupalinos](https://wordpress.org/support/users/eupalinos/)
 * (@eupalinos)
 * [10 years ago](https://wordpress.org/support/topic/wordpress-dashboard-slow-1/#post-7350677)
 * By the way, why don’t you try a debugging plugin called “Query Monitor?” It’s
   great—it was the one which told me about the problem above.
 * [https://wordpress.org/plugins/query-monitor/](https://wordpress.org/plugins/query-monitor/)
 * M.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘WordPress Dashboard Slow’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/alo-easymail_574f4b.svg)
 * [ALO EasyMail Newsletter](https://wordpress.org/plugins/alo-easymail/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/alo-easymail/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/alo-easymail/)
 * [Active Topics](https://wordpress.org/support/plugin/alo-easymail/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/alo-easymail/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/alo-easymail/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [eupalinos](https://wordpress.org/support/users/eupalinos/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/wordpress-dashboard-slow-1/#post-7350677)
 * Status: not resolved