Skip to main content
在 Manus 中运行任何 Skill
一键导入

odoo-perf-audit

星标7
分支3
更新时间2026年7月18日 02:55

Audit Odoo Python/XML/QWeb code for performance problems - findings report with file:line, estimated impact, and remediation steps. Does NOT rewrite code. Covers: N+1 queries (search/browse/read/mapped inside Python loops), missing prefetch, unindexed fields in search domains or ORDER BY, expensive stored computed fields with overly broad depends, read_group misuse, ORM-in-loop, and heavy t-foreach in QWeb. Triggers on: "why is my Odoo slow", "N+1 in this model", "perf audit", "optimize this code", "list view takes forever", "computed field is slow", "should I add index=True", "t-foreach performance", "batch this query". Vietnamese triggers: "code này bị N+1 không", "audit hiệu năng Odoo", "tối ưu truy vấn", "field này có nên index không", "vòng lặp ORM", "computed field chậm". Static code audit, does not apply fixes - route the fix to odoo-coding; a holistic multi-lens PR review to odoo-code-review; live "slow right now in production" runtime diagnosis to odoo-debug

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

文件资源管理器
2 个文件
SKILL.md
readonly