• Resolved manoranjan11

    (@manoranjan11)


    hey , i have been working on a lot of website and have noticed that once i apply some changes it does take affect immediately or even after reloading the website 2-3 time. each and every time I have to do purge all and then it shows. what can be the solution for this?

    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

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    Please try adjusting your selection of “Auto Purge Rules For Publish/Update” under LiteSpeed Cache Settings –> [3] Purge.

    Regards.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    when you say “some changes ” , what kind of changes you did ?

    Best regards,

    Thread Starter manoranjan11

    (@manoranjan11)

    @qtwrk only elementor changes are not affecting unless i purge , theme customization is working properly.

    Thread Starter manoranjan11

    (@manoranjan11)

    @tenkstars should i set it to all pages? or any other?

    Hi,

    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.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    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,

    Thread Starter manoranjan11

    (@manoranjan11)

    @tenkstars yes i use elementor to edit. i also changes all the “Auto Purge Rules For Publish/Update” setting you told still it is happening.

    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.

    Hi,

    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.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    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,

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Website not applying changes unless i purge all’ is closed to new replies.