2sic / 2sxc

DNN + 2sxc = #DNNCMS - This tool helps web designers and developers prepare great looking content in DNN (DotNetNuke). It's like mixing DNN with Umbraco and Drupal :)
http://2sxc.org
MIT License
145 stars 40 forks source link

Feat: Improve LightSpeed to only use page-parameters used in the code #3395

Closed iJungleboy closed 4 months ago

iJungleboy commented 4 months ago

I'm submitting a

[x] feature request

...about

[x] LightSpeed Cache

Current Behavior / Expected Behavior

ATM Lightspeed can be configured to use all page parameters to determine caching.

This can lead to scenarios where random parameters are added to the url such as ?ref=some-website resulting in an endless amount of items added to the cache.

So we want to add more control with only the parameters being used by code resulting in cache differences.

Your environment