Changes between Initial Version and Version 1 of Ticket #28575, comment 13
- Timestamp:
- 06/24/2014 02:39:52 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28575, comment 13
initial v1 31 31 Each of the $dynamic patterns is optimal, using almost exactly the same amount of time. Reducing the number of patterns is paramount for improving performance. 32 32 33 For other than the HTML/shortcode avoidance pattern, about 95% of the time consumed is devoted to looping through $textarr and re-executing the patterns ratherversus running each pattern one time on the entire post.33 For other than the HTML/shortcode avoidance pattern, about 95% of the time consumed is devoted to looping through $textarr and re-executing the patterns versus running each pattern one time on the entire post. 34 34 35 35 The calls to _wptexturize_pushpop_element() are not trivial, consuming 7% of the total time.