speeding up refresh for GWT projects

爷,独闯天下 提交于 2019-12-21 12:32:43

问题


I'm developing a project, using GWT.FireFox Browser and Eclipse IDE.

when the project is running and i refresh my browser for client package changes, it takes too long. maybe 6 to 10 seconds.

maybe cause be project became big. how can i speed-up the refresh process on the browser ?


回答1:


This post might help you.

EDIT: Link now working again.




回答2:


Unfortunately there's not a lot you can do to speed up Development Mode refresh time, 6-10 seconds isn't a terrible amount of time comparatively (especially vs. not using Dev Mode and doing a full recompile each time).

If you haven't tried code splitting yet, you will almost definitely see a decrease in recompile time, and a decrease in page load time in general once your app is deployed. But beyond that I can't really think of anything that would drastically reduce your Dev Mode refresh time.



来源:https://stackoverflow.com/questions/4069437/speeding-up-refresh-for-gwt-projects

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!