Warningperformance
Three scripts block the first render
They run before anything is painted and hold the page back by 640 ms on a mid-range phone.
Next step
Move all three to the end of the body or load them with defer. None is needed for the first paint.
Evidence
analytics.js 34 KB · chat-widget.js 128 KB · slider.min.js 61 KB · all render-blocking in <head>
Details
- Affected
- /
- Occurrences
- 3 times
- First seen
- 8 days ago
- Category
- performance