Hi,
Trying to reduce http requests. We are getting 4 (2 x 2) requests for font awesome.
Adding 90kb to homepage and 2 extra calls.
From both the theme and our form plugin, planso. see:
https://tools.pingdom.com/#!/exlYI8/hoteliyo.com/?burstcache
The plugin author has said:
– – –
We are loading all the external links ( Including Font-awsome ) using wordpress standard method (Using enqueue function). This wordpress function will not load the scripts or styles if they are already loaded in the same way (WordPress standard way using enqueue function) in your site. If your theme is also doing it in the same way then there will not be any extra http requests by planso forms.
– – –
How can we ensure this js and css file are only loaded once?