Hi JoomShaper team,
My website is extremely slow and the Joomla Debug output shows that SP PageBuilder modules inside the Helix Mega Menu and Offcanvas Menu are being fully rendered multiple times per page, even when:
- the modules are set to No pages
- position is None
- caching is enabled
Example debug entries (one page load):
- mod_sppagebuilder (MEGA W-Producten3) — 6.55s
- mod_sppagebuilder (MEGA Menu Offcanvas2) — 6.53s
- mod_sppagebuilder (MEGA W-Producten3) — 5.02s
- mod_sppagebuilder (MEGA W-Contact) — 1.78s
- mod_sppagebuilder (Bottom) — 1.19s
This means Helix Mega Menu and Offcanvas are forcing a full SP PageBuilder engine render, which leads to 20+ seconds page load times.
Expected:
Modules inside Mega Menu and Offcanvas should NOT fully render.
Only cached HTML output should load.
Request:
Is there a way to fix or workaround so that:
- SP PageBuilder modules do NOT fully render inside Mega Menu / Offcanvas
- or allow a “cached output only” mode for SP PageBuilder modules
This issue makes the site unusable.
Thanks in advance.