[wp-trac] [WordPress Trac] #22692: Quotes Are Messing Up
WordPress Trac
noreply at wordpress.org
Tue Mar 18 02:34:56 UTC 2014
#22692: Quotes Are Messing Up
----------------------------------------------------+------------------
Reporter: miqrogroove | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.9
Component: Formatting | Version: 1.2
Severity: normal | Resolution:
Keywords: has-patch commit 3.9-early wptexturize | Focuses:
----------------------------------------------------+------------------
Comment (by miqrogroove):
Patch 14 gives another 3x performance boost by skipping the 9x9
replacement when possible. The extra check is negligible but saves a lot
of time:
Patch 14, 9x9 off, 1 iteration = 0.0006 sec
Patch 14, 9x9 off, 5 iteration = 0.0027 sec
Patch 14, 9x9 off, 10 iteration = 0.0053 sec
Patch 14, 9x9 off, 25 iteration = 0.0131 sec
Patch 14, 9x9 on, 1 iteration = 0.0020 sec
Patch 14, 9x9 on, 5 iteration = 0.0095 sec
Patch 14, 9x9 on, 10 iteration = 0.0188 sec
Patch 14, 9x9 on, 25 iteration = 0.0467 sec
--
Ticket URL: <https://core.trac.wordpress.org/ticket/22692#comment:80>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list