article thumbnail

The Fastest Google Fonts

CSS Wizardry

It’s widely accepted that self-hosted fonts are the fastest option: same origin means reduced network negotiation, predictable URLs mean we can preload , self-hosted means we can set our own cache-control. That said, the convenience of a service like Google Fonts cannot be overstated. What else could I do to make Google Fonts fast ?

Google 364
article thumbnail

Optimize Images for Web

KeyCDN

The file size of your images of course is very important, but SEO and social media also play an important part in helping your website perform and convert better. How to optimize images for social media for better engagement and CTR. KeyCDN’s Cache Enabler plugin is fully compatible the HTML attributes that make images responsive.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Increase the Performance of your Site with Lazy-Loading and Code-Splitting

Jos

You might have come across them in react-media or unstated. Look at this example taken from react-media: const MyComponent = ( ) = > (. < < Media query = " (max-width: 599px)" >. </ Media >. ) ; The Media component calls its children passing a matches argument. . </ const latlng = new google.

Code 147
article thumbnail

Increase the Performance of your Site with Lazy-Loading and Code-Splitting

Jos

You might have come across them in react-media or unstated. Look at this example taken from react-media: const MyComponent = ( ) = > (. < < Media query = " (max-width: 599px)" >. &#123; &#125; </ Media >. ) ; The Media component calls its children passing a matches argument. . &#125;

Code 130
article thumbnail

Five Data-Loading Patterns To Improve Frontend Performance

Smashing Magazine

There are millions of sites, and you are in close competition with every one of those Google search query results. Assuming you want to load a social media layout, you might add a loading spinner or a skeleton loader to ensure that you don’t load an incomplete site. Active Memory Caching. Caching Schemes. Large preview ).

Cache 125
article thumbnail

Fostering a Web Performance Culture

Jos

Google’s Lighthouse is one of them, which shows information about PWA, SEO and more. presented in Google IO 2018 ( source ) These tools make it easier to determine where we need to put emphasis to improve our sites. How would you architecture a non-trivial size web project (client, server, databases, caching layer)?

article thumbnail

Why is Wordpress Slow?

KeyCDN

Many factors affect the speed of your WordPress website; some of them are: Your web host Server-side optimizations (PHP version, compression, caching, etc.) KeyCDN Website Speed Test, GTmetrix, Google PageSpeed Insights, WebPageTest, and Pingdom Tools are some great choices. Traditionally, most WordPress hosts manage the caching.

Cache 52