Raphaël Doursenaud
ac92e23b59
[Qual] Optimize language file loading
...
Using fscanf() and the proper format is about twice as fast as
using fgets() followed by explode() and trim().
This is a small optimization per se but since this code is
called often it yields about 33% rendering time improvement on
the homepage where about 50% of the time is spent on loading the
translation files.
2016-12-23 01:11:50 +01:00
..
2016-09-25 17:43:15 +02:00
2016-12-20 12:38:24 +01:00
2016-12-13 09:40:08 +01:00
2016-11-11 23:17:37 +01:00
2016-12-18 13:01:26 +01:00
2016-10-14 18:22:07 +02:00
2016-12-17 03:49:28 -03:00
2016-11-25 18:32:52 +01:00
2016-08-01 19:54:03 +02:00
2016-12-14 12:29:41 +01:00
2016-07-14 19:42:04 +02:00
2016-09-06 00:59:31 +02:00
2016-11-12 14:36:52 +01:00
2016-12-19 18:11:53 +01:00
2016-12-20 12:06:26 +01:00
2016-09-04 14:45:43 +02:00
2016-11-19 02:16:12 +01:00
2016-09-26 00:10:29 +02:00
2016-12-13 01:19:33 +01:00
2016-12-19 18:11:53 +01:00
2016-09-21 01:25:34 +02:00
2016-10-10 18:15:46 +02:00
2016-11-12 15:18:38 +01:00
2016-11-29 22:52:16 +01:00
2016-12-18 01:44:26 +01:00
2016-06-25 18:48:50 +02:00
2016-06-05 02:20:27 +02:00
2016-12-15 09:54:45 -03:00
2016-09-12 19:58:43 +02:00
2016-12-20 12:38:24 +01:00
2016-07-08 10:59:13 +02:00
2016-12-23 01:11:50 +01:00
2016-10-22 16:20:51 +02:00