I'm just looking in to the various setting in CF8 admin and looking at
the setting "Disable CFC Type Check" would basically turn your entire
app in to "duck typed" code.
The notes on it are:
When checked, UDF arguments of CFC type is not validated. The
arguments are treated as type "ANY". Use this setting in a production
environment only.
While the pros and cons of "duck typing" is not the goal of this
email, one of the positive of shoots of duck typing was speed, where
CF didn't require the over head of checking types.
Has anyone had any noticeable performance increases in their
application by just toggling this switch?
Cheers,
David