In this chapter, we will use tiles, pre-rendered portions of a map, to allow your app to load more rapidly. While the subject of tile caching can get pretty complex, I'll be covering the material you need to know to get your tile cache up and running and fix any issues that may occur.
First, we'll cover the tile caching basics. Then, you'll learn how to configure tile caching and GeoServer. Next, you'll create a tile-backed web map app, you'll learn to use the tile cache, and finally we'll explore methods for solving problems with tile caching.
In this chapter, we will cover the following topics:
- Tile caching basics
- Configure tile caching in GeoServer
- Creating a tile-backed OL app
- Using the tile cache
- Resolving problems with tile caching