减少使用Extjs构建的应用程序的加载时间

时间:2014-05-16 14:35:14

标签: extjs

我有一个基于Extjs的应用程序。在加载页面时,它需要很长时间才能加载。根据要求,应减少装载时间。

这是我的index.html文件 -

<link rel="stylesheet" type="text/css" href="css/ext-theme-neptune-all-debug.css" />
<script type="text/javascript" src="js/ext-all.js"></script> 
<script type="text/javascript" src="js/ext-theme-neptune.js"></script>

并且相应地包含了所有其他js和css文件。我注意到对于上面给定的三个文件,加载时间会受到影响。

这是我的应用程序的结构 -

  • JS​​
  • CSS
  • 图像
  • 的index.html

1 个答案:

答案 0 :(得分:1)

最好的选择是使用Sencha Cmd。它很容易,它可以生成最小化的最小文件; javascript和css。