Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Thread Starter
tin68
(@tin68)
Hmm – so with other words: Calls to builder.js, dragdrop.js, controls,js, slider.js, sound.js, effects.js and so on is related to the theme? There is no general use of Google javascripts in the WordPress core?
So the next thing would be to find a theme without Google fonts and without Google javascript libraries.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Are you talking about the front-end side of your website, the public facing side? Or the back-end, the dashboard?
Thread Starter
tin68
(@tin68)
Both. I would like to have a blog (dashboard and public pages) without all these numorous external calls to Google and other sites.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
The front-end
Can you deactivate all of your plugins to explore whether the Google libraries are coming from them? If none are, then it sounds like a theme issue. Which theme are you using?
Thread Starter
tin68
(@tin68)
So there is no “general switch” to turn off all these external calls? I found several plugins which are switching off Gooogle Fonts or which are storing the fonts locally on the same server as the blog. But I didn’t find a plugin wich turns off the javascript calls. Here there a lot of scripts which enable the Google libraries. But this is the opposite π
And to check all themes if they call external libraries before installing them is a “little bit” complicated.
The recent theme is “Kirumo”.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
When you say Google libraries, are you referring to scripts that are loaded in from Google’s CDN? On the theme’s demo site there are no calls to Google’s CDN http://wp-themes.com/kirumo/
Thread Starter
tin68
(@tin68)
Ok – found the plugin which calls Google libraries – Lightbox 2. After disabling it the calls are gone. So I have to check all other plugins if they call external links / libraries.
Thread Starter
tin68
(@tin68)
Result: If you want to have a “clean” blog without a lot of external links and external calls to libraries you have to check every plugin before installing it if you find something in the code.
Btw. Should be a “nice” feature in the detailed description of a plugin which external calls are implemented.