this is not specific to any website , its happening on all the website I’m working on
this has occurred on astra ,kadence, neve theme for me
and i am using LightSpeed Cache
Please try adjusting your selection of “Auto Purge Rules For Publish/Update” under LiteSpeed Cache Settings –> [3] Purge.
Regards.
]]>when you say “some changes ” , what kind of changes you did ?
Best regards,
]]>The key issue is why your changes don’t trigger an auto update. The reason could be that
you use Elementor to edit your posts. You can run the debug log and see what’s going on. The “All Pages” selection is like “Purge All”. You can give a try and see if it works, but it is not recommended if you’re using ESI.
Regards.
]]>it kinda makes sense , the theme customization , there is a hook for it ,so whenever something is changed on that part, LSCWP will be notified , but it may happen on elementor editing.
try add this into your theme’s functions.php
add_action( 'elementor/editor/after_save', function( $post_id, $editor_data ) {
if ( defined( 'LSCWP_V' ) ) {
do_action( 'litespeed_purge_all' );
}
}
Best regards,
]]>one more weird thing is that once i update the elemnetor changes and click on view page option on the elementor exit section. my purge icon doesn’t shows on the top bar. i have to reenter the domain name and then it shows.
]]>Please try @qtwrk’s suggestion. I think it’ll work. As I said, the key issue is that your elementor editing doesn’t have a hook like in theme customization that notifies LSCWP to purge, so @qtwrk has sent you the script that will take care of this.
I don’t know what to tell you about that weird thing, but it could be related to the “change update” issue.
Regards.
]]>I’m going to mark this topic “Resolved”, due to lack of activity.
If you still need help, please feel free to re-open it.
When re-open it, please also change the topic status to “not solved”
Best regards,
]]>