-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Bug: Endless Processes trace ENOENT (No such file or directory) #8082
Comments
Cannot reproduce. |
It appears to be happening when the website's traffic is increasing. Currently, all processors are at 100%.
|
Ah, it is probably not a bug. If you write code like
Specify Composer packages to search: |
Thank you! Can we specify exact locations for our own helpers in the system, for example: app/Helpers/test_helper.php? I couldn't find it in the documentation. |
@mettleshade What did you upload? and what do you want? |
helper('App\test');
// or
helper('App\Helpers\test'); But the following would be faster. require APPPATH . 'Helpers/test_helper.php'; |
Thank you. I have disabled Composer Packages and Auto-Discovery, but there hasn't been a significant improvement in performance. I'm considering making performance-enhancing changes, and if I do, I'll let you know. |
Thank you for the info. Checking for non-existent helpers, etc. is useless, but does not seem to have a significant impact on performance. It seems your server is just busy because of huge traffic. |
PHP Version
8.0
CodeIgniter4 Version
latest
CodeIgniter4 Installation Method
Composer (as dependency to an existing project)
Which operating systems have you tested for this bug?
Linux
Which server did you use?
apache
Database
MariaDB 10.6
What happened?
Hello friends, the process of searching for missing files in my project is ongoing and doesn't stop. I have updated Composer, but the issue remains unresolved.
Steps to Reproduce
When I enter the command "strace -tt -T -p pid_id" via SSH, I can see the errors.
Expected Output
bug fix.
Anything else?
The text was updated successfully, but these errors were encountered: