From 347e3dbebae19412fd7ba6f6308f5c90fef01b63 Mon Sep 17 00:00:00 2001 From: Catalin Novgorodschi Date: Thu, 23 Jul 2026 13:27:08 +0300 Subject: [PATCH] Revise README with updates on project features Updated README to reflect recent changes in automation, database cleanup, SQL indexing, and asset management. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c529017..1a0674d8 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ Massive Code Refactor * checkAllianceEmbassiesStatus() in Database redesigned and split into multiple functions. * Medal system completely rewritten for easier maintenance and readability. * Removed obsolete and unused code/folders from both the game and Admin Panel. +* Automation moved to a real cron job (currently triggered by page loads). +* Database cleanup with configurable retention (battle reports, chat, stale rows). +* SQL index audit for hot columns. +* Static asset compression and browser caching (.htaccess). ⸻ @@ -208,10 +212,7 @@ Completed Still Planned -* Automation moved to a real cron job (currently triggered by page loads). -* Database cleanup with configurable retention (battle reports, chat, stale rows). -* SQL index audit for hot columns. -* Static asset compression and browser caching (.htaccess). +Nothing for the moment ! ⸻