• Resolved Law

    (@laucoste)


    Hi,

    I have a chat module “flyzoo” that disappears when I activate your WPCSPC. What could be wrong ?
    I deactivate HTML / CSS / JS optimization, not better…

    I use WPCSPC + WP Rocket + Autoptimize, and check that there’s no conflict.

    If I deactivate WPCSPC, the chat module is back…

    Here is the piece of javascript in the source that appears when the module is displayed :

    <script type="text/javascript">(function () { window._FlyzooApplicationId="XXXXXXXXXXXXX";var fz = document.createElement("script"); fz.type = "text/javascript"; fz.async = true;fz.src = "//widget.flyzoo.co/scripts/flyzoo.start.js";var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(fz, s)})()</script><script type="text/javascript">var FlyzooApi = FlyzooApi || { };FlyzooApi.UserId = 28;FlyzooApi.UserName = "YYYY";FlyzooApi.Email = "[email protected]";FlyzooApi.Signature = "AAAAAAAAAAA";FlyzooApi.AccessRoles = "subscriber";FlyzooApi.Language = "auto";FlyzooApi.Friends = "";FlyzooApi.Avatar = "https:\/\/BBBBBBB.com\/wp-content\/uploads\/2020\/05\/CCCCCCCC.jpg";FlyzooApi.Profile = "";</script><noscript><style>.lazyload{display:none;}</style></noscript><script data-noptimize="1">window.lazySizesConfig=window.lazySizesConfig||{};window.lazySizesConfig.loadMode=1;</script><script async data-noptimize="1" src='https://BBBBBBB.com/wp-content/plugins/autoptimize/classes/external/js/lazysizes.min.js?ao_version=2.7.7'></script>

    I always purge all caches before my tests / changes.

    Thanks,
    regards,
    Law

Viewing 2 replies - 16 through 17 (of 17 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    Hi,
    Miss is also uncached. Only HIT means cached. Just open an incognito window and go with the same flow as you think your users will take and check the response on each page. Please note only status HIT means cached. Rest are all from directly your origin server.

    Thread Starter Law

    (@laucoste)

    Ah ok.

    OK, so its should be uncached with Miss. Unfortunately the behaviour is different. I really don’t see the cause of the problem. I’ll investigate later.

    For now I’ll use the URL exclusion as a solution.

    Thank you

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Activate WPCSPC blocks element on page’ is closed to new replies.