1

我遵循了谷歌应用程序脚本 htmlService 的 hello world 示例,我发现最小的脚本和 html 页面需要几秒钟才能响应。这是意料中事???

function doGet() {
    return HtmlService.createHtmlOutputFromFile('helloPage.html');
}

使用 Speed Tracer,我看到 caja.js 的请求时间约为 1 秒;jsapi 0.5 秒;script.google.com/macros/static/client/css/4255899750-MaestroHtmlAppWrapperCss_ltr.css 需要 0.75 秒?

我应该在哪里寻找解决方案?

4

1 回答 1

3

我们知道这比预期的要慢,并且正在努力加快速度。

于 2012-07-16T05:16:21.123 回答