Replies: 1 comment
-
Laravel Octane solved this problem. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Screenshot of Laravel Telescope:
No matter what is queried, the query is slow as long as it is the first one.
The database is at
localhost
. I tried changingDB_HOST
to127.0.0.1
to avoid DNS resolution, but it doesn't help.I also tried using PgBouncer (a connection pool) to proxy the connection, and it doesn't help either.
Environment
Beta Was this translation helpful? Give feedback.
All reactions