more informations.
I did some tests on a stagging website.
all pages are built with sp page builder latest version (production mode is disabled).
I have enabled default joomla page cache plugin => entire pages are cached
I have enabled JSpeed plugin => manage css/js compression, webp conversion etc...
from website front-end, for example, I change text color + section background color from sp page builder front-end editor.
A) If cache is not cleaned ( joomla page cache plugin + JSpeed plugin ) = modifications are NOT visible on website front-end.
B) If I clean full cache ( joomla page cache plugin + JSpeed plugin ) = modifications are correctly visible on website front-end.
C) If I clean cache from JSpeed plugin = modifications are NOT visible on website front-end.
D) If I clean cache from joomla page cache plugin = modifications are correctly visible on website front-end.
This means that it is not necessary to clear the JSpeed cache in order to see the changes made by the user.
However, this also means that the Joomla page cache must be cleared in order for user modifications to be visible.
The problem is that after clearing the Joomla page cache, in order to display the changes made by the user, the next visitor returning to the page will have a long loading time, while the page cache is being rebuilt.
In your opinion, is there a way to optimize this regarding SP page builder behavior?