Currently in TP3 snippets can echo text to the browser rather than using the return keyword.
From a recent benchmark that I’ve found on web bit appears that doing so is not as fast as doing a return. I think we should remove this feature from TP4 for speed’s sake.
What do you think?
-
MODX Staff
- 10,725 Posts
Even better might be making this optional somehow?
Quote from: OpenGeek at Jul 19, 2005, 03:56 PM
Even better might be making this optional somehow?
hmmm (not sure if we should do that).
What should we call this option?
Quote from: rthrash at Jul 19, 2005, 10:00 PM
Or just take it out and go with what’s fastest and simplest. 
yeah I kinda think speed is more important for the frontend. We can always explore this option later