The blog work on dedicated server, this is the setting about time php:
max_execution_time: 330 (phpinfo)
With wordpress < 2.65 non problem.
Yes, I've the same problem if I set the comments two or three per page.
The data about the records are OK... I've done many test with sql statement on number of comments about a post, I've split the 117.00 comments in plus posts (es.UPDATE wp_4comments SET comment_post_ID=11517 WHERE comment_post_ID=11502 and comment_date > '2008-10-01'), there are the result:
- with 117.000 comments in a single post wordpress 2.84 crash
- with 49.027 comments in a single post wordpress 2.84 crash
- with 35.240 comments in a single post wordpress 2.84 run but it don't numbering correctly the totale number of posts, it say "no responses to"
- with 9.721 comments in a single post wordpress 2.84 run and numbering correctly the comments
For me there are bug on wp 2.84
What can I do?