Can anyone with real experience using PHP.js tell us what size file is generated when you COMPILE your own package?
I am wondering how far the code dependencies spread out when you use, say a dozen of your favourite PHP functions, ... Does that force the inclusion of dozens more sub-functions within PHP? Does your compiled file climb towards the all-inclusive 100 KB?
I am wondering how far the code dependencies spread out when you use, say a dozen of your favourite PHP functions, ... Does that force the inclusion of dozens more sub-functions within PHP? Does your compiled file climb towards the all-inclusive 100 KB?