luceos I'm only aiming to have a single instance but if I have to move it to another host or recreate it for any reason, it sounds like there is some benefit to keeping this directory?
- Users won't be logged out.
- Dynamically created code doesn't need to be recreated.
So if the directory is missing for whatever reason, users will be forced to sign in again and the missing code has to be regenerated.
Am I correct in assuming that the dynamically compiled PHP class will be created at runtime if it's missing?
Thank you!