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.
Comments
Similar requests
UX Friendly HTML anchors through the Table of Contents
8 votes · 0 comments
Inline images without html
3 votes · 0 comments
Built-in Custom Widget Editor (HTML, CSS, JS) in Elementor
5 votes · 0 comments
Atomic text elements REQUIRE the ability to add html to any text anywhere is necessary
4 votes · 0 comments
Option to add a clean container without junk html
5 votes · 0 comments
No comments yet.