creativestyle / magesuite-page-cache-warmer-crawl-worker
此包最新版本(v1.1.0)没有提供许可信息。
页面缓存预热爬虫的抽象基爬虫
v1.1.0
2022-12-09 10:47 UTC
Requires
- php: >=7.1
- ext-curl: *
- doctrine/dbal: ~2.8
- guzzlehttp/guzzle: ~6.3 || ^7.4
- psr/log: ~1.0
- symfony/stopwatch: ~3.0 | ~4.0
Requires (Dev)
- creativestyle/app-http-server-mock: ^1.0
- phpunit/phpunit: ~6.2
- symfony/process: ^4.1
README
这是一个用于缓存预热爬虫的独立库。
作为一个库,它是一个抽象组件,本身不可运行。
它对magento没有依赖性,以便能够在不同的部署中重用它。
至少有两种使用场景
* It may be used in a magento command, thus it needs whole codebase
of the project to be ran and also would be ran on the same instance
as the application.
* It may be used as standalone application and deployed to any server.
可以实施任何队列适配器,目前使用基于数据库的伪队列,因为我们不期望高并发或负载,这简化了部署。
参见 creativestyle/magesuite-page-cache-warmer-crawler
magento 扩展,该扩展将此库集成为一个magento CLI命令。
用于通过管理员管理预热优先级并在队列中填充新任务的 主要扩展是 creativestyle/magesuite-page-cache-warmer
。