Hi all,

I found that the mysql queries for translating the strings in my site result in slow site performance, the queries for converting the strings contribute the very big part of the query time. Is there any workaround?

Thank you!

Comments

dries’s picture

Can you file a bug report, with additional details about what queries are slow?

vancelee’s picture

perhaps it's not a bug, but for those queries that search for translation of a very long string and without a match eventually, they are quite slow which spend 20-50 times (in ms) more than other queries.