Page not loading
Domain not connecting
1
Verify DNS records
Go to Settings → Domains and check that the required A record or CNAME is correctly configured in your DNS provider.
2
Check for conflicting records
Remove any conflicting A, AAAA, or CNAME records for the same subdomain.
3
Wait for propagation
DNS changes take 15 minutes to 48 hours. Use whatsmydns.net to check propagation status.
4
Verify domain ownership
Ensure the domain is not locked or restricted by your registrar.
SSL certificate errors
Tracking code not firing
Form not submitting
Slow page speed
Large images
Large images
Compress images before uploading. Use WebP format. Target under 200KB per image. Avoid images wider than 1920px.
Too many sections or elements
Too many sections or elements
Simplify page design. Remove unused sections. Each element adds to load time.
External scripts
External scripts
Third-party scripts (chat widgets, analytics, pixels) add load time. Load non-critical scripts asynchronously or defer them.
Video auto-play
Video auto-play
Auto-playing videos significantly increase load time. Use a thumbnail with a play button instead.
Custom fonts
Custom fonts
Limit custom fonts to 2 families maximum. Each font adds a network request.
Mobile display issues
404 errors
Custom code conflicts
If your page breaks after adding custom code:- Isolate the issue — remove the custom code and verify the page works
- Check the browser console — open Developer Tools (F12) and look for JavaScript errors
- Avoid jQuery conflicts — HoopAI uses its own scripts. If you load jQuery, wrap your code in a no-conflict wrapper
- Use the correct placement — tracking scripts go in the head; interactive scripts go in the body
- Test in incognito — browser extensions can interfere with custom scripts