Thanks a lot Dan!
Q: Is your composition long?
A: In some cases, yes.
Q: Do you have any expressions that go through entire comp frame-by-frame?
A: Yeah, but I temporarily forced my comps to have a length of 1 frame only.
Q: Do you have a bunch of cascading expressions?
A: Yes, although the expressions are time-independent but they are depend on each other.
Regarding the tips you mentioned, I removed all unnecessary dependencies and fortunately solved the timeout error. Nonetheless, as the project is too huge and it’s possible to hook me again, is there any way to increase the allowable expressions run-time to escape the timeout trap?
Thank you very much again!