Problem/Motivation
Some blocks can never be loaded lazily so blocks should be able to opt-out from that if they want. In Drupal Core main content block opt-outs from this but its hard coded. #2476947: Convert "title" page element into a block adds another block which cannot be loaded lazily.
Proposed resolution
Create new interface to opt-out from #lazy_builder callback and make main content block and title block implement that interface.
Remaining tasks
-
User interface changes
-
API changes
-
Data model changes
-
Comments
Comment #15
smustgrave commentedThank you for creating this issue to improve Drupal.
We are working to decide if this task is still relevant to a currently supported version of Drupal. There hasn't been any discussion here for over 8 years which suggests that this has either been implemented or is no longer relevant. Your thoughts on this will allow a decision to be made.
Since we need more information to move forward with this issue, the status is now Postponed (maintainer needs more info). If we don't receive additional information to help with the issue, it may be closed after three months.
Thanks!
Comment #16
smustgrave commentedwhat would be the use case to opt out?