wp enqueue, how to prevent duplication when same script is registered with different handles
JS/CSS Duplication by itself is not bad. It makes the HTML a little bigger nut the browser should in most cases cache the first request and not serve the second one (most cases === unless it is a very badly configured server) The real problem with duplication is trying to load two different versions of … Read more