php - how to remove font awesome from my page load -


baytalebaa.com wordpress, first

1- search "fontawesome" using inspect

the following link casing website slow down 2 sec , want remove .

2- http://baytalebaa.com/?ngg_serve_fontawesome_css=1&ver=4.6.1

it seems nextgen plugin calling , how stop ? please help

i have tried following

wp_dequeue_style( 'fontawesome' ); didnt work...

you can try edit plugin directly , serve cdn version of plugin, or remove reference together.

an alternative option serve plugin files directly cdn , distribute them via cloudfront or alternative service if not doing already.

w3 cache great plugin managing issues this.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -