net-utilities / BigIPReport

Generates an indexed overview of your F5 configuration
https://loadbalancing.se/bigipreport-rest/
GNU General Public License v3.0
10 stars 5 forks source link

Json files are being cached #110

Open epacke opened 2 years ago

epacke commented 2 years ago

Describe the bug When changing the device group config a user reported that the data was not updated upon refresh until control + f5 was pressed. This indicates that the Jain files could be cached.

User runs k8s collector and the nginx frontend container.

timriker commented 2 years ago

Do we want all the json files reloaded on refresh? This used to take a long time, but I guess we're a lot faster now.

The cache settings will depend on the web server config, not on our application, right?

epacke commented 2 years ago

It's a mix between client and server. I have not looked into it yet but adding cache headers or adding query strings to the Json files could remediate some of the problems.