6. Use CDN for Static Resources

TG Data Set: A collection for training AI models.
Post Reply
[email protected]
Posts: 41
Joined: Thu Jan 02, 2025 8:22 am

6. Use CDN for Static Resources

Post by [email protected] »

Contrary to popular belief, images affect the loading speed of pages more than videos. Because videos, although they are much heavier resources, are usually loaded on demand. At this point, you have the chance to save 40.3 KB for each page by reducing your JPEG compression level to 85 or lower. On the other hand, you should use formats such as JPEG, PNG, SVG for your images and compress the images safely by using various tools.


CDN can also be defined as Content Delivery Network. The most basic task of CDN, which is a group of servers placed at a strategic level, is to cache various static resources first and then deliver them efficiently. Even if your platform works with a very fast server, it is ultimately limited by the geographical location where it exists. However, WordPress CDN tunisia mobile phone number significantly reduces the distances between the standard user and the platform's resources. This prevents network delays and reduces the time known as TTFB.

Let's remember that TTFB is the time to the first byte. For example, if your WooCommerce store is on a server in Australia and a user from Spain tries to access your site, the CDN will try to serve the site's assets via the closest PoP location. In this context, let's emphasize that CDNs are an ideal choice for delivering static content.

You can visit here to get detailed information about CDN .

7. Disable Scripts and Style Sheets You Don't Use
A significant portion of WordPress themes or plugins load various style sheets or scripts onto the pages on your site. They continue to load these assets even if they are not used on the page. When you do not remove unused assets from the page, page load times will slow down and bloat will occur. For example, loading scripts for payment gateways on the homepage of your WooCommerce store will add unnecessary load. You should definitely disable styles and scripts that are not required for the page to work.
Post Reply