Laravel OPcache

Laravel OPcache

Artisan commands for PHP OPcache


Description

Artisan Commands for PHP OPcache

When a PHP script runs, it must first be compiled into bytecode. OPcache stores this bytecode in a cache so that subsequent requests for the same script can skip recompilation. This reduces execution time, speeds up your application, and may lower server costs.

Read more: Make your Laravel App fly with PHP OPcache


Creator

Appstract

Related Projects

Laravel Artifact

Laravel Artifact

Media Management Package

Mirror

Mirror

Impersonation Package

LaravelPlus Updater

LaravelPlus Updater

Sync Laravel Projects

Laravel Credits

Laravel Credits

Credit Management System

Laravel Glider

Laravel Glider

Glide Image Manipulation in Blade Templates

Laravel Ownable

Laravel Ownable

Eloquent Ownership Relationships