Changes between Initial Version and Version 2 of Ticket #30416
- Timestamp:
- 11/20/2014 10:05:23 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30416
- Property Focuses multisite performance added
-
Property
Severity
changed from
normaltocritical
-
Ticket #30416 – Description
initial v2 3 3 It is configured under a dedicated Server and the performance are good except when users use the search function. 4 4 5 We have the same problem resolved in this ticket: 6 7 https://core.trac.wordpress.org/ticket/10964 5 We have the same problem resolved in this ticket: #10964 8 6 9 7 but our WordPress is 4.0 version and the patch file attached isn't useful for us. … … 11 9 We monitored Db performance with mytop and we found this query very heavy: 12 10 13 SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND (((wp_posts.post_title LIKE '%festival.\\%20ombre%') OR (wp_posts.post_con... 11 `SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND (((wp_posts.post_title LIKE '%festival.\\%20ombre%') OR (wp_posts.post_con...` 14 12 15 13 Can you help us to patch this problem and find the best solution for improving performance?