Ignore just some URL parameters

#1
Hi,

I have a website to which I am sending AdWords traffic. All clicks from AdWords add a GCLID parameter which is unique to a combination of things (per ad, etc). I don't want to cache all different GCLIDs but I do want to cache the landing page.

So, if I set LS to NOT cache querytring variables, will it cache one page / version of the HTML, regardless of the variables? Or if it has URL parameters it will NOT get cached at all?

I hope this makes sense.
 

Pong

Administrator
Staff member
#2
URLs with different query strings will be treated as different URLs, hence lscache can not treat them as the same page.
 

NiteWave

Administrator
#4
Cache policy:
"Cache Request with Query String":
default is Yes.
if you set it to No, then only page without query string will have possibility to be cached.
 
Top