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