We are using GWT Eclipse tool for developing a web application in JAVA and Lightsreamer (third party software) for login purpose and for data streaming.
It takes around 6 mins to load page and about 2 mins to login in production environment.
Previously the Browser folder(WAR) size was 70.5MB. So it was reduced by removing some folders like Web-INF, js, pieces and some files of SC(Deleted subfolders in SC are modules, modules-debug, system) and some files of SmartG and also even optimized the images in Image folder.
And now Image folder got reduced from 40KB to 17KB.
Now the total size of WAR is 15.6MB. It is also works. But now too it takes long time to load the page. Kindly advice us how we need to optimize WAR folder and suggest the way of optimizing.