speeding up refresh for GWT projects
Asked Answered
T

2

7

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 ?

Tenerife answered 1/11, 2010 at 13:48 Comment(0)
O
3

This post might help you.

EDIT: Link now working again.

Ordinate answered 1/11, 2010 at 17:41 Comment(1)
The link has broken. Unfortunately this blog no longer exists. Here's the working link to this article.Tomlin
I
5

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.

Insalubrious answered 1/11, 2010 at 15:30 Comment(1)
+1 for Code splitting. In addition to splitting, one can try reducing the number of RPC calls at startup. This generally goes unnoticed, specially as the project grows. Some amount of code/RPC profiling should help.Slippery
O
3

This post might help you.

EDIT: Link now working again.

Ordinate answered 1/11, 2010 at 17:41 Comment(1)
The link has broken. Unfortunately this blog no longer exists. Here's the working link to this article.Tomlin

© 2022 - 2024 — McMap. All rights reserved.