Files
dolibarr/htdocs/core/class
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-11-11 23:17:37 +01:00
2016-12-18 13:01:26 +01: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-09-06 00:59:31 +02:00
2016-11-19 02:16:12 +01:00
2016-09-26 00:10:29 +02:00
2016-09-21 01:25:34 +02:00
2016-11-12 15:18:38 +01:00