Changes between Initial Version and Version 20 of Ticket #26638
- Timestamp:
- 09/12/2018 03:40:08 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26638
-
Property
Status
changed from
new
toclosed
- Property Focuses performance added
-
Property
Summary
changed from
[Patch] Performance Increase in l10n (9-12%)
toPerformance Increase in l10n (9-12%)
-
Property
Version
changed from
trunk
to2.9
-
Property
Milestone
changed from
Awaiting Review
to - Property Keywords has-patch needs-testing reporter-feedback dev-feedback added
-
Property
Resolution
changed from
to
wontfix
-
Property
Status
changed from
-
Ticket #26638 – Description
initial v20 1 While doing some writing on profiling I choose Word press as my example application and wrote a small patch that in my testing boosts performance of index.php by 9-12% (with the dataset from my 6 year old blog, ~250 posts, lots of plugins and extra stuff).1 While doing some writing on profiling I choose WordPress as my example application and wrote a small patch that in my testing boosts performance of index.php by 9-12% (with the dataset from my 6 year old blog, ~250 posts, lots of plugins and extra stuff). 2 2 3 3 This performance increase is found by making a small change to the way `translate()` works, effectively cutting out the use of the `NOOP_Translates` class.