https://ime.umate.ai

Page structure & technical metrics

Words

873

Action candidates

0

Images

0

HTML

10 KB

Copy

Title chars
17
Meta chars
49short
H1
1
H2
2

Action

Forms
0
On-site links
9
Off-site links
3

Security & metadata

HTTPS
yes
HSTS
no
CSP
no
nosniff
no
viewport
yes
Icon
yes
JSON-LD
no
Analytics
GA4

Page

Scripts
3 ext / 2 inline
Lang
zh-Hans
Third-party hosts
3

Lighthouse

Simulated mobile · Performance

91 / 100

2026-09-05 · Lab data, not field data.

View details

Simulated mobile · Lab data, not field data
2026-09-05T06:59:09.854Z · Lighthouse 13.4.1

Performance91/ 100
Accessibility95/ 100
Best practices100/ 100
SEO100/ 100
LCP · Largest content2,187 ms
CLS · Layout shift0.003
TBT · Blocking time151 ms
FCP · First content2,187 ms
SI · Speed index4,768 ms

Results vary by server, network and environment, independently of taste/conversion scores. Diagnostics retain Lighthouse wording.

Minimize main-thread work

2.4 s

Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work

Elements & resources
{
  "type": "table",
  "items": [
    {
      "group": "styleLayout",
      "duration": 1331.344,
      "groupLabel": "Style & Layout"
    },
    {
      "group": "other",
      "duration": 555.4920000000006,
      "groupLabel": "Other"
    },
    {
      "group": "scriptEvaluation",
      "duration": 273.5800000000001,
      "groupLabel": "Script Evaluation"
    },
    {
      "group": "paintCompositeRender",
      "duration": 100.83200000000001,
      "groupLabel": "Rendering"
    },
    {
      "group": "scriptParseCompile",
      "duration": 71.60399999999998,
      "groupLabel": "Script Parsing & Compilation"
    },
    {
      "group": "parseHTML",
      "duration": 31.879999999999995,
      "groupLabel": "Parse HTML & CSS"
    },
    {
      "group": "garbageCollection",
      "duration": 19.344000000000005,
      "groupLabel": "Garbage Collection"
    }
  ],
  "headings": [
    {
      "key": "groupLabel",
      "label": "Category",
      "valueType": "text"
    },
    {
      "key": "duration",
      "label": "Time Spent",
      "valueType": "ms",
      "granularity": 1
    }
  ],
  "sortedBy": [
    "duration"
  ]
}

Background and foreground colors do not have a sufficient contrast ratio.

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Elements & resources
{
  "type": "table",
  "items": [
    {
      "node": {
        "lhId": "1-0-SPAN",
        "path": "1,HTML,1,BODY,1,MAIN,0,SECTION,0,DIV,2,DIV,0,A,0,SPAN",
        "type": "node",
        "snippet": "<span>",
        "selector": "div.wrap > div.actions > a.btn > span",
        "nodeLabel": "加入 TestFlight",
        "explanation": "Fix any of the following:\n  Element has insufficient color contrast of 4.49 (foreground color: #ffffff, background color: #2f6bff, font size: 11.4pt (15.2px), font weight: normal). Expected contrast ratio of 4.5:1",
        "boundingRect": {
          "top": 338,
          "left": 38,
          "right": 137,
          "width": 100,
          "bottom": 365,
          "height": 27
        }
      },
      "subItems": {
        "type": "subitems",
        "items": [
          {
            "relatedNode": {
              "lhId": "1-1-A",
              "path": "1,HTML,1,BODY,1,MAIN,0,SECTION,0,DIV,2,DIV,0,A",
              "type": "node",
              "snippet": "<a class=\"btn\" href=\"https://testflight.apple.com/join/VAuWfk7X\">",
              "selector": "section.hero > div.wrap > div.actions > a.btn",
              "nodeLabel": "加入 TestFlight",
              "boundingRect": {
                "top": 329,
                "left": 20,
                "right": 186,
                "width": 166,
                "bottom": 375,
                "height": 46
              }
            }
          }
        ]
      }
    }
  ],
  "headings": [
    {
      "key": "node",
      "label": "Failing Elements",
      "valueType": "node",
      "subItemsHeading": {
        "key": "relatedNode",
        "valueType": "node"
      }
    }
  ],
  "debugData": {
    "tags": [
      "cat.color",
      "wcag2aa",
      "wcag143",
      "TTv5",
      "TT13.c",
      "EN-301-549",
      "EN-9.1.4.3",
      "ACT",
      "RGAAv4",
      "RGAA-3.2.1"
    ],
    "type": "debugdata",
    "impact": "serious"
  }
}

Minify CSS

Est savings of 6 KiB

Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.

Elements & resources
{
  "type": "opportunity",
  "items": [
    {
      "url": "https://fonts.googleapis.cn/css2?family=Noto+Serif+SC:wght@400;600&display=swap",
      "totalBytes": 62345,
      "wastedBytes": 6533,
      "wastedPercent": 10.478816967639858
    }
  ],
  "headings": [
    {
      "key": "url",
      "label": "URL",
      "valueType": "url"
    },
    {
      "key": "totalBytes",
      "label": "Transfer Size",
      "valueType": "bytes"
    },
    {
      "key": "wastedBytes",
      "label": "Est Savings",
      "valueType": "bytes"
    }
  ],
  "sortedBy": [
    "wastedBytes"
  ],
  "debugData": {
    "type": "debugdata",
    "metricSavings": {
      "FCP": 0,
      "LCP": 0
    }
  },
  "overallSavingsMs": 0,
  "overallSavingsBytes": 6533
}

Reduce unused CSS

Est savings of 52 KiB

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.

Elements & resources
{
  "type": "opportunity",
  "items": [
    {
      "url": "https://fonts.googleapis.cn/css2?family=Noto+Serif+SC:wght@400;600&display=swap",
      "totalBytes": 53247,
      "wastedBytes": 53247,
      "wastedPercent": 100
    }
  ],
  "headings": [
    {
      "key": "url",
      "label": "URL",
      "valueType": "url"
    },
    {
      "key": "totalBytes",
      "label": "Transfer Size",
      "valueType": "bytes"
    },
    {
      "key": "wastedBytes",
      "label": "Est Savings",
      "valueType": "bytes"
    }
  ],
  "sortedBy": [
    "wastedBytes"
  ],
  "debugData": {
    "type": "debugdata",
    "metricSavings": {
      "FCP": 330,
      "LCP": 330
    }
  },
  "overallSavingsMs": 330,
  "overallSavingsBytes": 53247
}

Reduce unused JavaScript

Est savings of 69 KiB

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Elements & resources
{
  "type": "opportunity",
  "items": [
    {
      "url": "https://www.googletagmanager.com/gtag/js?id=G-2PNHT2V6SS",
      "totalBytes": 165598,
      "wastedBytes": 70853,
      "wastedPercent": 42.78619329160574
    }
  ],
  "headings": [
    {
      "key": "url",
      "label": "URL",
      "valueType": "url",
      "subItemsHeading": {
        "key": "source",
        "valueType": "code"
      }
    },
    {
      "key": "totalBytes",
      "label": "Transfer Size",
      "valueType": "bytes",
      "subItemsHeading": {
        "key": "sourceBytes"
      }
    },
    {
      "key": "wastedBytes",
      "label": "Est Savings",
      "valueType": "bytes",
      "subItemsHeading": {
        "key": "sourceWastedBytes"
      }
    }
  ],
  "sortedBy": [
    "wastedBytes"
  ],
  "debugData": {
    "type": "debugdata",
    "metricSavings": {
      "FCP": 0,
      "LCP": 0
    }
  },
  "overallSavingsMs": 0,
  "overallSavingsBytes": 70853
}

Use efficient cache lifetimes

Est savings of 4 KiB

A long cache lifetime can speed up repeat visits to your page. Learn more about caching.

Elements & resources
{
  "type": "table",
  "items": [
    {
      "url": "https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495",
      "totalBytes": 10338,
      "wastedBytes": 4135.2,
      "cacheLifetimeMs": 86400000
    }
  ],
  "headings": [
    {
      "key": "url",
      "label": "Request",
      "valueType": "url"
    },
    {
      "key": "cacheLifetimeMs",
      "label": "Cache TTL",
      "valueType": "ms",
      "displayUnit": "duration"
    },
    {
      "key": "totalBytes",
      "label": "Transfer Size",
      "valueType": "bytes",
      "displayUnit": "kb",
      "granularity": 1
    }
  ],
  "sortedBy": [
    "wastedBytes"
  ],
  "debugData": {
    "type": "debugdata",
    "wastedBytes": 4135.2
  },
  "skipSumming": [
    "cacheLifetimeMs"
  ]
}

LCP breakdown

Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.

Elements & resources
{
  "type": "list",
  "items": [
    {
      "type": "table",
      "items": [
        {
          "label": "Time to first byte",
          "subpart": "timeToFirstByte",
          "duration": 1019.145
        },
        {
          "label": "Element render delay",
          "subpart": "elementRenderDelay",
          "duration": 1660.814
        }
      ],
      "headings": [
        {
          "key": "label",
          "label": "Subpart",
          "valueType": "text"
        },
        {
          "key": "duration",
          "label": "Duration",
          "valueType": "ms"
        }
      ]
    },
    {
      "lhId": "page-0-H2",
      "path": "1,HTML,1,BODY,1,MAIN,1,SECTION,0,DIV,1,H2",
      "type": "node",
      "snippet": "<h2>",
      "selector": "main > section#why > div.wrap > h2",
      "nodeLabel": "致勇于表达又“苛刻”的我们。",
      "boundingRect": {
        "top": 636,
        "left": 20,
        "right": 392,
        "width": 372,
        "bottom": 706,
        "height": 70
      }
    }
  ]
}

Legacy JavaScript

Est savings of 11 KiB

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling

Elements & resources
{
  "type": "table",
  "items": [
    {
      "url": "https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495",
      "subItems": {
        "type": "subitems",
        "items": [
          {
            "signal": "Array.prototype.at",
            "location": {
              "url": "https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495",
              "line": 0,
              "type": "source-location",
              "column": 19367,
              "urlProvider": "network"
            }
          },
          {
            "signal": "Array.prototype.findLast",
            "location": {
              "url": "https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495",
              "line": 0,
              "type": "source-location",
              "column": 19137,
              "urlProvider": "network"
            }
          }
        ]
      },
      "wastedBytes": 10840
    }
  ],
  "headings": [
    {
      "key": "url",
      "label": "URL",
      "valueType": "url",
      "subItemsHeading": {
        "key": "location",
        "valueType": "source-location"
      }
    },
    {
      "key": null,
      "label": "",
      "valueType": "code",
      "subItemsHeading": {
        "key": "signal"
      }
    },
    {
      "key": "wastedBytes",
      "label": "Wasted bytes",
      "valueType": "bytes"
    }
  ],
  "debugData": {
    "type": "debugdata",
    "wastedBytes": 10840
  }
}

Network dependency tree

Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Elements & resources
{
  "type": "list",
  "items": [
    {
      "type": "list-section",
      "value": {
        "type": "network-tree",
        "chains": {
          "9C4BF2DA7B38C5E87CF0C94C9803B891": {
            "url": "https://ime.umate.ai/",
            "children": {
              "2012.2": {
                "url": "https://fonts.googleapis.cn/css2?family=Noto+Serif+SC:wght@400;600&display=swap",
                "children": {
                  "2012.25": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.32.woff2",
                    "children": {},
                    "transferSize": 68139,
                    "navStartToEndTime": 4065
                  },
                  "2012.27": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.34.woff2",
                    "children": {},
                    "transferSize": 64853,
                    "navStartToEndTime": 4004
                  },
                  "2012.59": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.66.woff2",
                    "children": {},
                    "transferSize": 69182,
                    "navStartToEndTime": 4050
                  },
                  "2012.62": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.69.woff2",
                    "children": {},
                    "transferSize": 73681,
                    "navStartToEndTime": 3991
                  },
                  "2012.74": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.81.woff2",
                    "children": {},
                    "transferSize": 60849,
                    "navStartToEndTime": 4013
                  },
                  "2012.88": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.100.woff2",
                    "children": {},
                    "transferSize": 84787,
                    "navStartToEndTime": 3953
                  },
                  "2012.89": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.101.woff2",
                    "children": {},
                    "transferSize": 77879,
                    "navStartToEndTime": 4044
                  },
                  "2012.91": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.103.woff2",
                    "children": {},
                    "transferSize": 84171,
                    "navStartToEndTime": 4068
                  },
                  "2012.92": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.104.woff2",
                    "children": {},
                    "transferSize": 81153,
                    "navStartToEndTime": 3983
                  },
                  "2012.93": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.105.woff2",
                    "children": {},
                    "transferSize": 81682,
                    "navStartToEndTime": 3450
                  },
                  "2012.94": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.106.woff2",
                    "children": {},
                    "transferSize": 81753,
                    "navStartToEndTime": 3707
                  },
                  "2012.95": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.107.woff2",
                    "children": {},
                    "transferSize": 79947,
                    "navStartToEndTime": 4047
                  },
                  "2012.96": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.108.woff2",
                    "children": {},
                    "transferSize": 83590,
                    "navStartToEndTime": 3972
                  },
                  "2012.97": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.109.woff2",
                    "children": {},
                    "transferSize": 79230,
                    "navStartToEndTime": 3929
                  },
                  "2012.98": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.110.woff2",
                    "children": {},
                    "transferSize": 79651,
                    "navStartToEndTime": 4023
                  },
                  "2012.99": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.111.woff2",
                    "children": {},
                    "transferSize": 81314,
                    "navStartToEndTime": 3942
                  },
                  "2012.100": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.112.woff2",
                    "children": {},
                    "transferSize": 76186,
                    "navStartToEndTime": 3706
                  },
                  "2012.101": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.113.woff2",
                    "children": {},
                    "transferSize": 76019,
                    "navStartToEndTime": 4040
                  },
                  "2012.102": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.114.woff2",
                    "children": {},
                    "transferSize": 74906,
                    "navStartToEndTime": 3703
                  },
                  "2012.103": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.115.woff2",
                    "children": {},
                    "transferSize": 72670,
                    "navStartToEndTime": 3695
                  },
                  "2012.104": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.116.woff2",
                    "children": {},
                    "transferSize": 67378,
                    "navStartToEndTime": 3652
                  },
                  "2012.105": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.117.woff2",
                    "children": {},
                    "transferSize": 66734,
                    "navStartToEndTime": 3694
                  },
                  "2012.106": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.118.woff2",
                    "children": {},
                    "transferSize": 58273,
                    "navStartToEndTime": 3418
                  },
                  "2012.107": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7oqOcaThrVMcaeccjhXXDsOyAEEmuIi6j7j64sLjgBtMI1z49XW4.119.woff2",
                    "children": {},
                    "transferSize": 103971,
                    "navStartToEndTime": 3226
                  },
                  "2012.111": {
                    "url": "https://fonts.gstatic.cn/s/notoserifsc/v35/H4chBXePl9DZ0Xe7gG9cyOj7kqGWbhppHtk.woff2",
                    "children": {},
                    "transferSize": 33427,
                    "navStartToEndTime": 2997
                  }
                },
                "transferSize": 62345,
                "navStartToEndTime": 2311
              },
              "2012.4": {
                "url": "https://ime.umate.ai/styles.css",
                "children": {},
                "transferSize": 4623,
                "navStartToEndTime": 2459
              },
              "2012.6": {
                "url": "https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495",
                "children": {
                  "2012.216": {
                    "url": "https://ime.umate.ai/cdn-cgi/rum?",
                    "children": {},
                    "isLongest": true,
                    "transferSize": 483,
                    "navStartToEndTime": 5416
                  }
                },
                "isLongest": true,
                "transferSize": 10338,
                "navStartToEndTime": 3087
              }
            },
            "isLongest": true,
            "transferSize": 5824,
            "navStartToEndTime": 1909
          }
        },
        "longestChain": {
          "duration": 5416
        }
      }
    },
    {
      "type": "list-section",
      "title": "Preconnected origins",
      "value": {
        "type": "table",
        "items": [
          {
            "origin": "https://fonts.googleapis.cn/",
            "source": {
              "lhId": "page-5-LINK",
              "path": "1,HTML,0,HEAD,18,LINK",
              "type": "node",
              "snippet": "<link rel=\"preconnect\" href=\"https://fonts.googleapis.cn\">",
              "selector": "head > link",
              "nodeLabel": "head > link",
              "boundingRect": {
                "top": 0,
                "left": 0,
                "right": 0,
                "width": 0,
                "bottom": 0,
                "height": 0
              }
            },
            "subItems": {
              "type": "subitems",
              "items": []
            }
          },
          {
            "origin": "https://fonts.gstatic.cn/",
            "source": {
              "lhId": "page-6-LINK",
              "path": "1,HTML,0,HEAD,19,LINK",
              "type": "node",
              "snippet": "<link rel=\"preconnect\" href=\"https://fonts.gstatic.cn\" crossorigin=\"\">",
              "selector": "head > link",
              "nodeLabel": "head > link",
              "boundingRect": {
                "top": 0,
                "left": 0,
                "right": 0,
                "width": 0,
                "bottom": 0,
                "height": 0
              }
            },
            "subItems": {
              "type": "subitems",
              "items": []
            }
          }
        ],
        "headings": [
          {
            "key": "origin",
            "label": "Origin",
            "valueType": "text",
            "subItemsHeading": {
              "key": "warning"
            }
          },
          {
            "key": "source",
            "label": "Source",
            "valueType": "node"
          }
        ]
      },
      "description": "[preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to."
    },
    {
      "type": "list-section",
      "title": "Preconnect candidates",
      "value": {
        "type": "text",
        "value": "No additional origins are good candidates for preconnecting"
      },
      "description": "Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4."
    }
  ]
}

Render-blocking requests

Est savings of 780 ms

Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.

Elements & resources
{
  "type": "table",
  "items": [
    {
      "url": "https://ime.umate.ai/styles.css",
      "totalBytes": 4623
    },
    {
      "url": "https://fonts.googleapis.cn/css2?family=Noto+Serif+SC:wght@400;600&display=swap",
      "wastedMs": 1181,
      "totalBytes": 62345
    }
  ],
  "headings": [
    {
      "key": "url",
      "label": "URL",
      "valueType": "url"
    },
    {
      "key": "totalBytes",
      "label": "Transfer Size",
      "valueType": "bytes"
    },
    {
      "key": "wastedMs",
      "label": "Duration",
      "valueType": "timespanMs"
    }
  ]
}
Environment & raw metrics
{
  "finalUrl": "https://ime.umate.ai/",
  "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/151.0.0.0 Safari/537.36",
  "formFactor": "mobile",
  "throttlingMethod": "simulate",
  "throttling": {
    "rttMs": 150,
    "throughputKbps": 1638.4,
    "requestLatencyMs": 562.5,
    "uploadThroughputKbps": 675,
    "cpuSlowdownMultiplier": 4,
    "downloadThroughputKbps": 1474.5600000000002
  },
  "metrics": [
    {
      "id": "largest-contentful-paint",
      "unit": "millisecond",
      "value": 2186.5595
    },
    {
      "id": "cumulative-layout-shift",
      "unit": "unitless",
      "value": 0.003492731235986951
    },
    {
      "id": "total-blocking-time",
      "unit": "millisecond",
      "value": 151
    },
    {
      "id": "first-contentful-paint",
      "unit": "millisecond",
      "value": 2186.5595
    },
    {
      "id": "speed-index",
      "unit": "millisecond",
      "value": 4767.6605710683125
    }
  ]
}

01 / WHAT WORKS

What makes it work

Distinctive editorial serif typography and numbering

Employing Songti SC for prominent 89.6px headings paired with traditional Chinese numerals (壹, 贰, 叁) gives the manifesto an authentic literary weight that stands apart from generic SaaS landing pages.

Transparent spec row directly under the hero

The clean horizontal grid immediately communicates platform support (iOS 26, macOS 26), local-first privacy, BYOK flexibility, and the non-subscription pricing philosophy without hiding crucial details behind marketing copy.

02 / NEXT STEPS

Where to go next

  1. 01

    Replace the hero secondary Privacy button with product visual proof

    Pairing 'Privacy Policy' side-by-side with 'Join TestFlight' in the primary viewport wastes prime conversion space on legal terms instead of previewing the keyboard or dictation workflow.

    Keep 'Join TestFlight' as the primary solid blue CTA, demote 'Privacy Policy' to the global footer or spec bar, and introduce a secondary 'View Demo' or interactive keyboard screenshot trigger right below the spec grid. Verify on 1440px and 390px screens that both visual UI previews and beta entry points remain prominent.

  2. 02

    Clarify TestFlight beta readiness and onboarding guidance

    Tapping '加入 TestFlight' currently sets no expectation regarding slot availability, installation prerequisites, or build limitations.

    Add a micro-status badge above or beside the hero CTA (for example: TestFlight public beta open, requires iOS / macOS) and specify clear fallback instructions or an email notification form when slots fill up.

03 / DESIGN LANGUAGE

A design system you can reuse

Colors

Background

#fafafa

Text

#111111

Typography

Display font
Songti SC
Body font
Songti SC
Heading / body
89.6px / 17px

Spacing & shape

Section gap
0px
Component inset
Card radius
Button radius
8.8px

CLEARER WORDS

Copy Revision Diff

Now

隐私政策

SUGGESTED COPY

查看演示

A secondary button beside the main download CTA should demonstrate product functionality rather than sending early prospects into legal terms.

04 / EVIDENCE

The detail behind the report

Explore each observation, recommendation and captured record.

Conversion2 observations

Share card is incomplete

High

A blank or generic unfurl on X, Slack, or WeChat wastes the click you already earned. This is distribution, not decoration.

Set og:title, og:description, and a 1200x630 image that matches the live headline.

og:title=yes og:image=no

No way to reach a human

Medium

A stranger who wants to buy, ask, or complain has nowhere to go. That is a conversion leak and a trust leak.

Put a mailto, a form that works, or a real social handle in the footer. One is enough.

no mailto / telegram / x / github / email
Launch4 observations

No HSTS header

Medium

Without Strict-Transport-Security, a first visit can still be downgraded to http. Browsers will not pin HTTPS.

Set Strict-Transport-Security: max-age=31536000; includeSubDomains at the edge.

strict-transport-security missing

No Content-Security-Policy

A CSP is the standard way to limit script sources. Vibe-coded pages often load anything, including injected scripts.

Start with a report-only CSP, then default-src 'self' and an explicit script-src.

content-security-policy missing

No X-Content-Type-Options

Without nosniff, browsers may interpret a file as a different type than you sent. It is a one-line header.

Set X-Content-Type-Options: nosniff.

x-content-type-options missing

No Referrer-Policy

The default referrer can leak internal paths and query strings to third parties.

Set Referrer-Policy: strict-origin-when-cross-origin.

referrer-policy missing
Link preview

05 / MAKE IT HAPPEN

Give your AI a clear next step

Use the improvement prompt for this page, or the design prompt to borrow its visual language. “Recreate” includes references and implementation steps. Paste either into your coding assistant.

Preview full instructions
Refactor the hero action row on https://ime.umate.ai/. Retain all existing design tokens: paper background #fafafa, ink text #111111, accent blue #2f6bff, font stack with Songti SC headings and PingFang SC body. Keep the primary CTA '加入 TestFlight' with its rounded 8.8px border-radius and arrow icon circle. Relocate the standalone '隐私政策' button from the hero action row to the footer and the spec bar section. Replace that secondary hero button slot with an interactive visual preview or floating keyboard screenshot trigger ('查看演示' / 'View Demo'). Ensure responsive alignment on desktop (1440px) and mobile (390px).