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
I installed FrankenPHP natively on a Windows laptop. It worked but it was embarrassingly slow, a page load took 5 to 10 secs. I put Opus 4.8 to task, it ran in a few sessions due to the 5 hours rate limit, tried a bunch of things. A couple of times, Opus confidently reported it fixed the issue but didn't. It went on and on and finally, it flagged Windows Defender as a possible culprit. It couldn't do anything about it because the fix requires running PowerShell as admin:
# Use your actual project path and FrankenPHP install locationAdd-MpPreference-ExclusionPath "D:\Repo\belimbing"Add-MpPreference-ExclusionPath "$HOME\.frankenphp"Add-MpPreference-ExclusionProcess "frankenphp.exe"Add-MpPreference-ExclusionProcess "php.exe"
I'm not sure if any of the above instructions may be unnecessary, but right away, the page load is at least 10x faster.
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.
-
I installed FrankenPHP natively on a Windows laptop. It worked but it was embarrassingly slow, a page load took 5 to 10 secs. I put Opus 4.8 to task, it ran in a few sessions due to the 5 hours rate limit, tried a bunch of things. A couple of times, Opus confidently reported it fixed the issue but didn't. It went on and on and finally, it flagged Windows Defender as a possible culprit. It couldn't do anything about it because the fix requires running PowerShell as admin:
I'm not sure if any of the above instructions may be unnecessary, but right away, the page load is at least 10x faster.
Beta Was this translation helpful? Give feedback.
All reactions