Check web site speed without advertising - pagespeed

I need to check the web site speed excluding the adv. Do you know if exists some tool than can help me for this?
Thanks

You can use an ad blocker addon on your browser.

You can't do this with Google PageSpeed ​​Insights. Another alternative tool that you can use is GTmetrix. There are several analysis options, like browser, server, connection, adblock, onload, and video. GTmetrix.

Related

wordpress Request 404/410 responses missing fonts

I try to fix the website speed for that I visit gtmetrix to check the exact speed and errors from last seven days one error continuously display there its called web fonts, even I try a lot but still didn't find the proper way to resolve this issue.
I tried turning off plugin one-by-one, but that didn't make any difference, so I know it's not a plugin conflict. I'm looking at the font files on the server, so I know they are there. Any ideas what to try next?
Currently, i am using Fetch Wordpress Theme its free, for reference, I provide the web page test result link please advise.
This Issue Happen Because of the Usage Of Plugin Wp-Hide, Once You Use The Plugin Very Carefully Because If You Mis Configure The Page Speed & Web Page Score Effected.

How to protect website data from web scraping?

I have a website like IMDB. All data are publicly available. I want to know how to protect the data from web scrapers ?
There is only one full-proof method against scrapers, that is captcha. But as it affects user experience most of the websites avoid it.
Another option is using AJAX for loading data. This will help avoiding the scrapers which are not built to render JavaScript, but one can make one using Selenium WebDriver. In addition AJAX is also bad for SEO, in case you are into google rankings and all.
A more effiecient and awesome way will be tracking the user behaviour and saving the information into cookies, if something seems suspicious serve a captcha to user. Just how the google captcha works on several sites.
Check this link : https://blog.hartleybrody.com/prevent-scrapers/

google search console tells me that I have a crawling error

I have a problem with Wordpress and the Search Console. The Search Console from Google tells me that I have a crawling error on the smartphone.
The error details are:
Googlebot could access your site, but certain URLs are blocked for Googlebot Mobile for smartphones in your robots.txt. These URLs are not included in the "Blocked URLs" report and may have been blocked unintentionally.
I have already seen the customize.php, but I have no idea what I should change or how I can solve the problem.
Any help would be appreciated! Additionally, are there detailed instructions anywhere for beginners? Many thanks in advance!!
Best regards, Sandra 2 images here.
Have you made sure that WordPress is not configured to tell search bots to not index your site? Login to your admin, then navigate to Settings -> Reading and make sure 'Discourage search engines from indexing this site' is not ticked.
Here is a screenshot to help you find it
Thank you for your quick reply. I have been convinced for safety, but the function is switched off for me.

How do I troubleshoot caching

I'm having an issue with the caching of a WordPress site. I am getting inconsistent displays of the site. I have changed my DNS server from my ISP to Google and the site has no chaching. I've viewed the site on a different ISP and it is still inconsistent. My browser cache is set at 0 and I'm using "?" in the URL. Is there any way to determine where the caching is originating? The site is on a budget shared hosting account.
Try a different web browser. That'll tell you if the cache is because of a plugin like W3 Total Cache or your browser's cache. Maybe try disabling all of your plugins and themes and see if that makes any difference. The DNS is very likely not going to make a lick of difference.
I would recommend using Firebug or Web-Kit Dev Tools for this.
You can more fully disable/enable browser cache conveniently
You can use the Net panel to see what is loading, how fast it is loading, and where it is loading from.

count website traffic

hey, i was just wondering how would I go about monitoring or measuring the number of hits my website gets. I want to do this from code as opposed to downloading a plug in to the page. It is an asp.net website. Any tutorial or code suggestions would be nice. thanks in advance.
You want to check out Google Analytics, they are awesome, and one line of code to add!
It's what I use for all the websites I manage!
You could also have a look at installing AWStats, which works by reading your web servers logs. All you need to do it change the logging settings on your server (IIS if your using Windows Server), install AWStats, which runs as a separate website, and schedule the collation of stats with a scheduled task.
Advantages: More in depth stats, particularly with visitors IP address which Google does not collect.
Disadvantages: More effort to get up and running.
The best way to monitor traffic and other important metrics is to use Google Analytics. Not only can you see historical numbers for your site, but you can monitor traffic in real-time. Additionally, you can track conversions (sales) from ads or outside links.

Resources