Olav van Schie
Olav van Schie
> I would have thought surrounding the optimisation of each individual file in a try/catch might be a suitable fix? it's there. https://github.com/appstract/laravel-opcache/blob/411e67ab0575cc589a719ef6ad05cbd2086b6aac/src/OpcacheClass.php#L64 Maybe this can help you https://github.com/appstract/laravel-opcache/issues/90#issuecomment-522003043
30 seconds already seems long for most applications, so i'm not sure if we need to set that any higher. Maybe we can make a config option for this
I found a workaround for this issue. The idea is to change the Livewire component key on navigate, so the whole component get's re-mounted. To achieve this, I came up...