Results for www.zoho.com
Analysis categories
Category results
Performance
Issues
- The largest content on the page takes over 3 seconds to load, which is longer than ideal. This is mainly due to large images that are not optimized for web use.
- Several images are much larger than they need to be, resulting in slow loading times and excessive data usage. For example, the image at 'https://www.zohowebstatic.com/sites/zweb/images/landingpage/home/template-2.png' is not properly sized for its display dimensions, leading to wasted bytes.
- There are some scripts that are taking a long time to execute, causing delays in how quickly the page responds to user actions. Notably, the scripts from 'https://cdn.pagesense.io/js/fzloyco9/a63a3daff87f4d33b6cffbe7a949ff5f.js' and 'https://zohotagmanager.cdn.pagesense.io/ztmjs/9e14ca550fb345518206a5a65a40a7a9.js' are contributing to this issue.
- Some images do not have specified width and height attributes, which can cause the page to shift around as it loads, making it feel unstable.
- There are resources that block the initial display of the page, delaying the time it takes for users to see anything on the screen.
Suggestions
- Compress and resize images to match their display size on the page. Consider using modern formats like WebP, which are smaller and load faster.
- Identify and defer non-essential scripts so they don't block the initial loading of the page. This can make the page feel more responsive.
- Add width and height attributes to all images in the HTML to prevent layout shifts and improve stability as the page loads.
- Consider lazy-loading images that are not immediately visible when the page loads. This means they will only load when the user scrolls down to them, saving data and speeding up the initial load.
- Review and optimize any third-party scripts to ensure they are not slowing down the page unnecessarily.