Time to load 45 translations from the database Time recorded to execute 45 sql queries. Measurement using 'SHOW PROFILES'. Example query (with md5 hash): SELECT s.lid, t.translation, s.version FROM locales_source s LEFT JOIN locales_target t ON s.lid = t.lid AND t.language = 'nl' WHERE s.source = 'Add content' AND s.context = '' AND s.hashkey = 'cd01f480a5604aadb44992b45041a0fe'; Database cache disabled using 'SET GLOBAL query_cache_size = 0;' Using a variable number of source strings with translation in the database. NO HASHKEY 5K source strings: 0,016977 ms 10K source strings: 0,012032 ms 20K source strings: 0,012446 ms 40K source strings: 0,012895 ms CRC32 HASHKEY 5K source strings: 0,014395 ms 10K source strings: 0,013274 ms 20K source strings: 0,014499 ms 40K source strings: 0,019644 ms MD5 HASHKEY 5K source strings: 0,018794 ms 10K source strings: 0,013454 ms 20K source strings: 0,013077 ms 40K source strings: 0,014931 ms