6
JQuery UIでGoogle AppsスクリプトのHTMLサービスを試しています。Google AppsスクリプトのHTMLサービスのJQuery UIが非常に遅い
日付フィールドを持つ簡単なテストケースを作成しましたが、datepickerウィジェットの応答性は非常に低いです。日付ピッカーが表示されるまでには少なくとも3秒かかります。次の月に移動するには3秒かかります。
JQuery UIのパフォーマンスを向上させるためにできることはありますか?
ここではHTMLファイルです:
<html>
<head>
<link type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/themes/smoothness/jquery-ui.css" rel="Stylesheet" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.8.23/jquery-ui.min.js"></script>
<script>
$(document).ready(function() {
$('#date').datepicker();
});
</script>
</head>
<body>
<input type="text" name="date" id="date">
</body>
</html>
そしてGSからの呼び出し:
function doGet() {
return HtmlService.createTemplateFromFile('test').evaluate();
}
コンソールログを示しています
Node not editable; no action performed. es53-taming-frame.opt.js:419
ode not editable; no action performed. es53-taming-frame.opt.js:419
bad value `fixed` for CSS property position es53-taming-frame.opt.js:419
https://ssl.gstatic.com/caja/4969/es53-taming-frame.opt.js?debug=1