Home New Guten › Forums › WoodMart support forum › Performance Performance This topic has 3 replies, 3 voices, and was last updated 4 years, 5 months ago by Artem Temos. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 21, 2021 at 12:09 pm #268154 ilirParticipant Hello do you have any idea how to optimise this preload keys from wodmart Attachments:You must be logged in to view attached files. February 22, 2021 at 7:03 am #268282 Artem TemosKeymaster Hello, Try to add the following PHP code snippet to the child theme functions.php file to preload our theme’s icons font file // Preload fonts for mobile theme function dns_prefetch_mobile() { echo "<link href='https://yourURL.test/wp-content/themes/woodmart/fonts/woodmart-font.woff?v=5.2.0' rel='preload' as='font' type='font/woff' crossorigin='anonymous'>"; } add_action( 'wp_head', 'dns_prefetch_mobile', 0 ); Kind Regards March 4, 2021 at 6:17 pm #271048 testing123Participant This only works if you don’t use a CDN. With a CDN it will change the URL to cdn.yourdomain and google pagespeed will still give the recommendation to fix it. Are there any other solutions? March 5, 2021 at 7:06 am #271142 Artem TemosKeymaster Hello @testing123, Please, create a separate topic and send us your website link so we can check how it works on your side. Kind Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register