【发布时间】:2012-11-07 08:11:02
【问题描述】:
正如标题所说,多个 html 页面或多个 jquery-mobile 页面哪个更好?
强调:
我所说的多个 html 页面 的意思是一个以 index.html 开头的应用程序,当您使用您的应用程序导航时,它会将可见页面(通过 href)更改为其他 html 页面,例如例如 another.html、anotherone.html、anothertwo.html 等等。
我所说的多个 jquery-mobile 页面是这样的one。
另外,我的意思是更好是指应用的启动速度、每页的加载速度、安装程序/应用的大小、内存消耗。
【问题讨论】:
-
好问题。许多开发者忘记考虑
performance vs resource consumption。
标签: html cordova jquery-mobile