Cookie plugin affecting page speed “Eliminate render blocking resources”
-
We’re trying to improve mobile page speed on some client sites and this plugin loads a script at the top of the header that greatly impacts the site speed. It adds over 1 sec of load time according to Google Page Speed.
The biggest offender is this https://cdn-cookieyes.com/client_data/IDHERE/script.js
Because it’s echoed into the template and not wp_enqueue_script, we can’t try to defer it in our theme like we do with other JS, to prevent render blocking. I’m not sure if defering is even an option since that might make the plugin not work as intended? But is there anything we can do to make this script not impact the site so much?
- The topic ‘Cookie plugin affecting page speed “Eliminate render blocking resources”’ is closed to new replies.