Using an external source harms performance
-
Smush installs the smush-rd.min.css and smush-admin.min.css files in the folder: /wp-content/plugins/wp-smushit/app/assets/css. These files use: @import url(https://fonts.bunny.net/css?family=Roboto:400,500,700);
Using this feature harms the site’s performance and lowers the PageSpeed score. The ideal way to avoid this is to use fonts hosted on the site’s own server. Something extremely simple to do. Just install the fonts in a plugin folder and use them. This would avoid harming the performance of sites that use the plugin. My question is: Is it possible to do this?
The topic ‘Using an external source harms performance’ is closed to new replies.