my pages take 4 or 5 seconds to load/page because of very complex database queries. Will google index such pages? what's the cut off point in seconds for google?
lazerzubb
2:48 pm on Feb 4, 2003 (gmt 0)
I am not sure, but that seems very long, does it take this to load the page in your browser, or is this when you've timed the time is takes to query the database and present it? I have never published anything which takes over 1,5 seconds (database query + presentation of the data) so i know that will work anyway. Try to see if there is anything you can do to optimize the database code (It's often the way the SQL is written that slows down the query/presentation)