You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added all attribute which I need to not add into fpc cache for all pages. But Still I am getting these params (SEO urls utm_ ) in layered navigation. All filters have saving these bellow value. How can I remove these params from layered navigation.
Miss URI Params :
no_cache=/^1$/,
limit=/^([0-9]+)|(all)$/,
dir=/^[0-9a-z_]+$/,
order=/^[0-9a-z_]+$/,
mode=/^[0-9a-z_]+$/,
/utm_./,
gclid,
gclsrc,
__store=/^[a-z]{1}[0-9a-z]$/,
utm_source=/^[a-zA-Z0-9]+$/,
utm_medium=/^[a-zA-Z0-9]+$/,
utm_campaign=/^[a-zA-Z0-9]+$/,
utm_content=/^[a-zA-Z0-9]+$/,
utm_id=/^[a-zA-Z0-9]+$/,
gclid=/^[a-zA-Z0-9_-]+$/,
q=/^211292581$/
I have added all attribute which I need to not add into fpc cache for all pages. But Still I am getting these params (SEO urls utm_ ) in layered navigation. All filters have saving these bellow value. How can I remove these params from layered navigation.
Miss URI Params :
no_cache=/^1$/,
limit=/^([0-9]+)|(all)$/,
dir=/^[0-9a-z_]+$/,
order=/^[0-9a-z_]+$/,
mode=/^[0-9a-z_]+$/,
/utm_./,
gclid,
gclsrc,
__store=/^[a-z]{1}[0-9a-z]$/,
utm_source=/^[a-zA-Z0-9]+$/,
utm_medium=/^[a-zA-Z0-9]+$/,
utm_campaign=/^[a-zA-Z0-9]+$/,
utm_content=/^[a-zA-Z0-9]+$/,
utm_id=/^[a-zA-Z0-9]+$/,
gclid=/^[a-zA-Z0-9_-]+$/,
q=/^211292581$/
Uri Params
id,
category,
cat,
page_id,
p,
limit,
dir,
order,
mode,
is_ajax,
q
How can I remove utm and other seo params from layered navigation filters.
Bellow are the params are adding in layered navigation.
?utm_content=0&utm_source=vizury%26utm_medium%3DRe-targetting%26utm_campaign%3DElabelz_english&dup=true
For time being we are refreshing cache after some time to reduce this issue.
Magento ver. 1.9.2.3
Lesti FPC ver . 1.4.5
The text was updated successfully, but these errors were encountered: