|
Two separate items
Basically photo view cache cache's photo views so we are not writing a query to the database every time a photo is viewed
Now the other is the new cache system to load things faster. It loads the entire front page from a cache table instead of using double the queries and grabbing all the data so it saves time and queries
|