Active
Project:
Performance Logging and Monitoring (D7)
Version:
7.x-1.7-beta3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2012 at 19:50 UTC
Updated:
5 Dec 2012 at 13:16 UTC
Just think it would be nice to have pagination. There are thousands of pages with performance issues. It's going to be a pretty long list....
EDIT: This is primarily for the summary page.
Comments
Comment #1
malc0mn commentedThat is a bit of a problem indeed, especially when the data comes from APC, Memcache or Zendcache. Thought about how to do this, but no working solution just yet...
Comment #2
mgiffordNo way to build a temporary table & then sort through that? It did occur to me that this might be difficult to pull off.
It isn't urgent but occurred to be as being a useful thing.
Comment #3
malc0mn commentedCreating a temp table would be fairly easy IMHO, but would totally ruin the implementation of APC / Memcache / Zend and other caching layers for live sites. If you would dump the data to DB when viewing the summary pages, that would cause load that you do not want on a live site.
Unless you would do it on cron in the middle of the night, and even then...
I have code in place for the paging for quite some time (works like a charm for DB data) but my attempts were not succesfull for a non-db source. The todo's are in the code:
:-D
Comment #4
malc0mn commentedBeen testing and summary list paging should work like a charm. How many entries do you have? What cache store are you logging to?
Comment #5
mgiffordThere were thousands, but we have to turn it off now that it's in production. Will set it up on the staging servers soon though.
Should be hundreds of links I'd think just using the selenium testing.
Comment #5.0
mgiffordclarification on detail/summary.