hi folks, my application has been running very slowly and i would like to know why. can somebody advise me on what are the common bottleneck that i need to optimise? I am pretty new with gwt.
i read the " speed up gwt compiler series http://blog.bazoud.com/post/2008/07/31/Can-I-speed-up-the-GWT-compiler-Part-III but i think it is quite irrelevant in speeding up the running speed of the application. correct me if i am wrong. i copy my gwt.xml if it is necessary. i have rpc, google map, ofcgwt, smartgwt inside the application. <?xml version="1.0" encoding="UTF-8" standalone="no"?><module> <!-- Inherit the core Web Toolkit stuff. --> <inherits name="com.google.gwt.user.User"/> <inherits name="com.smartgwt.SmartGwt"/> <inherits name="com.smartgwt.SmartGwtNoScript"/> <inherits name="com.smartclient.theme.enterprise.Enterprise"/> <inherits name='com.rednels.ofcgwt.OFCGWT'/> <inherits name="com.google.gwt.maps.GoogleMaps" /> <!-- Specify the app entry point class. --> <entry-point class="com.eviware.gwt.test.mysqlconn.client.MySQLConn"/ > <script src="http://maps.google.com/maps?gwt=1&file=api&v=2" / > <!-- servlet context - path is arbritray, but must match up with the rpc init inside java class --> <!-- Tomcat will listen for this from the server and waits for rpc request in this context --> <servlet class="com.eviware.gwt.test.mysqlconn.server.MySQLConnServiceImpl" path="/MySQLConnService"/> </module> thank you! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
