I am answering this because nobody yet answered this and I think this could help others who are experiencing this kind of issue.
As mentioned by s_ha_dum that the issue is related to FireFox’s Prefetching mechanism. In order to resolve this I inserted the below line to function.php:
remove_action('wp_head', 'adjacent_posts_rel_link_wp_head');
Related Posts:
- Recent posts per category loop?
- Manually set global $post vars with an ID, in order to use template tags
- Display all posts from specific categories on a page
- Plugin for changing a post’s category based on it’s post date?
- Fastest way to loop through all posts?
- plugin for wp_list_categories with posts
- post expire after x days
- Display content from custom post type if match to main post category
- How can i list random post from multiple category?
- Solutions to repost categories into multisite blogs?
- Calendar Solution: Handling upcoming Dates with Posts?
- Any built-in function to associate a post to category through a plugin?
- Display by Category in Admin
- Redirect to another page using contact form 7? [closed]
- Import Instagram post to WordPress blog post
- check uncategorized category by default
- Show related posts based of current ACF field name in a single page post (a loop within loop)
- Plugin is creating posts twice
- How can i listing current category and Featured Category post list?
- How to get Recent Post From Each Category with Thumbnail?
- Adding custom post category to categories widget
- automatically set random featured image by category in wordpress on post
- Show all posts of all categories but excluding a category on custom blog page with pagination of my theme
- get post excerpt by query
- Find And Add Category to Posts
- Retrieve post thumbnails
- How to add character to content of post?
- Twitter List Tweets and Delicious Links as Posts
- Automatically set posts to NoIndex depending on category?
- hide particular category post from front page only [closed]
- Can i have limit posts on a specific category and automatically remove older ones?
- How to add portfolio category post count in main navigation menu?
- Inject post (from specific category) between posts in Loop
- How Do I Use The WordPress Plugin Posts 2 Posts by Scribu?
- Woocommerce category description as subtitle
- Publish Post After Click On A Link
- Get subcategories with JSON API plugin
- Enable comments for post with comments meta box removed
- Is there an action that is called when a post is restored from the trash?
- Replace existing pages with new pages, keep menu links
- Adding “ ” before the last word in multiple defined areas with a plugin
- How to change ID of an attachment in wp_posts and its related tables correctly?
- New post notification plugin [closed]
- Adding Plugin-specific Fields with wp_insert_post()?
- Not able to open category post [closed]
- Cron job not firing
- Display post category in foreach loop with category link
- Use wordpress functions in another PHP file
- Display all posts that were published before full post on single.php
- Can’t delete Draft Post [closed]
- Two loops, one AJAX loop, exclude posts in first loop from second loop, loops are in different files
- Fetch Children of Grouped Products Inside WooCommerce Product Loop
- Outbound link autometic converted into linkdirect , and not opening
- Contributive page where people logged in can write
- Order by category titles
- ACF: post query, hide duplicate values [closed]
- AJAX fileupload – TypeError: not a function ajaxSubmit()
- why does wordpress ignore the post args?
- Problem of encoding characters (apostrophes) in my posts publications
- How to backup single post in wordpress [closed]
- How to change the post form from plugin?
- Allowing users to Sign-up > Login > Post articles that need approval
- Set Multiple Meta Values as an Array Using dispatch( ‘core/editor’ ).editPost() Call in Gutenberg/JS
- Is there a plugin or a way in the wordpress that would let us have different versions of a post or page accessibe to users?
- download button for audio file in post [closed]
- Print posts category or tag as a formatted journal
- Get post content from outside the loop with plugin shortcode usability
- Post deleted in trash [closed]
- How to relate 3 wordpress components with each other (Create database relationships)
- Display specific posts on home page
- problem with register_activation_hook in plugin
- Getting posts from some categories plus some individual posts
- What snippet do I need to type to show my ACF field show up on my theme?
- Is there a way to make [Table Of Content] plugin while not using revision data?
- Is it possible to pin a post in second position from top
- page duplication on wordpress that wont stop
- Visual composer custom element error
- What plugin would make this happen? If is the theme
- How can I see $post object in frontend from functions.php?
- Allow members to create groups on my site
- Unset plugins on front-end belonging to specific category
- Ajax Load More on Hierarchical Categories
- Querying posts from current category, using a variable as array argument
- View more posts of a sub-category
- How to force regenerate thumbnails in WordPress posts?
- Need help writing loop to display posts by categories in separate divs
- Query post category & remove any post id
- Multiple Post Repeat for Related Post Loop by Category
- Serialize $_POST global in wordpress
- Displaying image from a repeatable group
- How to use shortcode of any plugin to show it visually where i want?
- WordPress not updating post or disable plugin instead a white page appear
- ‘all’ hook and add_action issue (class based plugin)
- Internationalization of Blog Posts
- Issues with Post 2 Post Plugin
- woocommerce retriving category name as div class?
- Shortcode returning specific content of a post
- How to dispaly post informations (such as titles) in an admin plugin menu page?
- FacetWP custom display based on post type [closed]
- How to update a lot of posts on my WP site with additional content?