CACHE_TIMEOUT removal and performance hit #7457
markkuleinio
started this conversation in
General
Replies: 1 comment 2 replies
-
There have been repeated issues with cache invalidation ever since it was added, as discussed under #6639. (You can search the GitHub issues list for "caching" to get a sense for the breadth of the issue.) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In #6781 there is:
In my testing with 2.11.7 these are the results:
CACHE_TIMEOUT = 0
:CACHE_TIMEOUT = 300
:Again, this was in 2.11.7 and not the latest release.
Are there some other specific changes in NetBox 3.0 that improve performance even without this caching, or is it just so that the cache problems (?) are so common that the performance hit is just mandatory?
I totally get it that fetching all the objects at once is not ideal but in some cases it is just useful.
Beta Was this translation helpful? Give feedback.
All reactions