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
Connection pools can be used to keep connections open to external service like database and redis. This will increase the performance as connections are not opened and closed with each request. Especially useful in scenarios where Octane is used with coroutine.
Octane will move from removing the framework bootstrapping time, to also optimize on db and redis execution time. A major win.
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.
-
Connection pools can be used to keep connections open to external service like database and redis. This will increase the performance as connections are not opened and closed with each request. Especially useful in scenarios where Octane is used with coroutine.
Octane will move from removing the framework bootstrapping time, to also optimize on db and redis execution time. A major win.
I hope this can be a candidate for Laravel 9.
Beta Was this translation helpful? Give feedback.
All reactions