2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/core
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-12-11 14:01:04 +01:00
2016-11-07 03:18:53 +01:00
2016-09-19 00:49:29 +02:00
2016-12-20 12:06:26 +01:00
2016-12-18 11:27:22 +01:00
2016-10-25 21:04:49 +02:00
2016-07-30 11:40:55 +02:00
2016-12-20 19:35:47 +01:00