> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/smartsheet/tips-and-troubleshooting/troubleshoot-sheet-slow-to-load-save.md).

# 問題：シートの読み込みが遅い

特定のシートが期待どおりに読み込まれない、または保存されないという問題が発生している場合は、 Smartsheetが大量のデータを処理しているためにタイムアウトしている可能性があります。

### プラン <a href="#uydxws4ew3v3" id="uydxws4ew3v3"></a>

* Smartsheet

プラン タイプと含まれる機能の詳細については、 「Smartsheetプラン」ページを参照してください。

この動作は、次の状況で最も一般的に発生します。

* シートはSmartsheet のサイズ制限に近づいています。
* このシートは、条件付き書式設定、複雑な数式 (特にクロスシート数式)、先行関数、または複数の受信セル リンクなど、多数の高度な機能を活用しています。

この記事の次のセクションには、読み込み時間を短縮するためにシートを最適化する方法に関するヒントが含まれています。高度な機能のベスト プラクティスに関する特定の最大値と推奨事項については、 「Smartsheetを使用するためのシステム要件とガイドライン」を参照してください。

#### シートサイズを小さくする <a href="#n7tteil785zf" id="n7tteil785zf"></a>

シートが大きくなるほど、ブラウザーが変更を読み込んで保存するために必要な処理能力が増加します。シート サイズを縮小するには、次の方法があります。

* 行を削除するか、別のシートに移動します。

  ヒント: オートメーションを使用すると、指定した特定の基準に基づいて[行を自動的に移動](https://help.smartsheet.com/articles/2479626-automatically-move-or-copy-rows-between-sheets)できます。
* シートを月ごとなどの論理的な分割に分割し、必要に応じて行レポートを使用してさまざまなシートの行を統合します。

#### 大規模なプロジェクトを小さなプロジェクトに分割する <a href="#e04xn2y09jp6" id="e04xn2y09jp6"></a>

多数の先行タスクと依存関係を持つプロジェクト シートでは、変更があるとシート内のすべてのタスクが調整され、シートのパフォーマンスが低下する可能性があります。これを解決するには、プロジェクトをサブプロジェクトに分割し、それぞれを独自のシートに分割することを検討してください。プロジェクトをサブプロジェクトに分割したら、必要に応じて行レポートを使用して、さまざまなシートの行を統合します。<br>

ヒント\
[ポートフォリオサマリー](https://help.smartsheet.com/articles/2482086)レポート、[ダッシュボード](https://help.smartsheet.com/articles/2482264)、またはその両方を使用して、プロジェクトの概要ビューを作成します。

#### シートの複雑さを軽減する <a href="#id-63wswc6p4jvc" id="id-63wswc6p4jvc"></a>

複雑さを軽減しても、シートの有用性や機能が低下するわけではありません。機能を維持し、効率を向上させるには、次のベスト プラクティスに従ってください。

* 数式では @row または @cell を使用してパフォーマンスを向上させます。
* 以下を使用する場合は、最大値に注意し、ベスト プラクティスに従ってください。
  * [列の式](https://help.smartsheet.com/articles/2481944)
  * [セルリンク](https://help.smartsheet.com/articles/861579-cell-linking#toc-tips-for-effectively-working-with-cell-links)
  * [条件付き書式設定ルール](https://help.smartsheet.com/articles/516359)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manual.dxable.com/smartsheet/tips-and-troubleshooting/troubleshoot-sheet-slow-to-load-save.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
