AMP v0.js with defer issue
-
When ” Defer parsing of JavaScript” is enabled, single post of amp version (slug /amp) couldn’t load one of its js which linked on their cdn (https://cdn.ampproject.org/v0.js) has returned connection error.
Because the link written like this “https://cdn.ampproject.org/v0.js’%20defer=’defer”
Also I tried to add ignore list;
https://cdn.ampproject.org/v0.js *v0.js
but problem it’s not resolved.
From AMP Plugin‘s /amp/includes/amp-post-template-actions.php line 24;
<script src="<?php echo esc_url( $amp_template->get( 'amp_runtime_script' ) ); ?>" async></script>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘AMP v0.js with defer issue’ is closed to new replies.