mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Add per-user/logbook file caching for dashboard statistics (15min TTL) and update Dashboard controller to use cached qso, countries, VUCC and QSL queries. Introduce clear_dashboard_cache() in Logbook_model and call it on QSO create/update/delete to invalidate affected users' cache entries. Add migration (249) to create composite indexes (idx_dxcc_stats, idx_vucc_gridsquare, idx_vucc_grids) to improve dashboard query performance, and bump migration_version to 249. Also include generated cache files under application/cache for current stats. |
||
|---|---|---|
| .. | ||
| autoload.php | ||
| bands.php | ||
| cloudlog.php | ||
| cloudlog_data_lists.php | ||
| config.sample.php | ||
| constants.php | ||
| database.sample.php | ||
| doctypes.php | ||
| foreign_chars.php | ||
| hooks.php | ||
| index.html | ||
| lotw.php | ||
| migration.php | ||
| mimes.php | ||
| profiler.php | ||
| routes.php | ||
| smileys.php | ||
| user_agents.php | ||