Thank you very much here’s the url: www.boldwears.com
Topic summary
Core Issue:
Shopify store owners struggle with leftover code from uninstalled apps that slows page speed. No automated app exists to clean this code.
Key Findings & Solutions:
-
Shopify’s New Requirements: As of ~2 months ago, Shopify requires apps to provide automatic code removal upon uninstallation. Users should reinstall apps briefly to check for cleanup buttons.
-
Diagnostic Approach: Use Chrome DevTools (right-click → Inspect → Network tab) to identify slow-loading resources and trace them to specific apps or theme files.
-
Common Culprits:
- Facebook Pixel requests (often duplicated, sometimes 3+ instances)
- Review apps (Ali Reviews, Judge.me, Yotpo, Opinew)
- Loyalty/rewards programs
- Chat widgets and email marketing tools
- Unused CSS/JavaScript from themes
-
Recommended Actions:
- Contact app developers for optimization help
- Add
loading="lazy"to image tags for lazy loading - Search theme files for app references using text editors
- Consolidate duplicate pixels/tracking codes
- Remove unused apps completely following developer uninstall guides
Important Caveats:
- Some JavaScript loads after main page (via Shopify script tags), so doesn’t actually slow initial load despite Google reports
- Theme core files shouldn’t be modified without expertise
- Google Lighthouse scores simulate slow connections and may not reflect real user experience
- Professional developer help recommended for complex code removal