gnu-social/plugins/Sitemap
Evan Prodromou 7d85b79814 Database tables to cache expensive query data
We need to bundle counts of notices and users by date. This can be
expensive for large sites. So, new tables are added to cache the
results of these queries, which don't change after the date is over.
2010-06-01 13:52:28 -07:00
..
noticesitemap.php mark notice pages as being archived 2010-06-01 13:52:27 -07:00
Sitemap_notice_count.php Database tables to cache expensive query data 2010-06-01 13:52:28 -07:00
Sitemap_user_count.php Database tables to cache expensive query data 2010-06-01 13:52:28 -07:00
sitemapaction.php note that sitemap actions are readonly 2010-06-01 13:52:27 -07:00
sitemapindex.php cache notice and user counts in sitemap index 2010-06-01 13:52:27 -07:00
SitemapPlugin.php Database tables to cache expensive query data 2010-06-01 13:52:28 -07:00
usersitemap.php mark user pages as being high priority 2010-06-01 13:52:28 -07:00