> ## Documentation Index
> Fetch the complete documentation index at: https://hyperlocalise.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 性能

> 在大型本地化项目中提升运行时性能和稳定性。

## 减少可避免的工作

* 依赖于跳过锁文件在 `run`
* 将非常大的映射拆分为更小的桶
* 通过重复 `--locale` 限制区域范围

## 提升同步可靠性

* 在处理大型项目时设置适配器 `timeoutSeconds`
* 在需要时按语言环境运行同步作业，而不是进行完整的全量分发
* 使用 JSON 输出以便更容易实现自动重试逻辑

## 诊断热点

* 比较 `planned_total` 与 `executable_total`
* 检查由`target`和`key`引起的重复失败
* 检查来自提供商的网络/API 速率限制
