优化 Google 表格加载速度

Optimization of Google Sheets loading speed

也许有人可以阐明任何观点、个人经验或参考官方文档。

假设,我有一个 Google 电子表格,我使用 IMPORTRANGE 将其连接到其他电子表格。我注意到我的接收电子表格开始加载速度比正常情况慢。有什么优化加载速度的技巧吗?例如,如果我:

有什么不同吗?

Use IMPORTRANGE less frequently by loading the data (let's say, once) to a separate tab, and then query that tab internally from within the same spreadsheet?

绝对是提高性能速度的正确方法