Cookiebot problem

Prcek

Member
May 3, 2022
43
3
8
Hello,


Does anyone have experience with how to optimize Cookiebot on wordpress?


I have a Google Page Speed problem with "Eliminate render-blocking resources" and "Serve static assets with an efficient cache policy"



Can it be solved somehow? I use WP Rocket.


well thank you.
 

kreiger

New member
Nov 15, 2022
1
0
1
Prioritizing the hook call will ensure that your code runs before any GTM code.
Putting this line of code in functions.php of my theme allowed me to run the code before the GTM script.
add_action('wp_head', 'include_flicker_script', -9998)

Does this help you?
 

Latest posts

Forum statistics

Threads
69,226
Messages
908,438
Members
237,025
Latest member
fadga2011gmail.com

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu