• Resolved synflex

    (@synflex)


    Hi, unfortunately I note that with the Elementor Pro plugin active, the cache is not generated. In other words, the response header is:

    x-litespeed-cache-control: no-cache

    However, if I disable Elementor Pro, the cache is generated correctly.
    The problem happens only with Elementor Pro. In contrast, the free version of Elementor does not cause any problems.


    How can I fix? Thanks for your support.

Viewing 2 replies - 1 through 2 (of 2 total)
  • x-litespeed-cache-control: no-cache

    If Elementor uses the no-cache header for whatever purpose, you need to ask Elementor why this provider is doing it. The hands of the LiteSpeed LScache provider are tied.

    Plugin Support qtwrk

    (@qtwrk)

    please try add this

    add_filter( 'litespeed_const_DONOTCACHEPAGE', '__return_false' );
    

    to your theme’s functions.php

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Compatibility issues with Elementor Pro’ is closed to new replies.