-
Contao 3 dca cache
I was looking though Contao 3 code when I noticed that it caches the dca scripts into one big file per table. This is probably indeed much more efficient. But what happens if by poor quality of code, or whatever reason I load an extension with a fault in it. By design now the effects of such an error will cripple every module that uses the same table the dca file with the error was for.
I'm not sure if I'd need to be concerned, you'd expect people to write working code at the very least. But old code might not always go down well...
Any thoughts?
-
Re: Contao 3 dca cache
Hi Ruud-
It's definitely going to require some effort on devs to write cleaner code, but I'm not too worried. There is going to be an adjustment period once the stable C3 is released, for sure, but I have been starting out all our new builds on C3 beta in the past few weeks and have found it incredibly easy to get old extensions working. Hopefully devs will continue to support things and get their code on GitHub so we can push the changes over for them.