FeatureFuel
1

Cache sections rendered html for editor use

Source: elementor/elementor#35650 · opened by @leonardola
Describe the Problem Sections can be added to a page by using a template widget. These kind of widgets only include a reference to a section instead of copying the whole code to the page. This is extremely useful for big pages. Making the editor use much less ram as the sections can't be directly edited. Meaning you have to open a separate editor to edit them. <img width="305" height="304" alt="Screenshot 2026-04-30 at 11 50 05" src=" /> This is all good but Elementor still re-renders the section html in the backend every time a page editor loads. Taking a really long time even though it does not change without editing the section itself. Propose a Solution As sections can't be edited directly in the page editor why not cache the html when the section gets saved making the whole page editor load much faster? What I'm proposing is that we render the section html when it gets saved and save it to the…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests