Here: https://github.com/pixijs/pixi.js/wiki/v4-Performance-Tips
it says
QuoteBeing mindful of this order can help, for example sprite / graphic / sprite / graphic is slower than sprite / sprite / graphic / graphic.
what is the logic behind it?