- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
Is it possible to deactivate CDN for DEV and QA as caching slows down development drastically?
Solved! Go to Solution.
01-28-2016 05:21 AM - last edited on 01-28-2016 12:42 PM by kathleen_jo
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
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.
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
}
}
}
Copyright All Rights Reserved © 2008-2023