ThinkGeo.com    |     Documentation    |     Premium Support

Web 3.0 is much slower than 2.5

Instead of using cache, are there other ways to improve the performance of web 3.0 apps? 



Kevin, 
  
 3.0 might be slower than 2.0 when loading an entire map, but 3.0 uses tiling so it has got quicker responses as well as some cool features like dynamic panning. Also you can avoiding using tiling making it as what 2.0 does just with the following code,  
   
             Map1.StaticOverlay.TileType = TileType.SingleTile; 
  
 Ben.