{% extends 'base.html' %} {% block title %} {% if lan == 'cn' %}MagnaX - H5 性能{% else %}MagnaX - H5 Performance{% endif %} {% endblock %} {% block css %} {% endblock %} {% block navbar_nav %} {% endblock %} {% block page_title %} {% if lan == 'cn' %}H5 性能 (安卓 Chrome){% else %}H5 Performance (Android Chrome){% endif %} {% endblock %} {% block page_body %}

{% if lan == 'cn' %}加载性能 (白屏=FP, 首屏=LCP){% else %}Load (white=FP, first-screen=LCP){% endif %}

-
{% if lan == 'cn' %}白屏 FP (ms){% else %}White FP{% endif %}
-
{% if lan == 'cn' %}首屏 LCP (ms){% else %}First LCP{% endif %}
-
FCP (ms)
-
TTFB (ms)
-
DCL (ms)
-
Load (ms)
-
CLS
-
TBT (ms)
-
{% if lan == 'cn' %}TTI 近似 (ms){% else %}TTI~ (ms){% endif %}
-
{% if lan == 'cn' %}JS堆 (MB){% else %}JS Heap{% endif %}
-
{% if lan == 'cn' %}DOM节点{% else %}Nodes{% endif %}

{% if lan == 'cn' %}H5 页面层{% else %}H5 layer{% endif %}

{% if lan == 'cn' %}最近长任务 (归因){% else %}Recent Long Tasks{% endif %}

#{% if lan == 'cn' %}时长 (ms){% else %}Duration{% endif %}{% if lan == 'cn' %}来源 (脚本/容器){% else %}Attribution{% endif %}
{% if lan == 'cn' %}监控中实时更新{% else %}updates while monitoring{% endif %}

{% if lan == 'cn' %}宿主进程 (原生 · 发热归因){% else %}Host process (native){% endif %}

{% if lan == 'cn' %}条形悬停看 DNS/连接/TLS/TTFB/下载 分解{% else %}hover bar for phases{% endif %}
#{% if lan == 'cn' %}资源{% else %}Resource{% endif %}{% if lan == 'cn' %}类型{% else %}Type{% endif %}{% if lan == 'cn' %}状态{% else %}Status{% endif %}{% if lan == 'cn' %}大小{% else %}Size{% endif %}{% if lan == 'cn' %}瀑布{% else %}Waterfall{% endif %}{% if lan == 'cn' %}总(ms){% else %}Total{% endif %}
{% if lan == 'cn' %}点"采集资源瀑布流"{% else %}Click Waterfall{% endif %}

{% if lan == 'cn' %}JS 热点剖析 (哪段代码烧 CPU){% else %}JS CPU Profile{% endif %}

{% if lan == 'cn' %}勾选后随"开始监控"滚动剖析、"停止"即停;(idle)高=CPU空闲多,瓶颈在渲染而非JS{% else %}Keep the page active while profiling{% endif %}
#{% if lan == 'cn' %}函数{% else %}Function{% endif %} Self %Self ms{% if lan == 'cn' %}文件:行{% else %}File:Line{% endif %}
{% if lan == 'cn' %}点"开始剖析"采集{% else %}Click Profile{% endif %}
{% endblock %} {% block js %} {% endblock %}