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
{{ message }}
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
I deployed the same site on the equals servers on digitalocean. One is managed by laravel forge and the second one by eddy. In case with eddy the website was very slow. The only difference I found is that in /etc/php/8.2/mods-available/opcache.ini we can see opcache.jit=off
After I commented this line and restarted php the website is working as fast as on the forge management.
Is there some reason or explanation why do you disable that jit?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I deployed the same site on the equals servers on digitalocean. One is managed by laravel forge and the second one by eddy. In case with eddy the website was very slow. The only difference I found is that in /etc/php/8.2/mods-available/opcache.ini we can see opcache.jit=off
After I commented this line and restarted php the website is working as fast as on the forge management.
Is there some reason or explanation why do you disable that jit?
The text was updated successfully, but these errors were encountered: