Problem/Motivation

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork paragraphs-3608381

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

berdir created an issue. See original summary.

berdir’s picture

Status: Active » Needs review

  • berdir committed 12db9fb5 on 8.x-1.x
    perf: #3608381 Enable static caching on paragraph types
    
    By: berdir
    
berdir’s picture

Status: Needs review » Fixed

Merged.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

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

solideogloria’s picture

Is there a reason that static_cache: TRUE was only added to the ConfigEntityType attribute and not the annotation, too?

berdir’s picture

No, not really. That said:

* On top of my head, I'm not sure if the test improvements in core that do make this so easy have been backported to D10. Probably, but I'd need to check.
* If performance is a concern, I strongly recommend updating to D11.3+, significant improvements were made in 11.3/11.4 to performance and also in ERR/Paragraphs building on those, compared to those, this is tiny.

So I don't think I'd bother with a fix.