Title: Plugin / database overload? Blank page&#8230;
Last modified: August 21, 2016

---

# Plugin / database overload? Blank page…

 *  [leanderbraunschweig](https://wordpress.org/support/users/leanderbraunschweig/)
 * (@leanderbraunschweig)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-database-overload-blank-page/)
 * Hi there,
 * first of all: GREAT plugin! Clean, lean & nice UI.
 * Right now it seems the plugin has ‘hit the wall’ with our system – we have got
   a lot of traffic & user activity going on (probably even hit a million entries)
   and I maybe that resulted in a database-overload?
 * I tried making use of the filter “simple_history_db_purge_days_interval” in order
   to reduce the load but it didn’t have any effect – neither with the code below
   I put into functions.php (is it correct?) nor with the hard-coded value ($days
   = 15;) within the plugin’s index.php.
 *     ```
       /*——————————————————————————————————————————————–*/
       /* Change Simple History Plugin's Purge Interval */
       /*——————————————————————————————————————————————–*/
   
       add_action('simple_history_db_purge_days_interval', function($days) {
           return 15;
       });
       ```
   
 * At least there is the same value (60) showing in the admin panel where it says“
   will delete automatically after X days”. It would update / show the changes here,
   right?
 * Anyways, the screen stays blank when I visit the protocol page / want to see 
   the log. Looks like a timeout judging from firebug but I am not sure.
 * It even stays blank after resetting/emptying the database.
 * Looking forward to some guidance here…
    Thanks & regards,
 * Henning
 * [http://wordpress.org/plugins/simple-history/](http://wordpress.org/plugins/simple-history/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [leanderbraunschweig](https://wordpress.org/support/users/leanderbraunschweig/)
 * (@leanderbraunschweig)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-database-overload-blank-page/#post-4071167)
 * FYI: Deleting & re-installing worked. But since this could easily happen again
   I am wondering about how to best cap the number of database-entries.
 * The interval-changes do not reflect within the admin panel – couldn’t you grab
   the value dynamically?

Viewing 1 replies (of 1 total)

The topic ‘Plugin / database overload? Blank page…’ is closed to new replies.

 * ![](https://ps.w.org/simple-history/assets/icon.svg?rev=3225008)
 * [Simple History – Track, Log, and Audit WordPress Changes](https://wordpress.org/plugins/simple-history/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-history/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-history/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-history/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-history/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-history/reviews/)

## Tags

 * [database](https://wordpress.org/support/topic-tag/database/)
 * [filter](https://wordpress.org/support/topic-tag/filter/)
 * [MySQL](https://wordpress.org/support/topic-tag/mysql/)
 * [overload](https://wordpress.org/support/topic-tag/overload/)

 * 1 reply
 * 1 participant
 * Last reply from: [leanderbraunschweig](https://wordpress.org/support/users/leanderbraunschweig/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-database-overload-blank-page/#post-4071167)
 * Status: not resolved