Final answer:
Data pages improve performance by caching data and abstracting the data layer from the UI.
Step-by-step explanation:
Data pages improve performance by caching data, which reduces the number of trips to the database. By abstracting the data layer from the UI, the location of the data can change without affecting the UI. This means that even if the data is stored in a different location, the user interface remains the same.