[wp-trac] [WordPress Trac] #63933: Add performance optimization for block pattern translations

WordPress Trac noreply at wordpress.org
Fri Sep 5 09:43:10 UTC 2025


#63933: Add performance optimization for block pattern translations
-------------------------------+------------------------------
 Reporter:  rahultank          |       Owner:  (none)
     Type:  enhancement        |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  I18N               |     Version:  trunk
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:  performance
-------------------------------+------------------------------
Changes (by swissspidy):

 * keywords:  has-patch needs-testing => reporter-feedback
 * focuses:  ui, performance, coding-standards, php-compatibility =>
     performance
 * component:  Administration => I18N


Comment:

 Calling translation functions multiple times for the same string is
 extremely fast, there's a ton of optimizations and caching in place.

 > Repeated database queries for same translation strings

 Translations don't use the database at all.

 Are you perhaps using some sort of translation plugin or so?

 If you could share a bit more about the problem you're experiencing, that
 would be great. Maybe some clear reproduction steps.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63933#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list