Max Potential First Input Delay
130 ms
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Words
873
Action candidates
0
Images
0
HTML
10 KB
Simulated mobile · Performance
2026-09-05 · Lab data, not field data.
Simulated mobile · Lab data, not field data
2026-09-05T06:59:09.854Z · Lighthouse 13.4.1
Results vary by server, network and environment, independently of taste/conversion scores. Diagnostics retain Lighthouse wording.
130 ms
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
4.2 s
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
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
{
"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"
]
}Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
{
"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"
}
}Est savings of 6 KiB
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
{
"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
}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.
{
"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
}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.
{
"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
}Est savings of 4 KiB
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
{
"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"
]
}Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
{
"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
}
}
]
}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
{
"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
}
}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.
{
"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."
}
]
}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.
{
"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"
}
]
}{
"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
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.
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
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.
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
Background
#fafafaText
#111111CLEARER WORDS
隐私政策
查看演示
A secondary button beside the main download CTA should demonstrate product functionality rather than sending early prospects into legal terms.04 / EVIDENCE
Explore each observation, recommendation and captured record.
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
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
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
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
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
The default referrer can leak internal paths and query strings to third parties.
Set Referrer-Policy: strict-origin-when-cross-origin.
referrer-policy missing
优麦输入法是面向 iOS 与 macOS 的键盘。语音先落成录音,再在本机转写;键盘负责把字写对。
05 / MAKE IT HAPPEN
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.
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).