My application uses vendor parameters to filter the data. It takes some time to generate all tiles on the server. Therefor I'm trying to increase the performance of the application.
I'm using geoserver as my tileserver. I looked up if caching would be a solution, but it does not support vendor parameters. The only solution I could think of when trying to cache tiles is to filter it on the client, by having a separate layer for each possibility. However this does not seem very doable.
I welcome any suggestions on how to improve performace.