Ando in the task of optimizing the load of a site wordpress , I see that it has too many plugin
that causes the header to make several calls to scripts
and css
, and from what I saw, that global call does the function wp_head();
is there any way to call only the scripts.js
and only the estilos.css
? and additionally I would only like to load in the head a single script
that is indispensable for the load.
Thanks in advance.