Closed (fixed)
Project:
Pagedesigner
Version:
4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
6 Feb 2024 at 11:46 UTC
Updated:
3 Apr 2024 at 08:29 UTC
Jump to comment: Most recent
Drupal checks block visibility on each page request that is not render cached (e.g. when the user is logged in). This includes blocks in the pagedesigner region, which bypass core's visibility as being placed manually on pages.
We should prevent pagedesigner blocks to slow down page rendering.
- Override BlockRepository using a custom service, excluding the pagedesigner region from visibility checks.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
pvbergen commentedComment #5
pvbergen commented