5
I’m trying to optimize the loading speed of my Blogger site by removing unnecessary CSS files that I don’t use, nor do I intend to do in the future. For example:
<link type="text/css" href="https://www.blogger.com/.../widget_css_bundle.css"/>
<script type="text/javascript" src="//www.blogger.com/.../widgets.js"></script>
I have already removed all the external files from <head>
of my theme/template, but continues to say to optimize these two links:
https://www.blogger.com/dyn-css/authorization.css?targetBlogID=8710304722259354525&zx=2381a04e-88ac-4d76-996f-5a33d1055397
https://www.blogger.com/static/v1/widgets/3645911276-widget_css_bundle.css
Only these links only appear on view-source
from the page, I don’t even know how they are being generated or how to optimize them.
How to remove Javascript (Widgets.js) and default CSS widgets from Blogger, to increase the page speed. Any idea?
Be more specific in your doubt. They must be being added to the page by javascript, but I still don’t understand what you define by "locking css", what exactly problem you’re having?
– LF Ziron