getExtension() === 'php' && $file->isFile()) { try { opcache_compile_file($file->getPathname()); } catch (Throwable $e) { // Fehler beim Kompilieren ignorieren continue; } } } } }