webgui/lib/WebGUI/Asset/Wobject/Survey
Patrick Donelan 2cc10d2953 Survey JSON performance warning for non-wre-standard JSON modules/versions
If you have funny combinations of JSON, JSON::XS and JSON::PP installed,
JSON can start deciding to use JSON::PP instead of JSON::XS, which equals
bad performance on very large Survey instances.

This commit adds a new warning to the Edit Survey page if JSON->backend
is detected to be something other than JSON::XS.
2009-08-09 06:25:49 +00:00
..
ExpressionEngine.pm
ResponseJSON.pm
SurveyJSON.pm Survey JSON performance warning for non-wre-standard JSON modules/versions 2009-08-09 06:25:49 +00:00
Test.pm