• Resolved video_dan

    (@video_dan)


    Hi Burst-Team

    We wanted to evaluate your burst plugin. For some reason it does not collect any statistics and we haven’t found the root cause for it. Can you please advice?

    Thanks
    Daniel

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Hessel de Jong

    (@hesseldejong)

    Hi @video_dan,

    There seems to be an error where wp.apiFetch is not loaded in. That is why these errors are in the console.

    (index):94 Uncaught ReferenceError: wp is not defined
        at (index):94:1
    (anonymous) @ (index):94
    (index):101 Uncaught ReferenceError: wp is not defined
        at (index):101:2
        at (index):102:4
    (anonymous) @ (index):101
    (anonymous) @ (index):102
    (index):106 Uncaught ReferenceError: wp is not defined

    You are deferring most scripts. Can you exclude our scripts & one WP script from loading deferred? I’m unsure what kind of caching g/optimizing plugin you use to defer the scripts. So I’ll assume you know how to exclude them. If you don’t, let me know what plugin you are using to defer the scripts, and I’ll try to figure out what to exclude.

    Here’s the scripts you need to exclude:

    <script async="" src="https://avisec.jobs/wp-content/plugins/burst-statistics/helpers/timeme/timeme.min.js?ver=1.3.3" id="burst-timeme-js"></script>
    
    <script src="https://avisec.jobs/wp-includes/js/dist/api-fetch.min.js?ver=bc0029ca2c943aec5311" id="wp-api-fetch-js"></script>
    
    <script src="https://avisec.jobs/wp-includes/js/dist/api-fetch.min.js?ver=bc0029ca2c943aec5311" id="wp-api-fetch-js"></script>

    If you want the best page speed possible, I suggest you use Burst Turbo Mode.

    I hope this helps!

    Kind regards,
    Hessel

    Plugin Author Hessel de Jong

    (@hesseldejong)

    Hi @video_dan,

    It looks like the issue is solved on your website. I’ll close the ticket, feel free to reopen if the issue still occurs.

    Kind regards,
    Hessel

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘not collecting data’ is closed to new replies.