Double cached assets
-
If I check the google pagespeed insights I see that is loading some assets twice in the above-the-fold optimization, like
https://mysite/…ize_85d144bd46cc7f3c0d47a962a55cf7b1.css
https://mysite/…ize_568bd40034460e18a80ca13603d6855a.css
https://mysite/…p-includes/css/dashicons.min.css?ver=4.8
https://mysite/…ncludes/js/thickbox/thickbox.css?ver=4.8
https://mysite/…ize_568bd40034460e18a80ca13603d6855a.css
https://mysite/…ize_85d144bd46cc7f3c0d47a962a55cf7b1.cssI have checked the source code and that is fine (assets are only showing once). I’ve checked to not have double wp_head() in header.php and wp_footer() in footer.php.
How I do solve this?Thank you
Luca
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Double cached assets’ is closed to new replies.