I am implemented AMP pages. So I am calling https://cdn.ampproject.org/v0.js api from cdn. But I want to save this file in my project. Because third party API making slow website. I have tested my website in googlepagespeed
1: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.winni.in%2Fcake-delivery-in-bangalore, Then my website slow in mobile Like 84 page speed score. But before AMP my pagespeed score in mobile was 91. That's why I want to host this file in my project.
I am Using:
<script src="https://cdn.ampproject.org/v0.js" async></script>
Can we host locally or not? After host locally it will reflect by google or not? Your suggestion will very helpfull for me.