1

我正在使用zepto.js为 iBooks 编写交互式 epub以及一些我自己的脚本。

据我了解,最佳做法是组合 javascript 文件以提高性能(因为您正在减少对服务器的 http 请求)。

如果您的文件是本地文件,是否有性能优势?

4

2 回答 2

0

You should be able to benchmark this quite easily using Readium in conjunction with the Chrome devtools network, profile and/or timeline views. I agree with @ben-manley that there is no meaningful benefit from combining or minifying or zipping JS files, or CSS files for that matter, other than the effect on the size of the EPUB file.

于 2013-05-19T09:44:55.517 回答
0

据我所知,没有办法对 iBooks 中的 javascript 性能进行基准测试。但是,在加载单独的 javascript 文件时,我无法检测到性能下降。而且,如果有的话,当我合并我的 javascript 文件时,性能似乎变得更糟。

因此,在 iBooks 中组合本地 javascript 文件似乎没有性能优势。

于 2013-03-18T14:19:02.340 回答