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
We're having some tough queries (using MariaDB) at Work.
I used to work on Linux on which I was working with the Valet fork and everything was fine, but the machine was too slow so we provided me with a Windows OS. I am so using Laravel Herd for convenience, given I'm used to using it at home on way smaller projects.
However, a query that's supposed to take a few seconds takes between 8 & 50s (based on the size of the DB to be loaded).
Thus, it gets past the max execution time of PHP (which is not supposed to happen).
So, for work purposes, I had to swap to Laragon and it worked as intended and expected.
I don't know if that's actually a bug/something you were already aware, but if it is not the case, I thought you'd be glad to learn about it :)
Steps to reproduce
No response
Relevant log output
[2024-07-04 16:17:54] local.ERROR: Maximum execution time of 30 seconds exceeded {"userId":4065,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Maximum execution time of 30 seconds exceeded at C:\\Users\\PierreMauriello\\Documents\\code\\fid-connect\\vendor\\laravel\\framework\\src\\Illuminate\\Collections\\Arr.php:344)[stacktrace]#0 {main}"}
This discussion was converted from issue #859 on August 09, 2024 10:34.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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.
-
Platform
Windows
Operating system version
Windows 11 (22H2 22621.1992)
System architecture
Windows
Herd Version
1.8.0
PHP Version
Using PHP 8.3
Bug description
We're having some tough queries (using MariaDB) at Work.
I used to work on Linux on which I was working with the Valet fork and everything was fine, but the machine was too slow so we provided me with a Windows OS. I am so using Laravel Herd for convenience, given I'm used to using it at home on way smaller projects.
However, a query that's supposed to take a few seconds takes between 8 & 50s (based on the size of the DB to be loaded).
Thus, it gets past the max execution time of PHP (which is not supposed to happen).
So, for work purposes, I had to swap to Laragon and it worked as intended and expected.
I don't know if that's actually a bug/something you were already aware, but if it is not the case, I thought you'd be glad to learn about it :)
Steps to reproduce
No response
Relevant log output
Beta Was this translation helpful? Give feedback.
All reactions