modules.json contains the list of JS files to load, but it is parsed every time.
It might make sense to cache this list somewhere (memcache) ?
The reason we need such file is because the list is used both for PHP script loading and also by the JS unit tests. Also the file specifies the correct loading order.
@jvillafanez any suggestions on caching ?
modules.json contains the list of JS files to load, but it is parsed every time.
It might make sense to cache this list somewhere (memcache) ?
The reason we need such file is because the list is used both for PHP script loading and also by the JS unit tests. Also the file specifies the correct loading order.
@jvillafanez any suggestions on caching ?