• Resolved antonyvk

    (@antonyvk)


    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

    (@antonyvk)

    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

    (@antonyvk)

    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

    (@opajaap)

    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

    (@opajaap)

    Album table pagination is now implemented in the current development version 6-5-08-006 and later.
    Instructions to install: https://wppa.nl/docs-by-subject/development-version/
    It will also be released by the end of this week.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    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

    (@opajaap)

    Fixed 6.5.08

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Backend timeout’ is closed to new replies.