Resolve slow loading and performance issues with the Zenovay dashboard.
Dashboard Loading Slowly
Quick Fixes
- Refresh the page (
Ctrl+RorCmd+R) - Clear browser cache (
Ctrl+Shift+Delete) - Try a different browser (Chrome recommended)
- Check your internet (speedtest.net)
Check Service Status
Before troubleshooting:
- Visit status.zenovay.com
- Check for ongoing incidents
- If degraded, wait for resolution
Slow Data Loading
Reduce Date Range
Large date ranges load more data:
| Date Range | Load Time |
|---|---|
| Today | Fast |
| Last 7 days | Fast |
| Last 30 days | Medium |
| Last 90 days | Slower |
| Last year | Slowest |
Tip: Start with shorter ranges, expand as needed.
Disable Real-Time
Real-time updates consume resources:
- Toggle off real-time in Live view
- Data still updates on refresh
- Reduces constant API calls
Simplify Filters
Complex filters slow queries:
- Fewer filters = faster loading
- Remove unnecessary filters
- Use one filter at a time to test
3D Globe Performance
Globe Slow or Laggy
The 3D Globe is GPU-intensive:
-
Reduce quality:
- Click globe settings (gear icon)
- Select "Performance Mode"
- Disables some visual effects
-
Limit markers:
- Fewer visible visitors
- Shorter date range
- Zoom to specific region
-
Close other tabs:
- Free up GPU memory
- Especially other WebGL content
Globe Not Loading
See 3D Globe Issues for detailed troubleshooting.
Use Table View
If globe too slow:
- Switch to Table view
- Same data, less GPU usage
- Faster for data analysis
Chart Performance
Charts Rendering Slowly
Reduce data points:
- Use weekly instead of daily granularity
- Shorter date range
- Fewer comparison series
Disable animations:
- Less visual overhead
- Check your Profile settings
- Toggle "Chart Animations" off
Export Instead
For large datasets:
- Export to CSV
- Analyze in Excel/Sheets
- Avoids rendering overhead
API/Data Performance
Slow API Responses
Typical response times:
| Endpoint | Normal | Slow |
|---|---|---|
| Overview | <500ms | >2s |
| Sessions | <1s | >5s |
| Export | <5s | >30s |
If consistently slow:
- Check your plan limits
- Rate limiting may apply
- Contact support if enterprise
Rate Limiting
When rate limited:
- Requests slow down
- 429 errors appear
- Wait before retrying
Check current usage in API Keys from the sidebar.
Memory Issues
Browser Using Too Much Memory
Symptoms:
- Browser slows down
- Tabs crashing
- System sluggish
Solutions:
-
Close unused tabs
-
Clear browsing data:
- History
- Cache
- Cookies (for zenovay.com only)
-
Restart browser
-
Use fewer features:
- Disable real-time
- Use table instead of globe
- Smaller date ranges
Session Storage Full
If browser storage full:
- Open DevTools → Application
- Check storage usage
- Clear site data for zenovay.com
Network Issues
Slow Connection
Test your connection:
- Visit speedtest.net
- Minimum recommended: 5 Mbps
- If slower, dashboard may lag
On slow connections:
- Use table views
- Disable real-time
- Export data for offline analysis
Firewall/Proxy Issues
Corporate networks may slow connections:
- VPN overhead
- Proxy latency
- Firewall inspection
Check with IT:
- Whitelist *.zenovay.com
- Allow WebSocket connections
- Direct route if possible
Device Performance
Older Devices
Minimum requirements:
- 4GB RAM
- Dual-core CPU
- Dedicated GPU (for globe)
On limited devices:
- Use table views
- Disable globe
- Shorter date ranges
Mobile Performance
Mobile browsers have limitations:
- Use responsive view
- Avoid globe on mobile
- Simpler interactions
Optimization Tips
Best Practices
-
Start narrow, expand:
- Begin with today's data
- Expand date range as needed
-
Use filters efficiently:
- Filter before loading
- Not after data loads
-
Bookmark common views:
- Save filtered URLs
- Skip repeated filtering
-
Schedule heavy operations:
- Large exports off-peak
- Complex queries during low usage
Dashboard Settings
Profile preferences:
- Disable auto-refresh
- Reduce animation
- Choose default date range
- Select default view (table)
Tracking Script Performance
Script Impact on Your Site
Zenovay script is optimized:
- ~5KB gzipped
- Async loading (non-blocking)
- No render blocking
- Minimal CPU usage
Verify no impact:
- Test with/without script
- Measure Core Web Vitals
- Should see no difference
If Script Seems Slow
<!-- Use defer for guaranteed non-blocking -->
<script defer
data-tracking-code="YOUR_TRACKING_CODE"
src="https://api.zenovay.com/z.js">
</script>
Debug Mode Performance
Debug mode logs extra data:
- Disable when not debugging
- Remove
data-debug="true" - Reduces console output
Monitoring Your Usage
Check Plan Limits
High usage can cause slowdowns:
- Go to Settings → Usage
- Check current vs limits
- Upgrade if approaching limits
Data Retention Impact
More historical data = slower queries:
| Plan | Retention | Query Speed |
|---|---|---|
| Free | 1 year | Fastest |
| Pro | 2 years | Fast |
| Scale | 4 years | Medium |
| Enterprise | Custom | Varies |
When to Contact Support
Contact support if:
- Dashboard consistently >10s load
- API timeouts frequently
- Performance degrades suddenly
- Enterprise with SLA concerns
Include:
- Browser and version
- Time of issue
- Specific pages affected
- Screenshot of Network tab
- Your plan tier
Performance Checklist
□ Checked status.zenovay.com
□ Cleared browser cache
□ Tried different browser
□ Reduced date range
□ Disabled real-time
□ Simplified filters
□ Closed unnecessary tabs
□ Tested internet speed
□ Checked memory usage
□ Tried table view instead of globe