Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58394, comment 3


Ignore:
Timestamp:
05/25/2023 07:04:49 PM (19 months ago)
Author:
flixos90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58394, comment 3

    initial v1  
    33I just conducted a benchmark for both TT3 (block theme) and TT1 (classic theme), and can report that there is definitely a notable impact on performance for both of them, even classic themes:
    44
    5 * For TT3, `wp-template` is ~21% faster, making overall response time ~7% faster.
    6 * For TT1, `wp-template` is ~5% faster, making overall response time ~2% faster.
     5* For TT3, `wp-template` is ~21% faster, making **overall response time ~7% faster**.
     6* For TT1, `wp-template` is ~5% faster, making **overall response time ~2% faster**.
    77
    88That all makes sense, given that classic themes don't rely on the affected logic as heavily, e.g. don't commonly have stylesheets without a `$src` enqueued. Still, even there the changes of caching the file size brings a performance benefit that is clear to see in the data.