I’m curious why there’s an json decode function in assets.php (gets the assets.json file in the dist folder when you run gulp --production) instead of a simple php file with an array with the same information?
According to my research (link) it’s much slower to decode an json file instead of include a php file with an simple array.
But maybe there’s no difference with such a small .json file?