Skip to content

Instantly share code, notes, and snippets.

@geekcom
Created December 8, 2019 22:49
Show Gist options
  • Save geekcom/ee2cfb0d0421e690a07ee4f92c7dc0db to your computer and use it in GitHub Desktop.
Save geekcom/ee2cfb0d0421e690a07ee4f92c7dc0db to your computer and use it in GitHub Desktop.
preload.php
<?php
$files = [
'MyClassWithPreloading.php'
];
foreach ($files as $file) {
opcache_compile_file($file);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment