Skip to content

Laravel SAIL, slow and buggy #784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gitcrypto-bucked opened this issue Apr 16, 2025 · 2 comments
Open

Laravel SAIL, slow and buggy #784

gitcrypto-bucked opened this issue Apr 16, 2025 · 2 comments

Comments

@gitcrypto-bucked
Copy link

Sail Version

8.4

Laravel Version

12

PHP Version

8.4.2

Operating System

Linux

OS Version

Ubuntu 24.04 AWS

Description

Laravel sail with php 8.4 running buggy and slow, some results dont bring on server ,but in development computer witn php 8.3.4.7 runs fine.

PHP Warning: JIT is incompatible with third party extensions that override zend_execute_ex(). JIT disabled. in Unknown on line 0

laravel.test-1 | 2025-04-16 13:17:28,307 INFO spawned: 'php' with pid 15

Steps To Reproduce

curl -s https://laravel.build/name_of_project | bash, and ./vendor/bin/sail up

Copy link

Thank you for reporting this issue!

As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub.

If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the Laravel team.

Thank you!

@pepijnwoub
Copy link

So it looks like JIT is being disabled because of some extension you have . That would explain bad performance. You should figure out which extension is causing this, my guess is it's some Application Performance Monitoring extension (APM) extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants