Welcome to our new beta documentation experience! Let us know what you think below, under "Was this article helpful?" 👍 👎

How can I improve my website's performance when using the Smart Data Protector?

Prev Next

If you are using the Smart Data Protector, then there are some extra steps that you may improve your performance. You can add the following <link> tags to preconnect and preload the uc-block.bundle.js script, increasing the performance:

<link rel="preconnect" href="//privacy-proxy.usercentrics.eu"> 
<link rel="preload" href="//privacy-proxy.usercentrics.eu/latest/uc-block.bundle.js" as="script">

We advise adding two extra prefetch <link> tags for optimal performance:

<link rel="dns-prefetch" href="//app.usercentrics.eu" /> 
<link rel="dns-prefetch" href="//api.usercentrics.eu" />