Can we locally place v0.js in our project for AMP

I am using AMP pages. So I call https://cdn.ampproject.org/v0.js api from cdn. But I want to save this file in my project. Because a third-party API makes a slow site. I tested my site on googlepagespeed

1 : https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.winni.in%2Fcake-delivery-in-bangalore , then my site is slow in mobile Like 84 pages speed rating. But before AMP, my indicator on the page in the mobile was 91. That's why I want to place this file in my project.


enter image description here

I use:

<script src="https://cdn.ampproject.org/v0.js" async></script>

? Google ? .

+4
1

, AMP (v0.js).

, AMP Validator ( , Google ⚡ Google) , .

+3

Source: https://habr.com/ru/post/1670268/


All Articles