Performance Audit gives your place a performance score from 0–100 based on configurable budget presets. It scans across ten issue categories — texture memory, mesh complexity, audio size, duplicate content, script patterns, streaming settings, particle rates, physics objects, and more — and shows you exactly what is dragging your score down.


How to Use

  1. Click Performance Audit in the sidebar (requires GladRoTools Pro).
  2. Choose a Budget Preset:
    PresetMax ImageTexture MemoryAudio SizeMesh TrisInstance Limit
    Mobile First512 px4 MB256 KB5,00020,000
    Desktop + Mobile1024 px8 MB512 KB10,00050,000
    Desktop Only2048 px16 MB1 MB20,000100,000
  3. Click Run Audit (uses the latest scan) or Scan & Run (forces a fresh Studio scan first).
  4. Review the score and issue list:
    • Issues grouped by category with severity: Critical, Warning, Notice.
    • Each issue links to the offending asset or instance.
    • One-click fixes for some issue types (e.g., set particle emission rate directly from the app).
  5. Export results as Markdown or PDF.
  6. View History to compare audit scores across runs.

Help & Tips

  • Run often: Run an audit after every major asset import or level design session. Catching issues early is far cheaper than fixing them before release.
  • Ignore known issues: Use the per-place exclusion list so known-but-acceptable issues do not drag down your score.
  • Mobile First is strict: The Mobile First preset is unforgiving by design. A score of 80+ on Mobile First means your place will run well on most phones.
  • One-click fixes: For particle emission rate violations, the app can set the correct Rate property in Studio directly — no manual hunting required.

FAQ

What is a “good” score?

Aim for 80+ on your target preset. A score below 60 on Mobile First deserves attention before release.

Can I customize the budget thresholds?

The presets use fixed thresholds. Custom budgets are planned for a future update.

How is the score calculated?

Each issue category contributes points to the total. Critical issues deduct more than Warnings or Notices. The formula is weighted toward memory and rendering costs.

Does Performance Audit require Open Cloud?

Some checks (like duplicate content detection via byte comparison) require an Open Cloud API key to download asset bytes. Most checks work with scan data alone.