Google top 1000 sites: Interesting stats about them
11–16 of 16 posts
Re: Google top 1000 sites: Interesting stats about them
#12Earlier quoted context omitted.
How do they even tell, given that sites can avoid having .php/.asp/.jsp in their URLs if they want to?
We checked the extensions, the "Server:" option in the header and the "X-Powered-by" option. We tried our best:)
Re: Google top 1000 sites: Interesting stats about them
#13Nginx with 14% of market share is indeed very interesting, very close to IIS (17%).
Because the stats look at headers, the last header before hitting the internet will be the nginx caches.
Re: Google top 1000 sites: Interesting stats about them
#14How can they detect the programming language in use other than by looking at .php, .aspx, .jsp, etc? You won't see this on a most professionally-authored sites that use a router and RESTful URLs.
Re: Google top 1000 sites: Interesting stats about them
#15Re: Google top 1000 sites: Interesting stats about them
#16I'd like to see sites that use mootools, Prototype, YUI, Dojo, etc. Those are some simple statistics to compile I'd think (filename based, or just simple regex of the first 200 characters).