Skip to content

Instantly share code, notes, and snippets.

@biplobice
Created October 31, 2018 01:24
Show Gist options
  • Save biplobice/c5b7ecbed249f9b85920d5ca0f2bae69 to your computer and use it in GitHub Desktop.
Save biplobice/c5b7ecbed249f9b85920d5ca0f2bae69 to your computer and use it in GitHub Desktop.
Slower response times in Valet?
#/usr/local/etc/php/7.2/conf.d/ext-opcache.ini
# Add the following lines and run `valet restart`
```
[opcache]
zend_extension="/usr/local/opt/php/lib/php/20170718/opcache.so"
opcache.enable = 1
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment