CDN for DEV and QA lowst development

Gold Contributor
Gold Contributor

Is it possible to deactivate CDN for DEV and QA as caching slows down development drastically?

4 REPLIES 4

CDN for DEV and QA lowst development

Tealium Employee

Hi @mikeg.

How are you accessing Dev and QA?

 

Do you have dedicated website environments where the Tealium Environment is set in the page source?

 

Or are you using a Tool, such as the Tealium Web Companion, to substitute the environment?

 

Mark

CDN for DEV and QA lowst development

Gold Contributor
Gold Contributor

Hi Mark,

 

we are using the Web Companion to switch environments.

 

Best regards

Mike

CDN for DEV and QA lowst development

Tealium Employee

Hi @mikeg

In that case, if you are happy to use Chrome, you can use one of our custom tools to switch environment rather than the Web Companion, and this will solve your issue.  It is called the Environment Switcher.

 

Here's a page describing custom tools.  I know it is entitled how to build them, but actually it mostly deals with how to install them.

 

https://community.tealiumiq.com/t5/5-Tealium-Tools-Documentation/Tealium-Tools-Chrome-Extension-Cust...

 

The code you need to install to get access to the custom tool is below.


{
"id": "env_switcher",
"title": "Environment Switcher",
"description": "",
"icon_url" : "https://tealium-tools.s3.amazonaws.com/tools/logo.png",
"scripts": {
"env_switcher": {
"title": "Environment Switcher",
"auto_inject": true,
"js": "https://solutions.tealium.net/hosted/tealiumTools/env_switcher/page_code.js",
"template": "https://solutions.tealium.net/hosted/tealiumTools/env_switcher/ui.html",
"remote_template": true,
"remote_js": true
}
}
}

CDN for DEV and QA lowst development

Gold Contributor
Gold Contributor
Thanks, seems this is way better than switching environments with web companion which caused utag.js to be loaded twice from different locations.
Public