monogo/magento-preload

Magento 2 OPcache 预加载

安装次数: 15,884

依赖者: 0

建议者: 0

安全: 0

星标: 21

关注者: 4

分支: 4

开放问题: 1

类型:magento2-component

1.0.3 2020-12-23 11:01 UTC

This package is auto-updated.

Last update: 2024-09-23 19:37:34 UTC


README

Magento 2 简单预加载

此模块仅适用于 PHP 7.4 或更高版本

安装

Composer

composer require monogo/magento-preload

设置

前往您的 php.ini 或 opcache 配置文件,并添加以下行

opcache.preload = [您的项目路径]/preload.php

stats