Roadmap

通往 AGI 的 每一步里程碑

我们公开分享开发路线图,让社区知道我们在做什么、下一步去哪。你可以对任何功能投票,影响优先级排序。

已完成
开发中
规划中
探索中
现在

Q2 2026 · 当前季度

4月 — 6月

季度进度

14 / 20 项已完成

70%
v2.0.0 多模型路由引擎发布 ✓ 6/3
LCM 无损上下文压缩上线 ✓ 6/3
SkillHub 一键安装 + 自动依赖解析 ✓ 6/1
Windows ARM64 原生支持 进行中
TTS 语音引擎 v2(流式合成 + 多音色) 进行中

✅ 多模型智能路由引擎

30+ 模型自动选择与负载平衡,根据任务类型智能匹配最优模型。支持动态无缝切换,用户无感知。

已完成 v2.0.0 · 2026-06-03 🎉 已发布

✅ LCM 上下文无损压缩

语义摘要层 + DAG 引用图,平均减少 70% tokens 消耗。保持对话完整性,渐进式增量压缩。

已完成 v2.0.0 · 2026-06-03

✅ SkillHub 生态升级

依赖自动解析、版本管理、沙箱隔离、社区市场,200+ 社区技能包可一键安装。

已完成 v2.0.0 · 2026-06-01
Next

Q3 2026 · 下一季度

7月 — 9月

🤝 多 Agent 编排引擎

设计中

基于 LangGraph 状态流转和 A2A 开放协议,构建分工型 Agent 团队。主 Agent 自动拆解任务、委派子 Agent 并行执行、结果聚合仲裁。2026 年多 Agent 架构已从实验走向生产,协作效率提升 71%。

🔄 Agent 子任务委派

主 Agent 自动拆解任务,分发子 Agent 并行执行

📋 状态机工作流

LangGraph 驱动的有状态多步骤流水线

🔗 A2A 协议互通

Agent 间消息格式标准化,跨厂商协同

🎯 结果聚合仲裁

多 Agent 输出合并,冲突检测与质量控制

行业基准

协作效率 +71%
79% 组织已部署
市场规模 187 亿美元

每天可投1次

🔌

MCP 通用连接器平台

设计中的

基于 Anthropic 发起并已成为行业标准的 Model Context Protocol,打造通用工具连接层。10,000+ 公开 MCP 服务器可直接调用——GitHub、Stripe、PostgreSQL、飞书——一次集成,万物互联。

MCP 协议 工具发现 安全网关
设计中
📡

Agent 可观测性平台

设计中的

2026 年 Agent 可观测性已从可选变为生产必需。全链路追踪 Agent 决策路径、工具调用序列、Token 消耗分布。支持回放调试、性能基准分析、成本归因,让 Agent 行为不再黑盒。

OpenTelemetry Trace 回放 成本分析
设计中
🎤

语音 Agent SDK

规划中的

2026 年语音 Agent 已进入主流:实时 Speech-to-Speech 模型实现亚秒级延迟,替代传统 TTS 管线。开放 SDK 让 Agent 支持电话接听、预约调度、语音交互,覆盖客服、酒店、医疗等高频场景。

实时语音 情绪检测 电话集成
规划中
🧠

上下文工程框架

设计中的

2026 年 Prompt Engineering 已成为基本功,真正的差异化在于 Context Engineering——设计 Agent 的信息架构:知识库时效性、上下文窗口管理、动态检索策略、压缩与优先级排序。让 Agent 在有限窗口内做出更优决策。

上下文窗口 动态检索 压缩策略
设计中
Q4

Q4 2026

10月 — 12月

🔒 确定性安全护栏引擎

规划中

2026 年企业级 Agent 的关键需求:确定性控制。Agent Script 脚本引擎允许为关键业务流程定义确定性 if/then 工作流——银行 Agent 必须在验证身份后才能查询余额,支持 exit code 2 硬阻断,确保 Agent 行为始终可预测。

📜 Agent Script

确定性 if/then 工作流定义

⛔ 硬阻断机制

exit code 2,模型无法绕过

📋 审计日志

每次阻断全链路追溯

🔐 权限边界

精细化工具有效域控制

🧪 沙箱执行

隔离运行,失败不影响主进程

📊 合规报告

自动生成合规检查报告

必要性

企业级 Agent
必备基础设施

每天可投1次

⚙️

Agent Harness 插件系统

规划中

受 Claude Code Harness 架构启发:29 个生命周期事件 + Shell Hook 系统。支持 pre-bash / post-tool / pre-commit 等钩子,exit code 2 硬阻断密钥泄露。提供 Permission Manager、Context Manager、Session Storage 等模块化能力。

29 个 Hook 权限管理 上下文管理
规划中
🤖

自主编码 Agent

规划中

从"补全函数"到"打开 PR 直到 CI 变绿"。自主 Agent 可以独立完成 Bug 修复、重构、功能开发——创建分支、改代码、跑测试、提 PR、迭代直到全部通过。2026 年 Claude Code 等工具已在生产中使用该模式。

PR 级任务 CI 集成 自愈修复
规划中
💾

Agent 记忆网络

规划中

2026 年记忆已成为 Agent 的一等公民。短期窗口扩展至数万 token,长期记忆通过向量数据库构建「经验沉淀 - 持续优化」闭环。Agent 能够真正记住用户偏好、项目上下文、决策模式,月均性能自动提升 15%。

向量记忆 遗忘率 < 10% 自进化
规划中
🛡️

Agent 安全网关

规划中

MCP 开放带来便利也引入攻击面——工具投毒攻击、恶意指令注入。信任网关模式:管理员定义 Agent 可访问的 MCP 服务器白名单 + 工具调用审计 + 敏感操作审批。全链路审计追踪,Agent 安全不再靠 Prompt 约束。

MCP 白名单 工具审计 防投毒
规划中
Future

2027 & 未来

探索方向,可能随时间调整

🌐

多模态屏幕理解 Agent

Computer Use 能力——Agent 模拟人类操作浏览器、桌面应用,完成「数据提取→表单填写→流程提交」全链路闭环。2026 年跨平台执行成功率已达 82%,LLM + RPA 深度融合。

探索中 Q1 2027 目标
📊

Agent 性能基准平台

标准化的 Agent Eval 体系:任务完成率、工具调用准确率、上下文利用率、成本效率比。支持自定义评测集 + 社区排行榜,让 Agent 能力改进有据可依,而非凭感觉优化。

探索中 2027 目标

端侧 Agent 运行时

本地设备运行轻量 Agent 推理:无需联网、数据不出设备。配合端侧小模型(如 DeepSeek 系列),实现本地文档处理、隐私敏感任务、离线场景的 Agent 能力——边缘计算是 2026 年重要趋势。

探索中 2027 目标
🧪

Agentic AI 治理框架

2026 年 EU AI Act 生效,Agent 合规成为刚需。提供透明度声明、风险评估、数据治理、人工监督等全链路合规工具。支持主権 AI 部署——数据主权合规,区域化基础设施隔离。

探索中 远期目标
🔬

无代码 Agent 构建器

可视化拖拽构建 Agent 工作流——无需编码即可定义工具链、知识库、触发条件。2026 年无代码 Agent 平台已达到生产级质量,支持 CRM 集成、客服自动化、审批流程等企业高频场景。

探索中 远期目标
🛒

Agent 应用商店

专业领域 Agent 模板市场——法律顾问、财务分析、代码审查、写作助手——开箱即用。

探索中 远期目标
💬

有想法?告诉我们!

路线图由社区驱动。你想要的任何功能都可以提交建议,我们会纳入考量并公开投票。

基本 文件 流程 错误 SQL 调试
  1. 请求信息 : 2026-06-29 04:07:47 HTTP/2.0 GET : https://wao.wiki/roadmap
  2. 运行时间 : 0.067670s [ 吞吐率:14.78req/s ] 内存消耗:4,203.87kb 文件加载:146
  3. 缓存信息 : 0 reads,0 writes
  4. 会话信息 : SESSION_ID=bf4b3da113186225c48587b1ba6a87ed
  1. /www/wwwroot/php_wao_site/public/index.php ( 0.79 KB )
  2. /www/wwwroot/php_wao_site/vendor/autoload.php ( 0.75 KB )
  3. /www/wwwroot/php_wao_site/vendor/composer/autoload_real.php ( 1.63 KB )
  4. /www/wwwroot/php_wao_site/vendor/composer/platform_check.php ( 0.90 KB )
  5. /www/wwwroot/php_wao_site/vendor/composer/ClassLoader.php ( 15.99 KB )
  6. /www/wwwroot/php_wao_site/vendor/composer/autoload_static.php ( 4.90 KB )
  7. /www/wwwroot/php_wao_site/vendor/topthink/think-helper/src/helper.php ( 8.34 KB )
  8. /www/wwwroot/php_wao_site/vendor/topthink/think-validate/src/helper.php ( 2.19 KB )
  9. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/helper.php ( 1.47 KB )
  10. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/stubs/load_stubs.php ( 0.16 KB )
  11. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Exception.php ( 1.69 KB )
  12. /www/wwwroot/php_wao_site/vendor/topthink/think-container/src/Facade.php ( 2.71 KB )
  13. /www/wwwroot/php_wao_site/vendor/symfony/deprecation-contracts/function.php ( 0.99 KB )
  14. /www/wwwroot/php_wao_site/vendor/symfony/polyfill-mbstring/bootstrap.php ( 8.22 KB )
  15. /www/wwwroot/php_wao_site/vendor/symfony/polyfill-mbstring/bootstrap80.php ( 9.78 KB )
  16. /www/wwwroot/php_wao_site/vendor/symfony/var-dumper/Resources/functions/dump.php ( 1.60 KB )
  17. /www/wwwroot/php_wao_site/vendor/topthink/think-dumper/src/helper.php ( 0.18 KB )
  18. /www/wwwroot/php_wao_site/vendor/symfony/var-dumper/VarDumper.php ( 4.23 KB )
  19. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/App.php ( 15.30 KB )
  20. /www/wwwroot/php_wao_site/vendor/topthink/think-container/src/Container.php ( 15.76 KB )
  21. /www/wwwroot/php_wao_site/vendor/psr/container/src/ContainerInterface.php ( 1.02 KB )
  22. /www/wwwroot/php_wao_site/app/provider.php ( 0.19 KB )
  23. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Http.php ( 6.22 KB )
  24. /www/wwwroot/php_wao_site/vendor/topthink/think-helper/src/helper/Str.php ( 7.29 KB )
  25. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Env.php ( 4.68 KB )
  26. /www/wwwroot/php_wao_site/app/common.php ( 0.03 KB )
  27. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/helper.php ( 18.77 KB )
  28. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Config.php ( 5.93 KB )
  29. /www/wwwroot/php_wao_site/config/app.php ( 0.95 KB )
  30. /www/wwwroot/php_wao_site/config/cache.php ( 0.78 KB )
  31. /www/wwwroot/php_wao_site/config/console.php ( 0.23 KB )
  32. /www/wwwroot/php_wao_site/config/cookie.php ( 0.56 KB )
  33. /www/wwwroot/php_wao_site/config/database.php ( 2.13 KB )
  34. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/facade/Env.php ( 1.67 KB )
  35. /www/wwwroot/php_wao_site/config/filesystem.php ( 0.61 KB )
  36. /www/wwwroot/php_wao_site/config/lang.php ( 1.06 KB )
  37. /www/wwwroot/php_wao_site/config/log.php ( 1.35 KB )
  38. /www/wwwroot/php_wao_site/config/middleware.php ( 0.19 KB )
  39. /www/wwwroot/php_wao_site/config/route.php ( 1.89 KB )
  40. /www/wwwroot/php_wao_site/config/session.php ( 0.73 KB )
  41. /www/wwwroot/php_wao_site/config/trace.php ( 0.34 KB )
  42. /www/wwwroot/php_wao_site/config/view.php ( 0.82 KB )
  43. /www/wwwroot/php_wao_site/app/event.php ( 0.25 KB )
  44. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Event.php ( 7.77 KB )
  45. /www/wwwroot/php_wao_site/app/service.php ( 0.13 KB )
  46. /www/wwwroot/php_wao_site/app/AppService.php ( 0.26 KB )
  47. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Service.php ( 1.64 KB )
  48. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Lang.php ( 7.35 KB )
  49. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/lang/zh-cn.php ( 13.70 KB )
  50. /www/wwwroot/php_wao_site/app/lang/zh-cn.php ( 9.73 KB )
  51. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/initializer/Error.php ( 3.31 KB )
  52. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/initializer/RegisterService.php ( 1.33 KB )
  53. /www/wwwroot/php_wao_site/vendor/services.php ( 0.17 KB )
  54. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/service/PaginatorService.php ( 1.52 KB )
  55. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/service/ValidateService.php ( 0.99 KB )
  56. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/service/ModelService.php ( 2.04 KB )
  57. /www/wwwroot/php_wao_site/vendor/topthink/think-multi-app/src/Service.php ( 1.08 KB )
  58. /www/wwwroot/php_wao_site/vendor/topthink/think-trace/src/Service.php ( 0.77 KB )
  59. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Middleware.php ( 6.72 KB )
  60. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/initializer/BootService.php ( 0.77 KB )
  61. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/Paginator.php ( 11.86 KB )
  62. /www/wwwroot/php_wao_site/vendor/topthink/think-validate/src/Validate.php ( 63.20 KB )
  63. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/Model.php ( 23.55 KB )
  64. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/model/concern/Attribute.php ( 21.05 KB )
  65. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/model/concern/AutoWriteData.php ( 4.20 KB )
  66. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/model/concern/Conversion.php ( 6.75 KB )
  67. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/model/concern/DbConnect.php ( 5.16 KB )
  68. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/model/concern/ModelEvent.php ( 2.33 KB )
  69. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/model/concern/RelationShip.php ( 28.30 KB )
  70. /www/wwwroot/php_wao_site/vendor/topthink/think-helper/src/contract/Arrayable.php ( 0.09 KB )
  71. /www/wwwroot/php_wao_site/vendor/topthink/think-helper/src/contract/Jsonable.php ( 0.13 KB )
  72. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/model/contract/Modelable.php ( 0.09 KB )
  73. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Db.php ( 2.88 KB )
  74. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/DbManager.php ( 8.52 KB )
  75. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Log.php ( 6.28 KB )
  76. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Manager.php ( 3.92 KB )
  77. /www/wwwroot/php_wao_site/vendor/psr/log/src/LoggerTrait.php ( 2.69 KB )
  78. /www/wwwroot/php_wao_site/vendor/psr/log/src/LoggerInterface.php ( 2.71 KB )
  79. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Cache.php ( 4.92 KB )
  80. /www/wwwroot/php_wao_site/vendor/psr/simple-cache/src/CacheInterface.php ( 4.71 KB )
  81. /www/wwwroot/php_wao_site/vendor/topthink/think-helper/src/helper/Arr.php ( 17.45 KB )
  82. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/cache/driver/File.php ( 7.84 KB )
  83. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/cache/Driver.php ( 9.02 KB )
  84. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/contract/CacheHandlerInterface.php ( 1.99 KB )
  85. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Console.php ( 22.98 KB )
  86. /www/wwwroot/php_wao_site/app/Request.php ( 0.09 KB )
  87. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Request.php ( 54.64 KB )
  88. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/traits/UrlHandler.php ( 6.05 KB )
  89. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/traits/DomainHandler.php ( 5.49 KB )
  90. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/traits/HttpMethodHandler.php ( 4.74 KB )
  91. /www/wwwroot/php_wao_site/app/middleware.php ( 0.25 KB )
  92. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Pipeline.php ( 2.61 KB )
  93. /www/wwwroot/php_wao_site/vendor/topthink/think-trace/src/TraceDebug.php ( 3.40 KB )
  94. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/middleware/SessionInit.php ( 1.94 KB )
  95. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Session.php ( 1.80 KB )
  96. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/session/driver/File.php ( 6.27 KB )
  97. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/contract/SessionHandlerInterface.php ( 0.87 KB )
  98. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/session/Store.php ( 7.12 KB )
  99. /www/wwwroot/php_wao_site/vendor/topthink/think-multi-app/src/MultiApp.php ( 7.06 KB )
  100. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Route.php ( 23.73 KB )
  101. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/route/RuleName.php ( 5.74 KB )
  102. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/route/Domain.php ( 2.53 KB )
  103. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/route/RuleGroup.php ( 22.41 KB )
  104. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/route/Rule.php ( 27.49 KB )
  105. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/route/RuleItem.php ( 9.78 KB )
  106. /www/wwwroot/php_wao_site/route/app.php ( 3.01 KB )
  107. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/facade/Route.php ( 4.70 KB )
  108. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/route/dispatch/Controller.php ( 4.74 KB )
  109. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/route/Dispatch.php ( 11.32 KB )
  110. /www/wwwroot/php_wao_site/app/controller/Roadmap.php ( 3.68 KB )
  111. /www/wwwroot/php_wao_site/app/BaseController.php ( 2.05 KB )
  112. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/facade/Db.php ( 0.93 KB )
  113. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/connector/Mysql.php ( 5.73 KB )
  114. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/PDOConnection.php ( 53.74 KB )
  115. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/Connection.php ( 8.39 KB )
  116. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/ConnectionInterface.php ( 4.57 KB )
  117. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/builder/Mysql.php ( 16.58 KB )
  118. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/Builder.php ( 24.07 KB )
  119. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/BaseBuilder.php ( 27.50 KB )
  120. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/log/driver/File.php ( 6.10 KB )
  121. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/contract/LogHandlerInterface.php ( 0.86 KB )
  122. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/log/Channel.php ( 3.89 KB )
  123. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/event/LogRecord.php ( 1.02 KB )
  124. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/Query.php ( 15.97 KB )
  125. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/BaseQuery.php ( 45.13 KB )
  126. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/concern/TimeFieldQuery.php ( 7.43 KB )
  127. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/concern/AggregateQuery.php ( 3.26 KB )
  128. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/concern/ModelRelationQuery.php ( 20.07 KB )
  129. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/concern/ParamsBind.php ( 3.66 KB )
  130. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/concern/ResultOperation.php ( 7.01 KB )
  131. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/concern/WhereQuery.php ( 19.37 KB )
  132. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/concern/JoinAndViewQuery.php ( 7.11 KB )
  133. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/concern/TableFieldInfo.php ( 2.63 KB )
  134. /www/wwwroot/php_wao_site/vendor/topthink/think-orm/src/db/concern/Transaction.php ( 2.77 KB )
  135. /www/wwwroot/php_wao_site/vendor/topthink/think-helper/src/Collection.php ( 16.47 KB )
  136. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/facade/Cache.php ( 2.06 KB )
  137. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Response.php ( 9.07 KB )
  138. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/response/View.php ( 3.29 KB )
  139. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/Cookie.php ( 6.06 KB )
  140. /www/wwwroot/php_wao_site/vendor/topthink/framework/src/think/View.php ( 4.39 KB )
  141. /www/wwwroot/php_wao_site/vendor/topthink/think-view/src/Think.php ( 8.00 KB )
  142. /www/wwwroot/php_wao_site/vendor/topthink/think-template/src/Template.php ( 46.61 KB )
  143. /www/wwwroot/php_wao_site/vendor/topthink/think-template/src/template/driver/File.php ( 2.41 KB )
  144. /www/wwwroot/php_wao_site/vendor/topthink/think-template/src/template/contract/DriverInterface.php ( 0.86 KB )
  145. /www/wwwroot/php_wao_site/runtime/temp/c19c24c97732107f74ea81fff0bd3b87.php ( 66.84 KB )
  146. /www/wwwroot/php_wao_site/vendor/topthink/think-trace/src/Html.php ( 4.42 KB )
  1. CONNECT:[ UseTime:0.000938s ] mysql:host=127.0.0.1;port=3306;dbname=wao_web;charset=utf8
  2. SHOW TABLES LIKE 'roadmap_votes' [ RunTime:0.001597s ]
  3. SHOW FULL COLUMNS FROM `roadmap_votes` [ RunTime:0.001525s ]
  4. SELECT * FROM `roadmap_votes` [ RunTime:0.000543s ]
0.069057s