I am trying to build an auto-complete text box which will give results in about 100ms. I have checked Google with firebug it is 74ms, stackoverflow has 500ms.
I am using drupal6 and it is taking 800ms for auto complete which is not useful at all.
Can anybody suggest to me how I can build an auto-complete with a response time of under 100ms? I'm using mysql as database.
Thanks in advance.