Current Behavior
- Dashboard page (
/) consistently takes 6+ seconds to load - This specific page is static with only 19KB page size (per Next.js build log)
- Issue occurs even with zero customer traffic (pre-launch app)
- Problem persists regardless of user location
- Verified through Site24x7 monitoring tool showing consistent 6-second load times across multiple geographic locations
Expected Behavior
- A 19KB static page should load in under 1-2 seconds
- Fast initial page load with proper CDN caching and edge network distribution
- Performance should not be affected by lack of traffic
Project Information
- Website URL: https://www.nammadoctor.net
- Plan: Free Tier
- Framework: Next.js
- Affected Route:
/(dashboard page - static) - Page Size: 19KB (initial load)
- Traffic: Zero customer traffic (pre-launch)
- Custom Configuration: None (no vercel.json)
Steps to Reproduce
- Navigate to https://www.nammadoctor.net
- Observe initial page load time for dashboard (consistently 6+ seconds)
- Verified using Site24x7 monitoring from multiple locations
- Issue persists across different browsers and devices
- Occurs even with no concurrent users
Troubleshooting Already Performed
- Monitored site performance using Site24x7 tool
- Confirmed issue is not location-specific
- Verified the dashboard page is static (19KB)
- Confirmed no traffic/scaling issues (pre-launch app)
- No custom Vercel configurations that could cause issues
Questions
- Why is a 19KB static page taking 6+ seconds to load on the free tier?
- Is this related to cold starts or edge network performance?
- Are there CDN caching issues affecting the static dashboard page?
- What specific optimizations or plan upgrades would resolve this performance issue?
Additional Context
The app is in pre-launch phase with zero customer traffic, so this is not a scaling issue. Looking for a reliable hosting solution.

