Files
Piwigo/include
plegall 09a03d9818 issue #2386 optimize pwg.activity.getList
* fetch block of 10k rows from activity table instead of 500. It's not much slower and may avoid many loops to generate 100 lines of output aggregated lines.

* no need to perform a slow query to count the total number of filtered rows, we can just detect if there are more rows to aggregate to know if we have reached the last page.

* parse details only if we're on a new output key (which is discutable, but we use details only on new output line creation)
2025-08-12 16:03:49 +02:00
..
2025-02-18 10:24:33 +01:00
2024-03-27 15:00:21 +01:00
2024-10-21 15:31:53 +02:00
2023-08-02 11:50:19 +02:00