Title: Backend timeout
Last modified: September 27, 2016

---

# Backend timeout

 *  Resolved [antonyvk](https://wordpress.org/support/users/antonyvk/)
 * (@antonyvk)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/backend-timeout/)
 * Hi !
 * Is it possible to paginate admin album listing ? My list of albums is very long(
   some thousands, I don’t have the exact total) and now I can’t go to edit any (
   timeout after 4mn waiting) :/
    Please let me know if it’s possible to add this
   feature !
 * Cordially,

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

 *  Thread Starter [antonyvk](https://wordpress.org/support/users/antonyvk/)
 * (@antonyvk)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/backend-timeout/#post-8225024)
 * A look in mysql processlist shows me this :
    UPDATE `wp_options` SET `option_value`
   = ‘a:5298:{i:1;a:2:{i:0;s:1:\”0\”;i:1;s:1:\”0\…. WHERE `option_name` = ‘wppa_counts_tree’
 * the option_value contains more than 216000 chars when I display the full update…
   looks a bit big !
 *  Thread Starter [antonyvk](https://wordpress.org/support/users/antonyvk/)
 * (@antonyvk)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/backend-timeout/#post-8225036)
 * Also found a chmod problem in my config, I don’t have the timeout anymore, but
   the update request is still processing in mysql, and I’m quite sure it could 
   be useful to paginate my 6000 albums 😉
 *  Plugin Author [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/backend-timeout/#post-8225856)
 * Sure I will implement pagination in album admin albums table. It is my intention
   always to fix capacity issues whenever they arise and whenever I am capable of
   fixing them. I will inform you when this works.
 * As long as your database accepts the 216k bytes option value for `wppa_counts_tree`,
   I suggest not to re-implement the storage method for treecounts for now. But,
   if this becomes a real capacity issue, i will re-implement the storage of (tree)
   counts.
 * Also look at option `wppa_counts` if it is not getting too big, please.
 *  Plugin Author [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/backend-timeout/#post-8226669)
 * Album table pagination is now implemented in the current development version 
   6-5-08-006 and later.
    Instructions to install: [http://wppa.nl/docs-by-subject/development-version/](http://wppa.nl/docs-by-subject/development-version/)
   It will also be released by the end of this week.
    -  This reply was modified 9 years, 8 months ago by [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/).
 *  Plugin Author [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/backend-timeout/#post-8226741)
 * Note:
    From the readme:
 * > Album admin table is now paginatable. **Table IX-B6.1.**
   >  Note that the number
   > of albums listed may differ when the style is collapsable, the (grand)parent
   > albums will be added to the partial table display for clarity.
 *  Plugin Author [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/backend-timeout/#post-8249803)
 * Fixed 6.5.08

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

The topic ‘Backend timeout’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-photo-album-plus.svg)
 * [WP Photo Album Plus](https://wordpress.org/plugins/wp-photo-album-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-photo-album-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-photo-album-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-photo-album-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-photo-album-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-photo-album-plus/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/backend-timeout/#post-8249803)
 * Status: resolved