Title: PHP Memory Limit
Last modified: August 30, 2016

---

# PHP Memory Limit

 *  [malikhemani](https://wordpress.org/support/users/malikhemani/)
 * (@malikhemani)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/php-memory-limit/)
 * Hello – So I have a form with over 1500 entries. The page times out with so many
   entries when viewing from front-end. I have to increase PHP Memory Limit to 512MB
   to have the page load properly. Is there an alternate solution or modification
   so we dont have to increase Memory Limit so high?
 * Thanks
 * [https://wordpress.org/plugins/gravity-forms-sticky-list/](https://wordpress.org/plugins/gravity-forms-sticky-list/)

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

 *  [gtm1ldy](https://wordpress.org/support/users/gtm1ldy/)
 * (@gtm1ldy)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/php-memory-limit/#post-6807943)
 * Hi there!
 * It’s not your PHP Memory limit that is the issue, I was once exactly where you
   are, it only gets worse the more entries you have and doubles if you have multiple
   people accessing the list all day.
 * When your form have this many entries (we have over 10,000 with over 110 fields
   in the form) jQuery loads ALL the entries and then paginates them. You have to
   sacrifice load speed vs search speed. This is true for 99% of the plugin’s that
   have front ends like this. Only a few do not.
 * I’ve had the same issues and converted sticky list from a $_POST request to a
   $_GET request and write to a custom table with only the fields I need for search
   capabilites. Lastly, I purchased and integrated XCRUD (google it) into WordPress
   for the front end. Now we have one kick butt system for all these entries. SUPER
   FAST, Searchable and easy to use for the 30 people that work with it all day.
 * [http://boschdev.nh-ats.com/claims_screenshot.PNG](http://boschdev.nh-ats.com/claims_screenshot.PNG)
 * Don’t get me wrong, Sticky List IS AMAZING and Fried_eggs IS A SAVIOR, without
   this, we’d have to hire an expensive, high end developer to do this.
 *  Plugin Author [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * (@fried_eggz)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/php-memory-limit/#post-6808116)
 * Yes, gtm1ldy has an great solution for this.
 * It would be awesome if we could implement a setting in Sticky List that let the
   user choose between JavaScript pagination or php pagination.
 * Maybe gtm1ldy could implement parts of their code and issue a pull request? 😆

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

The topic ‘PHP Memory Limit’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gravity-forms-sticky-list_9b65b3.
   svg)
 * [Gravity Forms Sticky List](https://wordpress.org/plugins/gravity-forms-sticky-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gravity-forms-sticky-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gravity-forms-sticky-list/)
 * [Active Topics](https://wordpress.org/support/plugin/gravity-forms-sticky-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gravity-forms-sticky-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gravity-forms-sticky-list/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [fried_eggz](https://wordpress.org/support/users/fried_eggz/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/php-memory-limit/#post-6808116)
 * Status: not resolved