Title: Is it possibe to disable CDN
Last modified: July 27, 2017

---

# Is it possibe to disable CDN

 *  Resolved [bstras21](https://wordpress.org/support/users/bstras21/)
 * (@bstras21)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/disable-cdn-2/)
 * Is it possible to use a local copy of font awesome to avoid CSS above the fold
   issues in PageSpeed? Here is one of the issues I am trying to remedy:
 * Eliminate render-blocking JavaScript and CSS in above-the-fold content
    **Your
   page has 1 blocking CSS resources. This causes a delay in rendering your page.**
   Approximately 11% of the above-the-fold content on your page could be rendered
   without waiting for the following resources to load. Try to defer or asynchronously
   load blocking resources, or inline the critical portions of those resources directly
   in the HTML.
 * Optimize CSS Delivery of the following:
 * [https://cdn.jsdelivr.net/…4.7.0/css/font-awesome.min.css?ver=4.7.0](https://cdn.jsdelivr.net/…4.7.0/css/font-awesome.min.css?ver=4.7.0)
    -  This topic was modified 8 years, 9 months ago by [bstras21](https://wordpress.org/support/users/bstras21/).

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

 *  Thread Starter [bstras21](https://wordpress.org/support/users/bstras21/)
 * (@bstras21)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/disable-cdn-2/#post-9358861)
 * I think I found it:
 *     ```
       function bfa_callback( $force_fallback ) {
           $force_fallback = true;
           return $force_fallback;
       }
       add_filter( 'bfa_force_fallback', 'bfa_callback' );
       ```
   
 *  Plugin Author [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * (@mcguive7)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/disable-cdn-2/#post-9406928)
 * That’s the one!

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

The topic ‘Is it possibe to disable CDN’ is closed to new replies.

 * ![](https://ps.w.org/better-font-awesome/assets/icon-256x256.png?rev=1186438)
 * [Better Font Awesome](https://wordpress.org/plugins/better-font-awesome/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/better-font-awesome/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/better-font-awesome/)
 * [Active Topics](https://wordpress.org/support/plugin/better-font-awesome/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/better-font-awesome/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/better-font-awesome/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/disable-cdn-2/#post-9406928)
 * Status: resolved