Title: Front-end memory load
Last modified: March 30, 2022

---

# Front-end memory load

 *  Resolved [Steph Wells](https://wordpress.org/support/users/sswells/)
 * (@sswells)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/front-end-memory-load/)
 * Hi there,
 * Thanks so much for the great plugin!
 * I just installed it and noticed it added 1MB to the baseline memory usage on 
   the front-end of the site. Since this plugin is only for the admin area, I wonder
   if it’s possible to only run the code on the back-end?
 * For example, changing these three lines to use admin hooks cut off almost the
   full 1MB of memory usage.
 *     ```
       add_action('admin_init', [$this, 'init'], 1000);
       add_action('admin_init', [$this, 'initAfter'], 1100);
       add_action('admin_init', [$this, 'adminInit'], 1010);
       ```
   
 * It looks like do_action(‘publishpress_checklists_init’); still has to fire on
   init right now.
 * Is this a change you would consider making to improve performance and so I can
   update easily in the future?
 * Thanks again for the great plugin! I’d be happy to share some extra code I’ve
   added for checks like require external links to open in a new tab.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Steve Burge](https://wordpress.org/support/users/stevejburge/)
 * (@stevejburge)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/front-end-memory-load/#post-15513750)
 * Thanks for reporting that, [@sswells](https://wordpress.org/support/users/sswells/)
 * We had an issue open for solving this in the next release but hadn’t added a 
   code solution yet so this is very helpful: [https://github.com/publishpress/PublishPress-Checklists/issues/129](https://github.com/publishpress/PublishPress-Checklists/issues/129)
 * Please feel free to add any ideas you have to that Github issue.

Viewing 1 replies (of 1 total)

The topic ‘Front-end memory load’ is closed to new replies.

 * ![](https://ps.w.org/publishpress-checklists/assets/icon-256x256.png?rev=3421248)
 * [PublishPress Checklists: Pre-Publishing Approval Checklist - Validate Post Requirements](https://wordpress.org/plugins/publishpress-checklists/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/publishpress-checklists/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/publishpress-checklists/)
 * [Active Topics](https://wordpress.org/support/plugin/publishpress-checklists/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/publishpress-checklists/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/publishpress-checklists/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Steve Burge](https://wordpress.org/support/users/stevejburge/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/front-end-memory-load/#post-15513750)
 * Status: resolved