Utag with QueryString Values

Silver Contributor
Silver Contributor

The tags that fire on a particular page - say www.autozone.com, have the version number appended as query strings. The query strings are causing performance issues on the page (Query strings are not cached on the browser). 

 

For example: 

http://tags.tiqcdn.com/utag/autozone/main/prod/utag.103.js?utv=ut4.41.201603152206

 

Can this be replaced with something like this:

http://tags.tiqcdn.com/utag/autozone/main/prod/utag.103.utv=ut4.41.201603152206.js

 

Please let us know.

1 REPLY 1

Utag with QueryString Values

Tealium Employee

Hi @sriram_venkatac,

 

You might want to raise a ticket with the support team if you beleive that you are seeing performance issues due to tags loading.

 

Having the querystring paramaeter on the tag request ensures that the latest version is provided to the user. Most of the time a user will reveice a 304 response from the CDN that tells the browser that the body of the request has not been modified and then use the cached version. From then on the files will be loaded from the borswers cache until the TTL in the header of the utag.js expires and checks for an update.

 

An option is to bundle your tags into the utag.js file to reduce the amount of requests being made on your site.

 

 

Public