Would it be possible to sort the query parameters on urls so that urls with params on different order would result to the same cache hits?
- Varnish 3: https://old.varnish-cache.org/vmod/boltsort-querystring-params-sort
- Varnish 4: Varnish 4.0 now has query sorting built in through the std VMOD.
That way:
- /video/48088296?title=0&byline=0&portrait=0&color=51a516
- /video/48088296?byline=0&color=51a516&portrait=0&title=0
Would resolve to the same value.