fof/clockwork
Composer 安装命令:
composer require fof/clockwork
包简介
Debug your Flarum forum with Clockwork
关键字:
README 文档
README
A Flarum extension that integrates Clockwork — a developer tools panel for inspecting and profiling requests in real time.
What it does
Once installed and enabled, every HTTP request to your Flarum forum is profiled and stored. You can inspect them using the Clockwork browser extension (available for Chrome and Firefox) or by visiting /__clockwork in your browser.
Performance tab
- Timeline — visualises application boot, request processing, controller logic, and data serialisation broken down by phase.
- Memory usage — peak memory consumed per request.
Database tab
- All SQL queries executed during the request, with bindings, duration, and a stack trace showing where each query originated.
Cache tab
- Cache hits, misses, writes, and deletes, with keys and values.
Queue tab
- Jobs dispatched during the request, showing job class, queue name, dispatch time, payload, and stack trace.
- When using a real queue driver (Redis, database), each processed job appears as a separate entry with its own timeline, queries, cache operations, and logs — linked back to the HTTP request that dispatched it.
Redis tab
- All Redis commands executed during the request or queue job, with parameters, duration, and connection name. Requires fof/redis to be installed and active.
Events tab
- Flarum and Laravel events fired during the request, with counts.
Flarum tab
- Installed and enabled extension counts.
- Core version information (Flarum, PHP, MySQL).
- Full extension list with enabled/disabled status.
- Frontend document payload (layout view, app view, page payload) for forum and admin page requests.
Installation
composer require fof/clockwork:"*"
Enable the extension in your Flarum admin panel. Access is restricted to forum administrators.
Updating
composer update fof/clockwork php flarum cache:clear
Nginx configuration
If you are using the .nginx.conf file included with Flarum, add the following above the location / block to allow Clockwork's assets and data to be served correctly:
location ~* /__clockwork/.*\.(css|js|json|png|jpg) { try_files /index.php?$query_string /index.php?$query_string; }
Browser extension
Install the Clockwork browser extension to view profiling data directly in your browser's developer tools:
Alternatively, visit https://your-forum.com/__clockwork to access the built-in web UI without the extension.
Links
An extension by FriendsOfFlarum.
fof/clockwork 适用场景与选型建议
fof/clockwork 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5.09k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2020 年 05 月 07 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「flarum」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 fof/clockwork 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 fof/clockwork 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 fof/clockwork 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Adds more BBCode
Output of discussions lists in form of cards
Allow users to log in with QQ
A headless CLI performance benchmarking tool for Flarum
The admin panel of afrux/asirem
Enhanced typography for french writings, mainly around punctuation.
统计信息
- 总下载量: 5.09k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 16
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-07