Title: Font performance
Last modified: January 16, 2023

---

# Font performance

 *  Resolved [rolfhuiber](https://wordpress.org/support/users/rolfhuiber/)
 * (@rolfhuiber)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/font-performance/)
 * I am only using socicon and narrowed it down in the settings to only load.
 * From the apache logs and the webbrowser I can see the following be loaded:
   `10.1.1.13--[
   16/Jan/2023:20:49:45 +0100] "GET /wp-content/plugins/social-icons-widget-by-wpzoom/
   assets/font/socicon.ttf?v=4.2.9 HTTP/2.0" 200 74928 ""10.1.1.13 - - [16/Jan/2023:
   20:49:45 +0100] "GET /wp-content/plugins/social-icons-widget-by-wpzoom/assets/
   font/socicon.woff?v=4.2.9 HTTP/2.0" 200 75005 ""10.1.1.13 - - [16/Jan/2023:20:
   49:46 +0100] "GET /wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/
   socicon.ttf?v=4.1.1 HTTP/2.0" 200 74928 "…autoptimize_5d8c314738b9734664242b43f623f661.
   css"
 * 3 font files each 75K are loaded, serving only one font!
 * Triggered by:
   ./social-icons-widget-by-wpzoom/social-icons-widget-by-wpzoom.php:`
   if ( wp_style_is( 'wpzoom-social-icons-socicon' ) ) {wp_enqueue_style( 'wpzoom-
   social-icons-font-socicon-ttf', WPZOOM_SOCIAL_ICONS_PLUGIN_URL . 'assets/font/
   socicon.ttf?v=' . WPZOOM_SOCIAL_ICONS_PLUGIN_VERSION, array(), null );wp_enqueue_style('
   wpzoom-social-icons-font-socicon-woff', WPZOOM_SOCIAL_ICONS_PLUGIN_URL . 'assets/
   font/socicon.woff?v=' . WPZOOM_SOCIAL_ICONS_PLUGIN_VERSION, array(), null );}
 * ./social-icons-widget-by-wpzoom/assets/css/wpzoom-socicon.css:
   `@font-face {font-
   family: 'wpzoom-socicon';src: url('../font/socicon.eot?v=4.1.1');src: url('../
   font/socicon.eot?v=4.1.1') format('embedded-opentype'),url('../font/socicon.ttf?
   v=4.1.1') format('truetype'),url('../font/socicon.woff?v=4.1.1') format('woff'),
   url('../font/socicon.svg?v=4.1.1#socicon') format('svg');font-weight: normal;
   font-style: normal;text-transform: initial;font-display: block;}
 * The lines above in “social-icons-widget-by-wpzoom.php” could be remarked without
   any issues, reducing the font loading with 150KB.
 * The css could be improved to load the woff, instead of the ttf, by changing the
   order, although with no gain due to the same size. But maybe a compressed woff2
   might be available.
 * Can you please comment/improve font loading.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Pavel Ciorici](https://wordpress.org/support/users/ciorici/)
 * (@ciorici)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/font-performance/#post-16381263)
 * [@rolfhuiber](https://wordpress.org/support/users/rolfhuiber/) Thanks a lot for
   your suggestions!
 * We’ve just made numerous performance improvements and released a new update. 
   Please update our plugin to the latest version 4.2.10
 * You can find more details on the github repo:
 * [https://github.com/wpzoom/Social-Icons-Widget-by-WPZOOM/commits/master](https://github.com/wpzoom/Social-Icons-Widget-by-WPZOOM/commits/master)
 *  Thread Starter [rolfhuiber](https://wordpress.org/support/users/rolfhuiber/)
 * (@rolfhuiber)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/font-performance/#post-16383021)
 * Thanks, that improved from 3x75KB to 1x43KB, great.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Font performance’ is closed to new replies.

 * ![](https://ps.w.org/social-icons-widget-by-wpzoom/assets/icon-256x256.png?rev
   =3272153)
 * [WPZOOM Connect: Social Icons Widget, Share Buttons & Click to Chat](https://wordpress.org/plugins/social-icons-widget-by-wpzoom/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/social-icons-widget-by-wpzoom/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/social-icons-widget-by-wpzoom/)
 * [Active Topics](https://wordpress.org/support/plugin/social-icons-widget-by-wpzoom/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/social-icons-widget-by-wpzoom/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/social-icons-widget-by-wpzoom/reviews/)

## Tags

 * [performance](https://wordpress.org/support/topic-tag/performance/)
 * [wpzoom](https://wordpress.org/support/topic-tag/wpzoom/)

 * 3 replies
 * 2 participants
 * Last reply from: [rolfhuiber](https://wordpress.org/support/users/rolfhuiber/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/font-performance/#post-16383021)
 * Status: resolved