@basilky
Does the issue occur when you’re logged out?
It could be that you’re serving cached pages to non-logged in users which explains why it’s faster when you use testing tools.
Try logging out and see if the issue persists.
The issue remains even after logging out.I have tried to load the page in different devices.The page load faster in google pagespeed insights and pingdom tests.When i look for console in firefox it gives following errors
Loading failed for the <script> with source “https://linuxloves.com/wp-includes/js/jquery/jquery.js?ver=1.12.4”. linuxloves.com:44
ReferenceError: jQuery is not defined[Learn More] jquery-migrate.min.js:2:14
ReferenceError: jQuery is not defined[Learn More] navigation.js:159:1
ReferenceError: jQuery is not defined[Learn More] linuxloves.com:193:1
ReferenceError: jQuery is not defined[Learn More] slick.min.js:15:129
Anyone know why this occurs?Why the problem doesn’t occur when using vpn and proxy services?
Cloudflare was the culprit!I deleted the entire site from cloudflare and it solved the issue.