mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
The aggregate components only contained new page views (after installation), not the ~6000+ historical views. Changed getStats to use direct counting from pageViews table to ensure all historical data is displayed correctly. This is a temporary fix until we implement chunked backfilling to handle the large dataset without exceeding memory limits.