I'm trying to optimize the loading speed of my Blogger site by removing unneeded CSS files that I do not 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've already removed all external files from <head>
of my theme / template, but keep on saying 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
But these links only appear on view-source
of the page, I do not even know how they are being generated or how to optimize them.
How to remove Blogger JavaScript Widgets (Widgets.js) and default CSS to increase page speed . Any ideas?