Problem/Motivation

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.

Proposed resolution

- Override BlockRepository using a custom service, excluding the pagedesigner region from visibility checks.

Remaining tasks

Command icon Show commands

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

pvbergen created an issue. See original summary.

pvbergen’s picture

Status: Active » Reviewed & tested by the community

  • pvbergen committed f93d9ff6 on 4.x
    Resolve #3419458 "Exclude pagedesigner blocks"
    
pvbergen’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.