Scott Cariss
Scott Cariss
Just adding how we currently randomly change the root password on the first run of our playbook in case if it is of any use: ``` - name: install openssl...
@craigcarnell Workaround for me was to add: ``` Rake::Task['laravel:storage_link'].clear() Rake::Task['laravel:optimize'].clear() ``` to my deploy.rb file
Can we get a new release with this fix in it please?
@EvanHerman fancy taking on this abandoned pull request?
Some merge conflicts here. Can we clean up please? Cheers
Its been such a long time that I worked on it that I cannot say with any certainty how this will perform on a multisite setup. My other plugin https://github.com/l3rady/wordpress-file-monitor-plus/blob/master/wordpress-file-monitor-plus.php...
Even if it runs on a site that is not used I don't think that should be an issue as I believe any visit to any of the blogs should...
WP_APCU_KEY_SALT is not required to be set anywhere. If you don't understand what it is for then you likely don't need it
Correct. It is only need in very rare edge cases when someone is running multiple WP sites from a single set of core WP files. I don't know of anyone...
https://github.com/l3rady/object-cache-apcu/blob/main/object-cache.php#L1120 Key uniqueness is made from an md5 of abs path. As long as your ABSPATH differ between installs on the same machine the keys wont clash. WP_APCU_KEY_SALT only needs...