Problem/Motivation
The mini pager has a dramatically speed improvement compared to the full pager by default.
Proposed resolution
Let's use the mini pager instead of the full pager by default, see \Drupal\views\Plugin\views\wizard\WizardPluginBase::defaultDisplayOptions
and \Drupal\views\Plugin\views\wizard\WizardPluginBase::pageDisplayOptions
Remaining tasks
Do it
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | default-mini-pager-2690917-5.patch | 1.31 KB | rosinegrean |
| #2 | default-mini-pager-2690917-2.patch | 1.31 KB | rosinegrean |
Comments
Comment #2
rosinegrean commentedHello,
Is something else needed ?
Comment #3
dawehnerThank you for the really fast patch!
Good question, I would argue it depends whether this patch fails, so let's wait still for a while.
Comment #5
rosinegrean commented@dawehner forgot to rebase my local repo.
Here it goes again.
Comment #6
dawehnerNice, its also green now!
Comment #7
alexpottCommitted 7c5c0d6 and pushed to 8.1.x and 8.2.x. Thanks!