This one has been bugging me for w long time now. All volt files are compiled and saved in the "compiledPath" folder. Is it possible to change that somehow to a proper cache system? Like Memcache or wincache or something? So every time volt compiles a new template, instead of writing the output php into a file, it would go into memory.
I was thinking abot maybe writing a custom compiler that extends volt etc but that would probably impact the performance even more.
Thanks