@paulirish/trace_engine 0.0.56 → 0.0.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (305) hide show
  1. package/.tmp/tsbuildinfo/tsconfig.tsbuildinfo +1 -1
  2. package/README.md +2 -2
  3. package/core/platform/Brand.d.ts +8 -1
  4. package/core/platform/Brand.js.map +1 -1
  5. package/core/platform/DevToolsPath.d.ts +1 -1
  6. package/core/platform/DevToolsPath.js +1 -1
  7. package/core/platform/DevToolsPath.js.map +1 -1
  8. package/core/platform/StringUtilities.d.ts +12 -2
  9. package/core/platform/StringUtilities.js +31 -7
  10. package/core/platform/StringUtilities.js.map +1 -1
  11. package/generated/protocol.d.ts +8290 -7994
  12. package/locales/af.json +82 -67
  13. package/locales/am.json +82 -67
  14. package/locales/ar.json +93 -78
  15. package/locales/as.json +82 -67
  16. package/locales/az.json +82 -67
  17. package/locales/be.json +81 -66
  18. package/locales/bg.json +82 -67
  19. package/locales/bn.json +82 -67
  20. package/locales/bs.json +82 -67
  21. package/locales/ca.json +82 -67
  22. package/locales/cs.json +82 -67
  23. package/locales/cy.json +82 -67
  24. package/locales/da.json +82 -67
  25. package/locales/de.json +82 -67
  26. package/locales/el.json +82 -67
  27. package/locales/en-GB.json +82 -67
  28. package/locales/en-US.json +13 -10
  29. package/locales/en-XL.json +13 -10
  30. package/locales/es-419.json +82 -67
  31. package/locales/es.json +82 -67
  32. package/locales/et.json +82 -67
  33. package/locales/eu.json +82 -67
  34. package/locales/fa.json +86 -71
  35. package/locales/fi.json +82 -67
  36. package/locales/fil.json +82 -67
  37. package/locales/fr-CA.json +82 -67
  38. package/locales/fr.json +82 -67
  39. package/locales/gl.json +82 -67
  40. package/locales/gu.json +82 -67
  41. package/locales/he.json +104 -89
  42. package/locales/hi.json +82 -67
  43. package/locales/hr.json +82 -67
  44. package/locales/hu.json +82 -67
  45. package/locales/hy.json +82 -67
  46. package/locales/id.json +82 -67
  47. package/locales/is.json +82 -67
  48. package/locales/it.json +82 -67
  49. package/locales/ja.json +82 -67
  50. package/locales/ka.json +82 -67
  51. package/locales/kk.json +82 -67
  52. package/locales/km.json +82 -67
  53. package/locales/kn.json +81 -66
  54. package/locales/ko.json +82 -67
  55. package/locales/ky.json +81 -66
  56. package/locales/lo.json +82 -67
  57. package/locales/lt.json +82 -67
  58. package/locales/lv.json +82 -67
  59. package/locales/mk.json +82 -67
  60. package/locales/ml.json +82 -67
  61. package/locales/mn.json +82 -67
  62. package/locales/mr.json +81 -66
  63. package/locales/ms.json +81 -66
  64. package/locales/my.json +83 -68
  65. package/locales/ne.json +83 -68
  66. package/locales/nl.json +82 -67
  67. package/locales/no.json +82 -67
  68. package/locales/or.json +82 -67
  69. package/locales/pa.json +81 -66
  70. package/locales/pl.json +82 -67
  71. package/locales/pt-PT.json +82 -67
  72. package/locales/pt.json +82 -67
  73. package/locales/ro.json +82 -67
  74. package/locales/ru.json +82 -67
  75. package/locales/si.json +82 -67
  76. package/locales/sk.json +82 -67
  77. package/locales/sl.json +82 -67
  78. package/locales/sq.json +82 -67
  79. package/locales/sr-Latn.json +82 -67
  80. package/locales/sr.json +82 -67
  81. package/locales/sv.json +82 -67
  82. package/locales/sw.json +81 -66
  83. package/locales/ta.json +82 -67
  84. package/locales/te.json +82 -67
  85. package/locales/th.json +84 -69
  86. package/locales/tr.json +81 -66
  87. package/locales/uk.json +81 -66
  88. package/locales/ur.json +82 -67
  89. package/locales/uz.json +81 -66
  90. package/locales/vi.json +82 -67
  91. package/locales/zh-HK.json +82 -67
  92. package/locales/zh-TW.json +82 -67
  93. package/locales/zh.json +82 -67
  94. package/locales/zu.json +82 -67
  95. package/models/trace/ModelImpl.d.ts +1 -1
  96. package/models/trace/ModelImpl.js +17 -7
  97. package/models/trace/ModelImpl.js.map +1 -1
  98. package/models/trace/Processor.js +26 -16
  99. package/models/trace/Processor.js.map +1 -1
  100. package/models/trace/extras/ThirdParties.js +1 -2
  101. package/models/trace/extras/ThirdParties.js.map +1 -1
  102. package/models/trace/extras/TraceTree.d.ts +4 -2
  103. package/models/trace/extras/TraceTree.js +7 -5
  104. package/models/trace/extras/TraceTree.js.map +1 -1
  105. package/models/trace/handlers/AnimationFramesHandler.d.ts +1 -0
  106. package/models/trace/handlers/AnimationFramesHandler.js +8 -0
  107. package/models/trace/handlers/AnimationFramesHandler.js.map +1 -1
  108. package/models/trace/handlers/ExtensionTraceDataHandler.d.ts +1 -1
  109. package/models/trace/handlers/ExtensionTraceDataHandler.js +29 -15
  110. package/models/trace/handlers/ExtensionTraceDataHandler.js.map +1 -1
  111. package/models/trace/handlers/FramesHandler.js +38 -28
  112. package/models/trace/handlers/FramesHandler.js.map +1 -1
  113. package/models/trace/handlers/ImagePaintingHandler.d.ts +2 -1
  114. package/models/trace/handlers/ImagePaintingHandler.js.map +1 -1
  115. package/models/trace/handlers/InitiatorsHandler.js +27 -0
  116. package/models/trace/handlers/InitiatorsHandler.js.map +1 -1
  117. package/models/trace/handlers/NetworkRequestsHandler.js +12 -2
  118. package/models/trace/handlers/NetworkRequestsHandler.js.map +1 -1
  119. package/models/trace/handlers/RendererHandler.d.ts +0 -5
  120. package/models/trace/handlers/RendererHandler.js +9 -12
  121. package/models/trace/handlers/RendererHandler.js.map +1 -1
  122. package/models/trace/handlers/SamplesHandler.js +6 -12
  123. package/models/trace/handlers/SamplesHandler.js.map +1 -1
  124. package/models/trace/handlers/ScriptsHandler.d.ts +4 -3
  125. package/models/trace/handlers/ScriptsHandler.js +3 -0
  126. package/models/trace/handlers/ScriptsHandler.js.map +1 -1
  127. package/models/trace/handlers/SelectorStatsHandler.d.ts +17 -0
  128. package/models/trace/handlers/SelectorStatsHandler.js +42 -0
  129. package/models/trace/handlers/SelectorStatsHandler.js.map +1 -1
  130. package/models/trace/handlers/UserInteractionsHandler.d.ts +4 -2
  131. package/models/trace/handlers/UserInteractionsHandler.js.map +1 -1
  132. package/models/trace/handlers/helpers.d.ts +3 -6
  133. package/models/trace/handlers/helpers.js +17 -9
  134. package/models/trace/handlers/helpers.js.map +1 -1
  135. package/models/trace/handlers/types.d.ts +4 -1
  136. package/models/trace/handlers/types.js.map +1 -1
  137. package/models/trace/helpers/SamplesIntegrator.d.ts +1 -0
  138. package/models/trace/helpers/SamplesIntegrator.js +21 -21
  139. package/models/trace/helpers/SamplesIntegrator.js.map +1 -1
  140. package/models/trace/helpers/SyntheticEvents.d.ts +0 -6
  141. package/models/trace/helpers/SyntheticEvents.js +2 -2
  142. package/models/trace/helpers/SyntheticEvents.js.map +1 -1
  143. package/models/trace/helpers/Timing.d.ts +5 -0
  144. package/models/trace/helpers/Timing.js +55 -3
  145. package/models/trace/helpers/Timing.js.map +1 -1
  146. package/models/trace/helpers/Trace.d.ts +1 -1
  147. package/models/trace/helpers/Trace.js +1 -1
  148. package/models/trace/helpers/Trace.js.map +1 -1
  149. package/models/trace/helpers/TreeHelpers.d.ts +1 -1
  150. package/models/trace/helpers/TreeHelpers.js.map +1 -1
  151. package/models/trace/insights/CLSCulprits.d.ts +3 -2
  152. package/models/trace/insights/CLSCulprits.js +24 -2
  153. package/models/trace/insights/CLSCulprits.js.map +1 -1
  154. package/models/trace/insights/Cache.d.ts +2 -0
  155. package/models/trace/insights/Cache.js +10 -0
  156. package/models/trace/insights/Cache.js.map +1 -1
  157. package/models/trace/insights/Common.d.ts +6 -5
  158. package/models/trace/insights/Common.js +29 -17
  159. package/models/trace/insights/Common.js.map +1 -1
  160. package/models/trace/insights/DOMSize.d.ts +2 -1
  161. package/models/trace/insights/DOMSize.js +9 -1
  162. package/models/trace/insights/DOMSize.js.map +1 -1
  163. package/models/trace/insights/DocumentLatency.d.ts +3 -2
  164. package/models/trace/insights/DocumentLatency.js +44 -2
  165. package/models/trace/insights/DocumentLatency.js.map +1 -1
  166. package/models/trace/insights/DuplicatedJavaScript.d.ts +3 -0
  167. package/models/trace/insights/DuplicatedJavaScript.js +12 -3
  168. package/models/trace/insights/DuplicatedJavaScript.js.map +1 -1
  169. package/models/trace/insights/FontDisplay.d.ts +1 -0
  170. package/models/trace/insights/FontDisplay.js +7 -0
  171. package/models/trace/insights/FontDisplay.js.map +1 -1
  172. package/models/trace/insights/ForcedReflow.d.ts +5 -3
  173. package/models/trace/insights/ForcedReflow.js +20 -3
  174. package/models/trace/insights/ForcedReflow.js.map +1 -1
  175. package/models/trace/insights/INPBreakdown.d.ts +11 -5
  176. package/models/trace/insights/INPBreakdown.js +36 -5
  177. package/models/trace/insights/INPBreakdown.js.map +1 -1
  178. package/models/trace/insights/ImageDelivery.d.ts +4 -0
  179. package/models/trace/insights/ImageDelivery.js +13 -0
  180. package/models/trace/insights/ImageDelivery.js.map +1 -1
  181. package/models/trace/insights/LCPBreakdown.d.ts +7 -6
  182. package/models/trace/insights/LCPBreakdown.js +33 -12
  183. package/models/trace/insights/LCPBreakdown.js.map +1 -1
  184. package/models/trace/insights/LCPDiscovery.d.ts +14 -2
  185. package/models/trace/insights/LCPDiscovery.js +60 -2
  186. package/models/trace/insights/LCPDiscovery.js.map +1 -1
  187. package/models/trace/insights/LegacyJavaScript.d.ts +3 -0
  188. package/models/trace/insights/LegacyJavaScript.js +12 -3
  189. package/models/trace/insights/LegacyJavaScript.js.map +1 -1
  190. package/models/trace/insights/ModernHTTP.d.ts +8 -5
  191. package/models/trace/insights/ModernHTTP.js +27 -14
  192. package/models/trace/insights/ModernHTTP.js.map +1 -1
  193. package/models/trace/insights/NetworkDependencyTree.d.ts +1 -0
  194. package/models/trace/insights/NetworkDependencyTree.js +25 -1
  195. package/models/trace/insights/NetworkDependencyTree.js.map +1 -1
  196. package/models/trace/insights/RenderBlocking.d.ts +3 -1
  197. package/models/trace/insights/RenderBlocking.js +11 -1
  198. package/models/trace/insights/RenderBlocking.js.map +1 -1
  199. package/models/trace/insights/SlowCSSSelector.d.ts +17 -8
  200. package/models/trace/insights/SlowCSSSelector.js +39 -20
  201. package/models/trace/insights/SlowCSSSelector.js.map +1 -1
  202. package/models/trace/insights/ThirdParties.d.ts +3 -0
  203. package/models/trace/insights/ThirdParties.js +31 -0
  204. package/models/trace/insights/ThirdParties.js.map +1 -1
  205. package/models/trace/insights/Viewport.d.ts +2 -1
  206. package/models/trace/insights/Viewport.js +16 -0
  207. package/models/trace/insights/Viewport.js.map +1 -1
  208. package/models/trace/insights/types.d.ts +4 -1
  209. package/models/trace/insights/types.js +1 -0
  210. package/models/trace/insights/types.js.map +1 -1
  211. package/models/trace/lantern/graph/BaseNode.d.ts +1 -1
  212. package/models/trace/lantern/graph/BaseNode.js +1 -1
  213. package/models/trace/lantern/graph/BaseNode.js.map +1 -1
  214. package/models/trace/lantern/simulation/SimulationTimingMap.js +1 -1
  215. package/models/trace/lantern/simulation/SimulationTimingMap.js.map +1 -1
  216. package/models/trace/types/Configuration.d.ts +7 -0
  217. package/models/trace/types/Configuration.js +1 -0
  218. package/models/trace/types/Configuration.js.map +1 -1
  219. package/models/trace/types/Extensions.d.ts +14 -2
  220. package/models/trace/types/Extensions.js +5 -1
  221. package/models/trace/types/Extensions.js.map +1 -1
  222. package/models/trace/types/File.d.ts +3 -0
  223. package/models/trace/types/File.js.map +1 -1
  224. package/models/trace/types/Overlays.d.ts +115 -0
  225. package/models/trace/types/Overlays.js +5 -0
  226. package/models/trace/types/Overlays.js.map +1 -0
  227. package/models/trace/types/TraceEvents.d.ts +79 -36
  228. package/models/trace/types/TraceEvents.js +8 -13
  229. package/models/trace/types/TraceEvents.js.map +1 -1
  230. package/models/trace/types/types-tsconfig.json +1 -0
  231. package/models/trace/types/types.d.ts +1 -0
  232. package/models/trace/types/types.js +1 -0
  233. package/models/trace/types/types.js.map +1 -1
  234. package/package.json +1 -1
  235. package/test/test-trace-engine.mjs +1 -2
  236. package/core/platform/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
  237. package/core/platform/platform.prebundle.d.ts +0 -18
  238. package/core/platform/platform.prebundle.js +0 -53
  239. package/core/platform/platform.prebundle.js.map +0 -1
  240. package/core/platform/platform.prebundle.ts +0 -71
  241. package/models/cpu_profile/cpu_profile.prebundle.d.ts +0 -3
  242. package/models/cpu_profile/cpu_profile.prebundle.js +0 -7
  243. package/models/cpu_profile/cpu_profile.prebundle.js.map +0 -1
  244. package/models/cpu_profile/cpu_profile.prebundle.ts +0 -11
  245. package/models/cpu_profile/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
  246. package/models/trace/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -61
  247. package/models/trace/extras/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
  248. package/models/trace/extras/extras.prebundle.d.ts +0 -7
  249. package/models/trace/extras/extras.prebundle.js +0 -11
  250. package/models/trace/extras/extras.prebundle.js.map +0 -1
  251. package/models/trace/extras/extras.prebundle.ts +0 -11
  252. package/models/trace/handlers/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
  253. package/models/trace/handlers/handlers.prebundle.d.ts +0 -4
  254. package/models/trace/handlers/handlers.prebundle.js +0 -8
  255. package/models/trace/handlers/handlers.prebundle.js.map +0 -1
  256. package/models/trace/handlers/handlers.prebundle.ts +0 -8
  257. package/models/trace/helpers/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
  258. package/models/trace/helpers/helpers.prebundle.d.ts +0 -7
  259. package/models/trace/helpers/helpers.prebundle.js +0 -11
  260. package/models/trace/helpers/helpers.prebundle.js.map +0 -1
  261. package/models/trace/helpers/helpers.prebundle.ts +0 -11
  262. package/models/trace/insights/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
  263. package/models/trace/insights/insights.prebundle.d.ts +0 -4
  264. package/models/trace/insights/insights.prebundle.js +0 -8
  265. package/models/trace/insights/insights.prebundle.js.map +0 -1
  266. package/models/trace/insights/insights.prebundle.ts +0 -8
  267. package/models/trace/lantern/core/core.prebundle.d.ts +0 -2
  268. package/models/trace/lantern/core/core.prebundle.js +0 -6
  269. package/models/trace/lantern/core/core.prebundle.js.map +0 -1
  270. package/models/trace/lantern/core/core.prebundle.ts +0 -6
  271. package/models/trace/lantern/core/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
  272. package/models/trace/lantern/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
  273. package/models/trace/lantern/graph/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
  274. package/models/trace/lantern/graph/graph.prebundle.d.ts +0 -4
  275. package/models/trace/lantern/graph/graph.prebundle.js +0 -8
  276. package/models/trace/lantern/graph/graph.prebundle.js.map +0 -1
  277. package/models/trace/lantern/graph/graph.prebundle.ts +0 -8
  278. package/models/trace/lantern/lantern.prebundle.d.ts +0 -6
  279. package/models/trace/lantern/lantern.prebundle.js +0 -10
  280. package/models/trace/lantern/lantern.prebundle.js.map +0 -1
  281. package/models/trace/lantern/lantern.prebundle.ts +0 -17
  282. package/models/trace/lantern/metrics/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
  283. package/models/trace/lantern/metrics/metrics.prebundle.d.ts +0 -8
  284. package/models/trace/lantern/metrics/metrics.prebundle.js +0 -12
  285. package/models/trace/lantern/metrics/metrics.prebundle.js.map +0 -1
  286. package/models/trace/lantern/metrics/metrics.prebundle.ts +0 -12
  287. package/models/trace/lantern/simulation/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
  288. package/models/trace/lantern/simulation/simulation.prebundle.d.ts +0 -6
  289. package/models/trace/lantern/simulation/simulation.prebundle.js +0 -10
  290. package/models/trace/lantern/simulation/simulation.prebundle.js.map +0 -1
  291. package/models/trace/lantern/simulation/simulation.prebundle.ts +0 -10
  292. package/models/trace/lantern/types/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
  293. package/models/trace/lantern/types/types.prebundle.d.ts +0 -1
  294. package/models/trace/lantern/types/types.prebundle.js +0 -5
  295. package/models/trace/lantern/types/types.prebundle.js.map +0 -1
  296. package/models/trace/lantern/types/types.prebundle.ts +0 -5
  297. package/models/trace/trace.prebundle.d.ts +0 -10
  298. package/models/trace/trace.prebundle.js +0 -14
  299. package/models/trace/trace.prebundle.js.map +0 -1
  300. package/models/trace/trace.prebundle.ts +0 -25
  301. package/models/trace/types/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
  302. package/models/trace/types/types.prebundle.d.ts +0 -5
  303. package/models/trace/types/types.prebundle.js +0 -9
  304. package/models/trace/types/types.prebundle.js.map +0 -1
  305. package/models/trace/types/types.prebundle.ts +0 -9
package/locales/az.json CHANGED
@@ -11,9 +11,6 @@
11
11
  "generated/Deprecation.ts | CanRequestURLHTTPContainingNewline": {
12
12
  "message": "URL-l\u0259rind\u0259 h\u0259m silinmi\u015f bo\u015fluq \\(n|r|t) simvollar\u0131, h\u0259m d\u0259 ki\u00e7ikdir simvollar\u0131 (<) olan resurs sor\u011fular\u0131 bloklan\u0131b. Bu resurslar\u0131 y\u00fckl\u0259m\u0259k \u00fc\u00e7\u00fcn element atribut d\u0259y\u0259rl\u0259ri kimi yerl\u0259rd\u0259n yeni s\u0259tirl\u0259ri silin v\u0259 ki\u00e7ikdir simvollar\u0131n\u0131 kodla\u015fd\u0131r\u0131n."
13
13
  },
14
- "generated/Deprecation.ts | CharsetAutoDetectionISO2022JP": {
15
- "message": "ISO-2022-JP simvol d\u0259stinin avtomatik a\u015fkarlanmas\u0131 k\u00f6hn\u0259lib v\u0259 yax\u0131n g\u0259l\u0259c\u0259kd\u0259 deaktiv edil\u0259c\u0259k. Kontent n\u00f6v\u00fc ba\u015fl\u0131\u011f\u0131nda v\u0259 ya meta teqd\u0259n istifad\u0259 ed\u0259r\u0259k simvol d\u0259stini g\u00f6st\u0259rin (https://developer.mozilla.org/en-US/docs/Glossary/Character_encoding)."
16
- },
17
14
  "generated/Deprecation.ts | ChromeLoadTimesConnectionInfo": {
18
15
  "message": "chrome.loadTimes() k\u00f6hn\u0259lib, onun \u0259v\u0259zin\u0259 standart API istifad\u0259 edin: Naviqasiya Zamanlamas\u0131 2."
19
16
  },
@@ -47,15 +44,9 @@
47
44
  "generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
48
45
  "message": "getUserMedia() art\u0131q g\u00fcv\u0259nsiz m\u0259n\u015f\u0259l\u0259rd\u0259 i\u015fl\u0259mir. Bu funksiyadan istifad\u0259 etm\u0259k \u00fc\u00e7\u00fcn t\u0259tbiqinizi HTTPS kimi g\u00fcv\u0259nli m\u0259nb\u0259y\u0259 ke\u00e7irm\u0259yi d\u00fc\u015f\u00fcnm\u0259lisiniz. \u018ftrafl\u0131 m\u0259lumat \u00fc\u00e7\u00fcn bax\u0131n: https://goo.gle/chrome-insecure-origins."
49
46
  },
50
- "generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
51
- "message": "M\u00fc\u0259yy\u0259n \u015frift \u00f6l\u00e7\u00fcs\u00fc olmayan <article>, <aside>, <nav> v\u0259 ya <section> daxilind\u0259 <h1> teqi a\u015fkarland\u0131. Bu ba\u015fl\u0131q m\u0259tninin \u00f6l\u00e7\u00fcs\u00fc yax\u0131n g\u0259l\u0259c\u0259kd\u0259 bu brauzerd\u0259 d\u0259yi\u015f\u0259c\u0259k. \u018ftrafl\u0131 m\u0259lumat \u00fc\u00e7\u00fcn n\u0259z\u0259r sal\u0131n: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1."
52
- },
53
47
  "generated/Deprecation.ts | HostCandidateAttributeGetter": {
54
48
  "message": "RTCPeerConnectionIceErrorEvent.hostCandidate k\u00f6hn\u0259lib. Onun \u0259v\u0259zin\u0259 RTCPeerConnectionIceErrorEvent.address v\u0259 ya RTCPeerConnectionIceErrorEvent.port istifad\u0259 edin."
55
49
  },
56
- "generated/Deprecation.ts | IdentityDigitalCredentials": {
57
- "message": "R\u0259q\u0259msal giri\u015f m\u0259lumatlar\u0131 \u00fc\u00e7\u00fcn n\u0259z\u0259rd\u0259 tutulan navigator.credentials.get() sor\u011fusu \u00fc\u00e7\u00fcn bu format k\u00f6hn\u0259lib, yeni formatdan istifad\u0259 etm\u0259k \u00fc\u00e7\u00fcn \u00e7a\u011f\u0131r\u0131\u015f\u0131 yenil\u0259yin."
58
- },
59
50
  "generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
60
51
  "message": "canmakepayment xidm\u0259t i\u015f\u00e7isi t\u0259dbirind\u0259n sat\u0131c\u0131 m\u0259n\u015f\u0259yi v\u0259 ixtiyari data k\u00f6hn\u0259lib v\u0259 silin\u0259c\u0259k: topOrigin, paymentRequestOrigin, methodData, modifiers."
61
52
  },
@@ -95,6 +86,9 @@
95
86
  "generated/Deprecation.ts | OverflowVisibleOnReplacedElement": {
96
87
  "message": "Img, video v\u0259 k\u0259tan teql\u0259rind\u0259 overflow: visible elementinin g\u00f6st\u0259rilm\u0259si onlar\u0131n element h\u00fcdudlar\u0131ndan k\u0259narda vizual kontent yaratmas\u0131na s\u0259b\u0259b ola bil\u0259r. Bax\u0131n: https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md."
97
88
  },
89
+ "generated/Deprecation.ts | OverrideFlashEmbedwithHTML": {
90
+ "message": "K\u00f6hn\u0259 fle\u015f video yerl\u0259\u015fdirilm\u0259si HTML iFrame olaraq yenid\u0259n yaz\u0131l\u0131b. Fle\u015f art\u0131q istifad\u0259d\u0259n \u00e7\u0131x\u0131b. Bu yenid\u0259nyazma \u00fcsulu k\u00f6hn\u0259lib v\u0259 g\u0259l\u0259c\u0259kd\u0259 l\u0259\u011fv oluna bil\u0259r."
91
+ },
98
92
  "generated/Deprecation.ts | PaymentInstruments": {
99
93
  "message": "paymentManager.instruments k\u00f6hn\u0259lib. \u018fv\u0259zind\u0259 \u00f6d\u0259ni\u015f idar\u0259\u00e7il\u0259ri \u00fc\u00e7\u00fcn vaxt\u0131nda qura\u015fd\u0131rmadan istifad\u0259 edin."
100
94
  },
@@ -164,9 +158,6 @@
164
158
  "generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
165
159
  "message": "Art\u0131rmalar SharedArrayBuffer istifad\u0259sin\u0259 davam etm\u0259k \u00fc\u00e7\u00fcn \u00e7arpaz m\u0259n\u015f\u0259li izolyasiyaya \u00fcst\u00fcnl\u00fck verm\u0259lidir. Bu \u00fcnvana bax\u0131n: https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
166
160
  },
167
- "generated/Deprecation.ts | WebGPUAdapterIsFallbackAdapter": {
168
- "message": "GPUAdapter isFallbackAdapter atributu k\u00f6hn\u0259lib, \u0259v\u0259zin\u0259 GPUAdapterInfo isFallbackAdapter atributundan istifad\u0259 edin."
169
- },
170
161
  "generated/Deprecation.ts | XHRJSONEncodingDetection": {
171
162
  "message": "UTF-16 XMLHttpRequest \u00fczr\u0259 json cavab\u0131 il\u0259 d\u0259st\u0259kl\u0259nmir"
172
163
  },
@@ -179,9 +170,6 @@
179
170
  "models/trace/insights/CLSCulprits.ts | description": {
180
171
  "message": "D\u00fcz\u0259n d\u0259yi\u015fm\u0259si elementl\u0259r h\u0259r hans\u0131 istifad\u0259\u00e7i qar\u015f\u0131l\u0131ql\u0131 \u0259laq\u0259si olmadan h\u0259r\u0259k\u0259t etdikd\u0259 meydana g\u0259lir. S\u0259hif\u0259 y\u00fckl\u0259ndikc\u0259 elementl\u0259rin \u0259lav\u0259 edilm\u0259si, silinm\u0259si v\u0259 ya \u015friftl\u0259rinin d\u0259yi\u015fm\u0259si kimi [d\u00fcz\u0259nin d\u0259yi\u015fm\u0259sinin s\u0259b\u0259bl\u0259rini ara\u015fd\u0131r\u0131n](https://web.dev/articles/optimize-cls)."
181
172
  },
182
- "models/trace/insights/CLSCulprits.ts | fontRequest": {
183
- "message": "\u015erift sor\u011fusu"
184
- },
185
173
  "models/trace/insights/CLSCulprits.ts | injectedIframe": {
186
174
  "message": "Daxil edilmi\u015f iFrame"
187
175
  },
@@ -200,8 +188,11 @@
200
188
  "models/trace/insights/CLSCulprits.ts | topCulprits": {
201
189
  "message": "D\u00fcz\u0259nin d\u0259yi\u015fm\u0259si \u00fczr\u0259 \u0259n m\u0259\u015fhur probleml\u0259rin s\u0259b\u0259bl\u0259ri"
202
190
  },
203
- "models/trace/insights/CLSCulprits.ts | unsizedImages": {
204
- "message": "\u00d6l\u00e7\u00fcs\u00fcz t\u0259svirl\u0259r"
191
+ "models/trace/insights/CLSCulprits.ts | unsizedImage": {
192
+ "message": "\u00d6l\u00e7\u00fcs\u00fc olmayan \u015f\u0259kil elementi"
193
+ },
194
+ "models/trace/insights/CLSCulprits.ts | webFont": {
195
+ "message": "Veb-\u015frift"
205
196
  },
206
197
  "models/trace/insights/CLSCulprits.ts | worstCluster": {
207
198
  "message": "\u018fn pis klaster"
@@ -230,9 +221,18 @@
230
221
  "models/trace/insights/DOMSize.ts | description": {
231
222
  "message": "B\u00f6y\u00fck DOM \u00fcslub hesablamalar\u0131n\u0131n v\u0259 d\u00fcz\u0259nin t\u0259krar d\u00f6vriyy\u0259sinin m\u00fcdd\u0259tini art\u0131ra bil\u0259r, bu da s\u0259hif\u0259nin responsivliyin\u0259 t\u0259sir g\u00f6st\u0259rir. B\u00f6y\u00fck DOM yadda\u015f istifad\u0259sini d\u0259 art\u0131racaq. [H\u0259ddind\u0259n art\u0131q DOM \u00f6l\u00e7\u00fcs\u00fcnd\u0259n yay\u0131nma\u011f\u0131 \u00f6yr\u0259nin](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)."
232
223
  },
224
+ "models/trace/insights/DOMSize.ts | duration": {
225
+ "message": "M\u00fcdd\u0259t"
226
+ },
233
227
  "models/trace/insights/DOMSize.ts | element": {
234
228
  "message": "Element"
235
229
  },
230
+ "models/trace/insights/DOMSize.ts | largeLayout": {
231
+ "message": "D\u00fcz\u0259n ({PH1} element)"
232
+ },
233
+ "models/trace/insights/DOMSize.ts | largeStyleRecalc": {
234
+ "message": "\u00dcslubun yenid\u0259n hesablanmas\u0131 ({PH1} element)"
235
+ },
236
236
  "models/trace/insights/DOMSize.ts | maxChildren": {
237
237
  "message": "\u018fks\u0259r t\u00f6r\u0259m\u0259l\u0259r"
238
238
  },
@@ -245,6 +245,9 @@
245
245
  "models/trace/insights/DOMSize.ts | title": {
246
246
  "message": "DOM \u00f6l\u00e7\u00fcs\u00fcn\u00fc optimalla\u015fd\u0131r\u0131n"
247
247
  },
248
+ "models/trace/insights/DOMSize.ts | topUpdatesDescription": {
249
+ "message": "Bunlar \u0259n b\u00f6y\u00fck d\u00fcz\u0259n v\u0259 yenid\u0259n \u00fcslub hesablanmas\u0131 hallar\u0131d\u0131r. Onlar\u0131n performans t\u0259siri DOM-u sad\u0259l\u0259\u015fdirm\u0259kl\u0259 azald\u0131la bil\u0259r."
250
+ },
248
251
  "models/trace/insights/DOMSize.ts | totalElements": {
249
252
  "message": "\u00dcmumi element say\u0131"
250
253
  },
@@ -258,7 +261,7 @@
258
261
  "message": "Y\u00f6nl\u0259ndirm\u0259l\u0259r var ({PH1} y\u00f6nl\u0259ndirm\u0259, +{PH2})"
259
262
  },
260
263
  "models/trace/insights/DocumentLatency.ts | failedServerResponseTime": {
261
- "message": "Server yava\u015f cavab verib ({PH1} m\u00fc\u015fahid\u0259 olunub) "
264
+ "message": "Server yava\u015f cavab verib ({PH1} m\u00fc\u015fahid\u0259 olunub)"
262
265
  },
263
266
  "models/trace/insights/DocumentLatency.ts | failedTextCompression": {
264
267
  "message": "S\u0131x\u0131lma t\u0259tbiq edilm\u0259yib"
@@ -267,7 +270,7 @@
267
270
  "message": "Y\u00f6nl\u0259ndirm\u0259l\u0259rin qar\u015f\u0131s\u0131n\u0131 al\u0131r"
268
271
  },
269
272
  "models/trace/insights/DocumentLatency.ts | passingServerResponseTime": {
270
- "message": "Server tez cavab verir ({PH1} m\u00fc\u015fahid\u0259 olunub) "
273
+ "message": "Server tez cavab verir ({PH1} m\u00fc\u015fahid\u0259 olunub)"
271
274
  },
272
275
  "models/trace/insights/DocumentLatency.ts | passingTextCompression": {
273
276
  "message": "M\u0259tn s\u0131x\u0131lmas\u0131n\u0131 t\u0259tbiq edir"
@@ -312,7 +315,7 @@
312
315
  "message": "(anonim)"
313
316
  },
314
317
  "models/trace/insights/ForcedReflow.ts | description": {
315
- "message": "Bir \u00e7ox API (\u0259sas\u0259n d\u00fcz\u0259n h\u0259nd\u0259s\u0259sini oxuyanlar) \u00fcslub v\u0259 d\u00fcz\u0259ni hesablamaq \u00fc\u00e7\u00fcn vizualizasiya m\u00fch\u0259rrikini skriptin icras\u0131n\u0131 dayand\u0131rma\u011fa m\u0259cbur edir. [M\u0259cburi t\u0259krar d\u00f6vriyy\u0259](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) v\u0259 onun azald\u0131lmas\u0131 haqq\u0131nda \u0259trafl\u0131 m\u0259lumat \u0259ld\u0259 edin."
318
+ "message": "M\u0259cburi t\u0259krar d\u00f6vriyy\u0259 DOM v\u0259ziyy\u0259tind\u0259 d\u0259yi\u015fiklik edildikd\u0259n sonra \u00fcslublar etibars\u0131z hala g\u0259ldikd\u0259 v\u0259 JavaScript geometrik x\u00fcsusiyy\u0259tl\u0259r (m\u0259s\u0259l\u0259n offsetWidth) bar\u0259d\u0259 sor\u011fu g\u00f6nd\u0259rdikd\u0259 ba\u015f verir. Bu, performans\u0131n z\u0259ifl\u0259m\u0259sin\u0259 s\u0259b\u0259b ola bil\u0259r. [M\u0259cburi t\u0259krar d\u00f6vriyy\u0259](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) v\u0259 onun m\u00fcmk\u00fcn azald\u0131lmas\u0131 haqq\u0131nda \u0259trafl\u0131 m\u0259lumat \u0259ld\u0259 edin."
316
319
  },
317
320
  "models/trace/insights/ForcedReflow.ts | relatedStackTrace": {
318
321
  "message": "X\u0259ta izi"
@@ -329,6 +332,30 @@
329
332
  "models/trace/insights/ForcedReflow.ts | unattributed": {
330
333
  "message": "[atributsuz]"
331
334
  },
335
+ "models/trace/insights/INPBreakdown.ts | description": {
336
+ "message": "\u018fn uzun althiss\u0259d\u0259n ara\u015fd\u0131rma\u011fa ba\u015flay\u0131n. [Gecikm\u0259l\u0259r minimalla\u015fd\u0131r\u0131la bil\u0259r](https://web.dev/articles/optimize-inp#optimize_interactions). Emal m\u00fcdd\u0259tini azaltmaq \u00fc\u00e7\u00fcn [\u0259sas m\u00f6vzu x\u0259rcl\u0259rini](https://web.dev/articles/optimize-long-tasks) (\u0259sas\u0259n JS) optimalla\u015fd\u0131r\u0131n."
337
+ },
338
+ "models/trace/insights/INPBreakdown.ts | duration": {
339
+ "message": "M\u00fcdd\u0259t"
340
+ },
341
+ "models/trace/insights/INPBreakdown.ts | inputDelay": {
342
+ "message": "Daxiletm\u0259 l\u0259ngim\u0259si"
343
+ },
344
+ "models/trace/insights/INPBreakdown.ts | noInteractions": {
345
+ "message": "Qar\u015f\u0131l\u0131ql\u0131 \u0259laq\u0259 a\u015fkarlanmad\u0131"
346
+ },
347
+ "models/trace/insights/INPBreakdown.ts | presentationDelay": {
348
+ "message": "T\u0259qdimat gecikm\u0259si"
349
+ },
350
+ "models/trace/insights/INPBreakdown.ts | processingDuration": {
351
+ "message": "Emal m\u00fcdd\u0259ti"
352
+ },
353
+ "models/trace/insights/INPBreakdown.ts | subpart": {
354
+ "message": "Althiss\u0259"
355
+ },
356
+ "models/trace/insights/INPBreakdown.ts | title": {
357
+ "message": "INP b\u00f6lg\u00fcs\u00fc"
358
+ },
332
359
  "models/trace/insights/ImageDelivery.ts | description": {
333
360
  "message": "\u015e\u0259kill\u0259rin endirilm\u0259 vaxt\u0131n\u0131n azald\u0131lmas\u0131 s\u0259hif\u0259nin v\u0259 LCP-nin q\u0259bul edil\u0259n y\u00fckl\u0259m\u0259 m\u00fcdd\u0259tini t\u0259kmill\u0259\u015fdir\u0259 bil\u0259r. [T\u0259svir \u00f6l\u00e7\u00fcs\u00fcn\u00fc optimalla\u015fd\u0131rmaq haqq\u0131nda \u0259trafl\u0131 m\u0259lumat \u0259ld\u0259 edin](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
334
361
  },
@@ -359,29 +386,35 @@
359
386
  "models/trace/insights/ImageDelivery.ts | useVideoFormat": {
360
387
  "message": "GIF \u0259v\u0259zin\u0259 video formatlar\u0131ndan istifad\u0259 etm\u0259k animasiyal\u0131 kontentin endirilm\u0259 \u00f6l\u00e7\u00fcs\u00fcn\u00fc t\u0259kmill\u0259\u015fdir\u0259 bil\u0259r."
361
388
  },
362
- "models/trace/insights/InteractionToNextPaint.ts | description": {
363
- "message": "\u018fn uzun m\u0259rh\u0259l\u0259d\u0259n ara\u015fd\u0131rma\u011fa ba\u015flay\u0131n. [Gecikm\u0259l\u0259r minimalla\u015fd\u0131r\u0131la bil\u0259r](https://web.dev/articles/optimize-inp#optimize_interactions). Emal m\u00fcdd\u0259tini azaltmaq \u00fc\u00e7\u00fcn [\u0259sas m\u00f6vzu x\u0259rcl\u0259rini](https://web.dev/articles/optimize-long-tasks) (\u0259sas\u0259n JS) optimalla\u015fd\u0131r\u0131n."
389
+ "models/trace/insights/LCPBreakdown.ts | description": {
390
+ "message": "H\u0259r [althiss\u0259nin \u00f6z spesifik t\u0259kmill\u0259\u015fm\u0259 strategiyalar\u0131 var](https://web.dev/articles/optimize-lcp#lcp-breakdown). \u0130deal olaraq LCP vaxt\u0131n\u0131n \u00e7ox hiss\u0259si gecikm\u0259l\u0259r\u0259 deyil, resurslar\u0131n y\u00fckl\u0259nm\u0259sin\u0259 s\u0259rf edilm\u0259lidir."
364
391
  },
365
- "models/trace/insights/InteractionToNextPaint.ts | duration": {
392
+ "models/trace/insights/LCPBreakdown.ts | duration": {
366
393
  "message": "M\u00fcdd\u0259t"
367
394
  },
368
- "models/trace/insights/InteractionToNextPaint.ts | inputDelay": {
369
- "message": "Daxiletm\u0259 l\u0259ngim\u0259si"
395
+ "models/trace/insights/LCPBreakdown.ts | elementRenderDelay": {
396
+ "message": "Element vizualizasiyas\u0131n\u0131n gecikm\u0259si"
370
397
  },
371
- "models/trace/insights/InteractionToNextPaint.ts | noInteractions": {
372
- "message": "Qar\u015f\u0131l\u0131ql\u0131 \u0259laq\u0259 a\u015fkarlanmad\u0131"
398
+ "models/trace/insights/LCPBreakdown.ts | fieldDuration": {
399
+ "message": "Sah\u0259 p75"
373
400
  },
374
- "models/trace/insights/InteractionToNextPaint.ts | phase": {
375
- "message": "M\u0259rh\u0259l\u0259"
401
+ "models/trace/insights/LCPBreakdown.ts | noLcp": {
402
+ "message": "LCP a\u015fkarlanmad\u0131"
376
403
  },
377
- "models/trace/insights/InteractionToNextPaint.ts | presentationDelay": {
378
- "message": "T\u0259qdimat gecikm\u0259si"
404
+ "models/trace/insights/LCPBreakdown.ts | resourceLoadDelay": {
405
+ "message": "Resurs y\u00fckl\u0259m\u0259nin l\u0259ngim\u0259si"
379
406
  },
380
- "models/trace/insights/InteractionToNextPaint.ts | processingDuration": {
381
- "message": "Emal m\u00fcdd\u0259ti"
407
+ "models/trace/insights/LCPBreakdown.ts | resourceLoadDuration": {
408
+ "message": "Resurs y\u00fckl\u0259m\u0259 m\u00fcdd\u0259ti"
409
+ },
410
+ "models/trace/insights/LCPBreakdown.ts | subpart": {
411
+ "message": "Althiss\u0259"
412
+ },
413
+ "models/trace/insights/LCPBreakdown.ts | timeToFirstByte": {
414
+ "message": "\u0130lk bayta q\u0259d\u0259r ke\u00e7\u0259n vaxt"
382
415
  },
383
- "models/trace/insights/InteractionToNextPaint.ts | title": {
384
- "message": "Fazaya g\u00f6r\u0259 INP"
416
+ "models/trace/insights/LCPBreakdown.ts | title": {
417
+ "message": "LCP b\u00f6lg\u00fcs\u00fc"
385
418
  },
386
419
  "models/trace/insights/LCPDiscovery.ts | description": {
387
420
  "message": "LCP \u015f\u0259klini d\u0259rhal HTML-d\u0259n [k\u0259\u015ff edil\u0259 bil\u0259n](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) ed\u0259r\u0259k LCP-ni optimalla\u015fd\u0131r\u0131n v\u0259 [gec y\u00fckl\u0259nm\u0259d\u0259n \u00e7\u0259kinin](https://web.dev/articles/lcp-lazy-loading)"
@@ -410,36 +443,6 @@
410
443
  "models/trace/insights/LCPDiscovery.ts | title": {
411
444
  "message": "LCP sor\u011funun k\u0259\u015ffi"
412
445
  },
413
- "models/trace/insights/LCPPhases.ts | description": {
414
- "message": "H\u0259r [fazan\u0131n \u00f6z spesifik t\u0259kmill\u0259\u015fm\u0259 strategiyalar\u0131 var](https://web.dev/articles/optimize-lcp#lcp-breakdown). \u0130deal olaraq LCP vaxt\u0131n\u0131n \u00e7ox hiss\u0259si gecikm\u0259l\u0259r\u0259 deyil, resurslar\u0131n y\u00fckl\u0259nm\u0259sin\u0259 s\u0259rf edilm\u0259lidir."
415
- },
416
- "models/trace/insights/LCPPhases.ts | duration": {
417
- "message": "M\u00fcdd\u0259t"
418
- },
419
- "models/trace/insights/LCPPhases.ts | elementRenderDelay": {
420
- "message": "Element vizualizasiyas\u0131n\u0131n gecikm\u0259si"
421
- },
422
- "models/trace/insights/LCPPhases.ts | fieldDuration": {
423
- "message": "Sah\u0259 p75"
424
- },
425
- "models/trace/insights/LCPPhases.ts | noLcp": {
426
- "message": "LCP a\u015fkarlanmad\u0131"
427
- },
428
- "models/trace/insights/LCPPhases.ts | phase": {
429
- "message": "M\u0259rh\u0259l\u0259"
430
- },
431
- "models/trace/insights/LCPPhases.ts | resourceLoadDelay": {
432
- "message": "Resurs y\u00fckl\u0259m\u0259nin l\u0259ngim\u0259si"
433
- },
434
- "models/trace/insights/LCPPhases.ts | resourceLoadDuration": {
435
- "message": "Resurs y\u00fckl\u0259m\u0259 m\u00fcdd\u0259ti"
436
- },
437
- "models/trace/insights/LCPPhases.ts | timeToFirstByte": {
438
- "message": "\u0130lk bayta q\u0259d\u0259r ke\u00e7\u0259n vaxt"
439
- },
440
- "models/trace/insights/LCPPhases.ts | title": {
441
- "message": "M\u0259rh\u0259l\u0259 \u00fczr\u0259 LCP"
442
- },
443
446
  "models/trace/insights/LegacyJavaScript.ts | columnScript": {
444
447
  "message": "Skript"
445
448
  },
@@ -456,7 +459,7 @@
456
459
  "message": "HTTP/2 HTTP/2 v\u0259 HTTP/3 HTTP/1.1 \u0259sas\u0131nda multipleksl\u0259\u015fdirm\u0259 kimi bir \u00e7ox \u00fcst\u00fcnl\u00fckl\u0259r t\u0259klif edir. [M\u00fcasir HTTP-d\u0259n istifad\u0259 haqq\u0131nda \u0259trafl\u0131 m\u0259lumat \u0259ld\u0259 edin](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
457
460
  },
458
461
  "models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
459
- "message": "He\u00e7 bir sor\u011fu HTTP/1.1 istifad\u0259 etm\u0259yib"
462
+ "message": "He\u00e7 bir sor\u011fu HTTP/1.1 istifad\u0259 etm\u0259yib v\u0259 ya onun haz\u0131rk\u0131 istifad\u0259si HTTP/1.1-d\u0259 \u0259h\u0259miyy\u0259tli optimalla\u015fd\u0131rma imkan\u0131 t\u0259qdim etmir. HTTP/1.1 sor\u011fular\u0131 yaln\u0131z eyni m\u0259nb\u0259d\u0259n alt\u0131 v\u0259 ya daha \u00e7ox statik aktiv g\u0259ldiyi v\u0259 yerli inki\u015faf m\u00fchitind\u0259n v\u0259 ya \u00fc\u00e7\u00fcnc\u00fc t\u0259r\u0259f m\u0259nb\u0259d\u0259n t\u0259qdim olunmad\u0131\u011f\u0131 halda i\u015far\u0259l\u0259nir."
460
463
  },
461
464
  "models/trace/insights/ModernHTTP.ts | protocol": {
462
465
  "message": "Protokol"
@@ -489,7 +492,7 @@
489
492
  "message": "Z\u0259ncirl\u0259rin uzunlu\u011funu azaltmaqla, resurslar\u0131n endirm\u0259 \u00f6l\u00e7\u00fcs\u00fcn\u00fc azaltmaqla v\u0259 ya s\u0259hif\u0259 y\u00fck\u00fcn\u00fc yax\u015f\u0131la\u015fd\u0131rmaq \u00fc\u00e7\u00fcn laz\u0131ms\u0131z resurslar\u0131n endirilm\u0259sini t\u0259xir\u0259 salmaqla [kritik sor\u011fular\u0131 z\u0259ncirl\u0259m\u0259kd\u0259n \u00e7\u0259kinin](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains)."
490
493
  },
491
494
  "models/trace/insights/NetworkDependencyTree.ts | estSavingTableDescription": {
492
- "message": "\u018fn vacib m\u0259nb\u0259y\u0259 [\u0259vv\u0259lc\u0259d\u0259n \u0259laq\u0259l\u0259ndirm\u0259](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) ipucular\u0131 \u0259lav\u0259 edin, lakin 4-d\u0259n az istifad\u0259 etm\u0259y\u0259 \u00e7al\u0131\u015f\u0131n."
495
+ "message": "\u018fn vacib m\u0259nb\u0259y\u0259 [\u0259vv\u0259lc\u0259d\u0259n \u0259laq\u0259l\u0259ndirm\u0259](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) ipucular\u0131 \u0259lav\u0259 edin, lakin 4-d\u0259n \u00e7ox istifad\u0259 etm\u0259m\u0259y\u0259 \u00e7al\u0131\u015f\u0131n."
493
496
  },
494
497
  "models/trace/insights/NetworkDependencyTree.ts | estSavingTableTitle": {
495
498
  "message": "\u018fvv\u0259lc\u0259d\u0259n \u0259laq\u0259l\u0259ndirm\u0259 namiz\u0259dl\u0259ri"
@@ -557,6 +560,12 @@
557
560
  "models/trace/insights/SlowCSSSelector.ts | title": {
558
561
  "message": "CSS Se\u00e7ici x\u0259rcl\u0259ri"
559
562
  },
563
+ "models/trace/insights/SlowCSSSelector.ts | topSelectorElapsedTime": {
564
+ "message": "\u018fn yax\u015f\u0131 se\u00e7icinin ke\u00e7diyi vaxt"
565
+ },
566
+ "models/trace/insights/SlowCSSSelector.ts | topSelectorMatchAttempt": {
567
+ "message": "\u018fn yax\u015f\u0131 se\u00e7ici uy\u011funla\u015fd\u0131rma c\u0259hdi"
568
+ },
560
569
  "models/trace/insights/SlowCSSSelector.ts | topSelectors": {
561
570
  "message": "\u018fn yax\u015f\u0131 se\u00e7icil\u0259r"
562
571
  },
@@ -584,6 +593,9 @@
584
593
  "models/trace/insights/Viewport.ts | description": {
585
594
  "message": "Bax\u0131\u015f portu mobil \u00fc\u00e7\u00fcn optimalla\u015fd\u0131r\u0131lmay\u0131bsa, toxunma interaksiyas\u0131 [300\u00a0ms-\u0259 q\u0259d\u0259r gecik\u0259 bil\u0259r](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
586
595
  },
596
+ "models/trace/insights/Viewport.ts | mobileTapDelayLabel": {
597
+ "message": "Mobil toxunma gecikm\u0259si"
598
+ },
587
599
  "models/trace/insights/Viewport.ts | title": {
588
600
  "message": "Mobil \u00fc\u00e7\u00fcn bax\u0131\u015f portunu optimalla\u015fd\u0131r\u0131n"
589
601
  },
@@ -875,6 +887,9 @@
875
887
  "panels/application/components/BackForwardCacheStrings.ts | sharedWorker": {
876
888
  "message": "SharedWorker funksiyas\u0131ndan istifad\u0259 ed\u0259n s\u0259hif\u0259l\u0259r haz\u0131rda geri/ir\u0259li ke\u015f \u00fc\u00e7\u00fcn uy\u011fun deyil."
877
889
  },
890
+ "panels/application/components/BackForwardCacheStrings.ts | sharedWorkerMessage": {
891
+ "message": "SharedWorker-d\u0259n mesaj ald\u0131\u011f\u0131 \u00fc\u00e7\u00fcn s\u0259hif\u0259 ke\u015fd\u0259n \u00e7\u0131xar\u0131ld\u0131"
892
+ },
878
893
  "panels/application/components/BackForwardCacheStrings.ts | speechRecognizer": {
879
894
  "message": "SpeechRecognizer funksiyas\u0131ndan istifad\u0259 ed\u0259n s\u0259hif\u0259l\u0259r haz\u0131rda geri/ir\u0259li ke\u015f \u00fc\u00e7\u00fcn uy\u011fun deyil."
880
895
  },