Caching pages with Siteorigin Page Builder
-
Hi,
I’m really happy with the Page Builder from a functional standpoint, but when I’m trying to get my site to load faster, I run into a problem.
Siteorigin adds about 1,5 seconds to load times compared to pages on the same site, with the same content that don’t use the page builder.
I use W3 Total Cache and regular pages get statically cached, so that php or database don’t need to be touched for anonymous visitors. The page with Page Builder still load a php request from Page Builder
When I check out the queries I see that the request for siteorigin (/wp-admin/admin-ajax.php?action=siteorigin_panels_post_css&post=103&layout=423048a1&ver=1.5
) is using the no-cache page header (Cache-Control
no-cache, must-revalidate, max-age=0).
Why is that?
Is that essential to the functionality of page builder?
Is there a way to cache the contents of a page builder page?
- The topic ‘Caching pages with Siteorigin Page Builder’ is closed to new replies.