Bug 1716188 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I meant that in normal usage (when `maxRichResults == 0`), when you type something and hit enter to do a search, the panel opens and closes (as expected). But when you set `maxRichResults` to zero, the panel doesn't open at all. So for me at least, it's hard to do a simple visual comparison between the two to determine which one takes longer. The extra visual "noise" in the normal case might make it seem quicker, at least for me.

We'd need to do a timed comparison to see whether/how much the two cases differ.
I meant that in normal usage (when `maxRichResults > 0`), when you type something and hit enter to do a search, the panel opens and closes (as expected). But when you set `maxRichResults` to zero, the panel doesn't open at all. So for me at least, it's hard to do a simple visual comparison between the two to determine which one takes longer. The extra visual "noise" in the normal case might make it seem quicker, at least for me.

We'd need to do a timed comparison to see whether/how much the two cases differ.

[Edited to fix `maxRichResults > 0` in normal usage, sorry!]

Back to Bug 1716188 Comment 4