Title: Plugin causes major performance issues in wp-admin
Last modified: July 12, 2018

---

# Plugin causes major performance issues in wp-admin

 *  [CT](https://wordpress.org/support/users/ctayloroomphinc/)
 * (@ctayloroomphinc)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/plugin-causes-major-performance-issues-in-wp-admin/)
 * The Trendmd_Admin::is_remote_fopen() method causes performance issues in wp-admin
   because it repeatedly opens a remote connection to TrendMD’s server on each wp-
   admin page load.
 * You should implement WP transient caching in this method to mitigate the delay
   in page load performance that this plugin causes when activated.
 * Alternatively find a way to only call the API endpoint once per request cycle
   and/or make sure the above method only gets called when the check is actually
   needed and not everytime the WordPress ‘admin_init’ hook is called.
 * Thanks!

The topic ‘Plugin causes major performance issues in wp-admin’ is closed to new 
replies.

 * ![](https://ps.w.org/trendmd/assets/icon-256x256.png?rev=1209047)
 * [TrendMD](https://wordpress.org/plugins/trendmd/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/trendmd/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/trendmd/)
 * [Active Topics](https://wordpress.org/support/plugin/trendmd/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/trendmd/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/trendmd/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [CT](https://wordpress.org/support/users/ctayloroomphinc/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/plugin-causes-major-performance-issues-in-wp-admin/)
 * Status: not a support question