Akismet Adding 3 Extra Javascripts to Blog Post Pages
-
Hello guys
First of all thanks for this great plugin. Its the most important and most popular plugin ever created fro WordPress.
I wanted to ask about following issue:
Recently I noticed that new versions of Akismet plugin add following 3 JS (Javascrpts) to posts which have comments section enabled:
https://www.blogname.com/wp-includes/js/jquery/jquery.js?ver=1.11.0
https://www.blogname.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1
https://www.blogname.com/wp-content/plugins/akismet/_inc/form.js?ver=3.0.0These javascripts can be found in following code when you check the page source:
<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="" /></p><input type="hidden" id="_wp_unfiltered_html_comment_disabled" name="_wp_unfiltered_html_comment_disabled" value="" /><script>(function(){if(window===window.parent){document.getElementById('_wp_unfiltered_html_comment_disabled').name='_wp_unfiltered_html_comment';}})();</script> <script type='text/javascript' src='https://www.blogname.com/wp-includes/js/jquery/jquery.js?ver=1.11.0'></script> <script type='text/javascript' src='https://www.blogname.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script> <script type='text/javascript' src='https://www.blogname.com/wp-content/plugins/akismet/_inc/form.js?ver=3.0.0'></script> <p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="146"/></p>
These extra javascripts are increasing page loading time.
Can you please tell me why these javascripts were added and can we disable them using any method?
Thanks in advance.
- The topic ‘Akismet Adding 3 Extra Javascripts to Blog Post Pages’ is closed to new replies.