Changes between Initial Version and Version 1 of Ticket #56975, comment 97
- Timestamp:
- 01/24/2023 07:16:15 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56975, comment 97
initial v1 1 @dmsnell I measured performance of the latest static cache approach in https://docs.google.com/spreadsheets/d/1lTw0d4iyNJ91Jg0Ru3RXCMvSASRaV5vFIsWIkgOjBTU/edit : The relative performance win for the function's overall execution time is significant (0.04ms compared to 4.34ms). Overall these values are small, but it is critical that we keep optimize performance of WordPress across the board, and those improvements add up over time. The data we have gathered clearly shows this is worthwhile.1 @dmsnell I measured performance of the latest static cache approach in https://docs.google.com/spreadsheets/d/1lTw0d4iyNJ91Jg0Ru3RXCMvSASRaV5vFIsWIkgOjBTU/edit#gid=679033418: The relative performance win for the function's overall execution time is significant (0.04ms compared to 4.34ms). Overall these values are small, but it is critical that we keep optimize performance of WordPress across the board, and those improvements add up over time. The data we have gathered clearly shows this is worthwhile. 2 2 3 3 > Has anyone complained about this code slowing down their sites?