Chromium Code Reviews
DescriptionAdd pageable data widget
This allows the user to request more data if they need it.
This has been integrated into bot-page and can be added
to bot-list and task-list as well.
So far this seems to speed up the bot-page a bit because
the initial query for data is smaller. It seems that the
previous logic of paging for the last 200 tasks was the most
expensive part of the whole page.
BUG=631047
Committed: https://github.com/luci/luci-py/commit/ccab439ed6c9fd19044e6b00945219c991d935e8
Patch Set 1 #Patch Set 2 : Fix styles #Patch Set 3 : Add docs #
Total comments: 18
Patch Set 4 : Address nits #Patch Set 5 : Add _showEvents #Patch Set 6 : Add doc about hidden$= #Patch Set 7 : rebase #Dependent Patchsets: Messages
Total messages: 21 (8 generated)
|