如何加速你的Flex Builder?
By Minidxer | October 13, 2008
如何加速我们的Flex Builder?当然这个问题是假设在硬件条件不变的情况下的。基于Java的东西在速度方面总是让人无法忍受–虽然Eclipse相对于其他NetBean之类的有显著的提高,不过却依然无法在根本上改变效率的问题,而基于Eclipse的Flex Builder当然也是一样的。那么,有没有办法让我们机器上的Flex Builder跑得更加快一些呢?下面总结了一些可以提高其效率的途径,你是否有更好的呢?
Here are some of things we do:
* Build every application in one project using multiple source paths (instead of using extra library projects)
* Build parts of the applications as SWCs (instead of referencing their source paths)
* Close extra projects
* Use a system font instead of embedding fonts
* Run “eclipse -clean” occasionally
* Turn off “Copy non-embedded files to source folder”
* Turn off “Build Automatically”Things we haven’t tried or just trying now and which may be helpful:
* Build a lot of the application as SWCs or anything as an RSL
* The Hellfire compiler
* Use the Flex 4 SDK (or just the compiler portion) with Flex Builder
* Merge some of the many Flex 4 compiler performance changes into a Flex 3 SDK, and using this in Flex Builder
有兴趣的可以看一下原文:
http://www.deitte.com/archives/2008/10/how_do_you_spee.htm
Topics:
Adobe其他 |
No Comments » |
Tags: Flex Builder, SDK, SWC