Static Generation (SSG)
This page was pre-rendered at build time and served from CDN cache.
Built at:
2026-01-15T14:48:46.929ZThis timestamp is fixed - it shows when the page was generated, not when you viewed it. Refresh to see it stays the same.
Implementation
// Force static generation
export const dynamic = 'force-static'
// For dynamic routes with params:
export async function generateStaticParams() {
return [
{ period: '7' },
{ period: '30' },
{ period: '90' }
]
}Total Views
24,521
+12.4%vs last period
Unique Users
8,294
+8.1%vs last period
Bounce Rate
42.3%
-2.1%vs last period
