Forum Moderators: phranque
I'm actually asking about the size of the world wide web. What is the estimated size of quality content (that is excluding dynamic page loops etc).
Search engines used to have a few billion to 5 billion pages indexed. Some research docs I was referred to from Wikipedia estimated the size closer to 30 billion.
Questions:
1. Does anybody know how many pages search engines have indexed these days?
2. What is the amount of quality webpages (worth indexing) considered at these days?
3. What is the average page size of a HTML page?
Infact W3Schools have been downloading it [w3schools.com]for the last 2 or 3 years now.
Habtom
<add> vincevincevince, oops I should have mentioned that I had no idea where that figure came from, or it is even close to the truth. Just wanted to show you this (W3Schools download in progress) [w3schools.com] </add>
[edited by: Habtom at 7:49 am (utc) on Aug. 21, 2007]
It is proved, it takes about 4,381 years to download the internet.
File: next.php
<?php
sleep(10);
print "<a href=\"next.php?page=\"".($_GET[page]+1)."\">Next</a>";
?>