You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am having a little trouble with the cache:clear command not pre generating some of the annotations. For example, when I empty the var/cache folder and execute cache:clear initially, I get the following disk usage:
# du -s var/cache/
25424 var/cache/
When I then perform an API call to one of my endpoints, the initial request takes rather long and the cache size will increase:
# du -s var/cache/
30356 var/cache/
Any subsequent API calls will not increase the cache size, so I was wondering, is there some way to warm up the cache so the initial request won't take as long?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I am having a little trouble with the
cache:clear
command not pre generating some of the annotations. For example, when I empty thevar/cache
folder and executecache:clear
initially, I get the following disk usage:When I then perform an API call to one of my endpoints, the initial request takes rather long and the cache size will increase:
Any subsequent API calls will not increase the cache size, so I was wondering, is there some way to warm up the cache so the initial request won't take as long?
Beta Was this translation helpful? Give feedback.
All reactions