- Issue created by @kevinvb
- Merge request !35#3494724 - ignore paragraph crud operations for performance gain → (Open) created by Unnamed author
- 🇧🇪Belgium kevinvb
Added MR which early returns when a paragraph is being inserted, updated or deleted.
When creating or saving an entity containing a paragraphs reference field each paragraph triggers an entity_update / insert hook which triggers the functionality of the module.
Within the manager it always loops over all plugins and tries to check if it has to rebuild
Create a node type containing a paragraph reference field
Create or edit a node of this type
Skip update hooks when paragraphs are used they don't have canonicals so they should not have menu items and never trigger the rebuild.
Active
2.0
Code
Added MR which early returns when a paragraph is being inserted, updated or deleted.