Hi,

I'm using some external cache that I have not full control of.
I can set it to use full URL (including parameters) as a cache key, but there is this underscore with timestamp, which makes that useless.

What would be the best way to remove that parameter?
Could someone point me the piece of code that should be altered?

Comments

siefca’s picture

Status: Active » Closed (fixed)

Ok, it's in JavaScript script and it's caused by cache option set to false.
I've changed it to true and generated my own timestamp with more rounded time (15 minutes window).

siefca’s picture

Issue summary: View changes

typo