Changes between Initial Version and Version 1 of Ticket #10964, comment 97
- Timestamp:
- 08/17/11 08:03:01 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10964, comment 97
initial v1 1 1 @scribu: Thanks for the reply, I applied the patch to my query.php and it seems to work kind of. The site feels more snappier but I can see that my mysqld process is very high (100%). If I run mytop I see that there is a few "Query SELECT wp_posts.* FROM wp_posts JOIN wp_postmeta ON (wp_posts.ID = wp_postmeta....." and the same number of "Sleep" with the same time. The good thing (just tried a few minutes is that the server don't hang and I get an 502. 2 3 Update: well, I now get 504 Gateway Time-out instead. So it did not work that well, hmm