Replies: 0
Hi,
I use Jetpack stats, and my page contains a script tag like this:
<script type='text/javascript' src='https://stats.wp.com/e-201714.js' async defer></script>
Considering that is a deferred async script, it seems like it would be a good thing to exclude that from concatenation and minification. Is that right?
Does anyone know if that “e-201714.js” file name will change over time, or on different pages? Considering it includes “2017”, I feel like I can’t count on that remaining the same…
Is there another way to identify that script in the exclusions list? Could I enter
stats.wp.com/
in the exclusion list?
Thanks!