Replies: 1 comment
-
It is normal if you set database in your env for cache. We noticed this when we did a fresh install of laravel 12 vs laravel 10. They can remain in memory in php only if you handle them as variable or cache them as static. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello everyone.
I use the cache at many different points during a request.
Each time it is used, a new (mysql/redis)-query is made, though.
Shouldn't it remain in the memory during the same request to prevent duplicate queries?
Query log:
Beta Was this translation helpful? Give feedback.
All reactions