From: Mike Taylor Date: Tue, 20 May 2014 11:07:54 +0000 (+0100) Subject: Add comment on inefficiency X-Git-Tag: 1.0.0~641 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=1852d8de47d97af1144ae16f78e3eadb44308efe;hp=1efb82332d8d1a9293ad60f7517668cfcce480b0;p=mkws-moved-to-github.git Add comment on inefficiency --- diff --git a/examples/htdocs/mkws-widget-credo.js b/examples/htdocs/mkws-widget-credo.js index 2bb1b1a..21a0363 100644 --- a/examples/htdocs/mkws-widget-credo.js +++ b/examples/htdocs/mkws-widget-credo.js @@ -1,3 +1,9 @@ +// ### This works inefficiently by having multiple teams all run the +// same search against different sets of targets. A much better +// approach would be run a single search, with all these panels +// members of the same team, but picking out only the results relevant +// to them. That will be more work. + mkws.registerWidgetType('Credo', function() { var that = this; var s = []