Serve resources from a consistent URL

Im working on optimizing my site and Im getting this error from GTMetrix.

The following resources have identical contents, but are served from different URLs. Serve these resources from a consistent URL to save 1 request(s) and 17.5KiB.

https://2z2uyz4dh1z32qksu0409r8s-wpengine.netdna-ssl.com/wp-content/themes/x-child/style.css?ver=4.9.6
https://2z2uyz4dh1z32qksu0409r8s-wpengine.netdna-ssl.com/wp-content/themes/x-child/style.css?ver=6.0.4

But there is only 1 stylesheet in that folder.

Please advise.

Hi @UCOMEDIA,

Thanks for writing in.

I checked the source code and these are the lines that triggers that issue,

<link rel='stylesheet' id='parent-stylesheet-css'  href='https://2z2uyz4dh1z32qksu0409r8s-wpengine.netdna-ssl.com/wp-content/themes/x-child/style.css?ver=4.9.6' type='text/css' media='all' />

<link rel='stylesheet' id='x-child-css'  href='https://2z2uyz4dh1z32qksu0409r8s-wpengine.netdna-ssl.com/wp-content/themes/x-child/style.css?ver=6.0.4' type='text/css' media='all' />

It’s the same file, the difference is the parent-stylesheet-css and x-child-css. I’m not sure where parent-stylesheet-css is coming from, x-child-css is the one from the theme. Something is loading the style.css even before the X theme is loaded. Do you have customization that alters the loading priority of style.css?

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.