PHP8.x loco-translate/src/compat try to access all the other classes
-
Hi,
I have been working on a new project for months. My site is slow, 30 secs pero load, more than 1GB memory per load.
I did an strace to process and I see 4700 errors: No such file or directory
This is an example:
access(“MY_PATH/wp-content/plugins/loco-translate/src/compat/WCJ_General.php”, F_OK) = -1 ENOENT (No such file or directory)
At this example it tries to access WCJ_General.php. But it try lo access all other classes at plugins folder (4730 times).
I do not know:
– If I have an error at PHP config.
– If this is loco-translate normal working.
– If there is a problem at loco translate.I tested at PHP 8.1 8.2 and 8.3
Any idea would be appreciated.
Thanks
- The topic ‘PHP8.x loco-translate/src/compat try to access all the other classes’ is closed to new replies.