This pertains to the new feature of Export Server + PhantomJS for server-side chart generation.
HSE below refers to Highcharts Serverside Export framework by one2Team.
Based on our initial analysis we find invoking the PhantomJS as a separate process is slower against HSE for both Pie charts and Bar charts we tested. We found that PhantomJS has a built-in webserver feature - Mongoose - ariya.ofilabs.com/2012/01/glory-of-the-snow.html which helps make process communication simpler (and also avoids the I/O in the infile, outfile approach). We could execute with that and found PhantomJS was equal or better than HSE in performance. But not sure yet on how much load it could take and respond in production traffic. Have you evaluated any such options?
Highcharts export-server for serverside generation, could be improved on two things.
While working on these improvements I have the following test-result while running locally
Current release:
With above improvements: