If you have a large members list or order history and cannot get the full list to export, use the code gist below to increase the memory and execution time.

Banner for Advanced Code Recipe Tutorial for Paid Memberships Pro

Increasing memory and execution time for your Administrator or Membership Manager Accounts

You may have previously used or read about code that can be added your php.ini, .htaccess, or wp-config.php files to increase execution times and memory limits.

However, sometimes you only need the extra memory and time when doing something an admin would be doing: like exporting a members list or orders table.

If this is the case, use the code below to selectively increase the execution time and memory for ONLY the Administrator or Membership Manager roles. This will make sure that normal visitors don’t end up using more memory or apache/etc. services than they need to, which should make your site run smoother.


Adding the recipe to your website

You can add this recipe to your site by creating a custom plugin or using the Code Snippets plugin available for free in the WordPress repository. Read this companion article for step-by-step directions on either method.

Free Course: Membership Site Development—The Basics

Develop a deeper understanding of membership site development in this beginner-level course. Learn how to make your site work better, save yourself time and money, and improve your site's performance.

Featured Image for Membership Site Development Course: The Basics
Was this article helpful?
YesNo