should,t we fire ajax call after minimum 3 characters ?. After pressing "a" "ab" "abc" --- three calls are getting fired, the ajax call with single character like "a" is taking lot of time.
thanks, satish On Thursday, 18 July 2013 14:53:51 UTC+5:30, satish singh wrote: > > > Hi Christian, > > I have attached the response data from demo.reviewboard, is this ok, can > it affect the performance ? > > Thanks, > Satish > > On Thursday, 18 July 2013 14:00:14 UTC+5:30, Christian Hammond wrote: >> >> You shouldn't be seeing a response that big. Where do you see it? What is >> this 328kb of data from? >> >> There is no way to disable this field. It sounds like there's just a bug >> that needs fixing. >> >> Christian >> >> >> On Jul 18, 2013, at 0:49, satish singh <[email protected]> wrote: >> >> >> Hi Christian, >> Thanks a lot for replying. >> >> We have around 2 thousand users using Review Board and we are using MySQL >> database. >> >> I see the search process hogging the cpu/memory for long time. >> >> Like if I enter "sa" in the search box, I can see the response on >> morzilla firefox, it's too large around 328kb. >> >> Please let me know how it can be disabled ? >> >> regards, >> satish >> >> On Thursday, 18 July 2013 12:52:59 UTC+5:30, Christian Hammond wrote: >>> >>> Can you give an example? And some details on your setup, such as how >>> many review requests are on your system, and what type of database >>> you're using? >>> >>> We don't do full-text search, but we do search within summaries of >>> review requests. This cannot be disabled. >>> >>> Christian >>> >>> >>> satish singh wrote: >>> > Hi Team, >>> > >>> > Search on ReviewBoard1.7.7.1 is working as a full text search, even >>> > though its not enabled from general setting in admin page. >>> > Aslo, we have not installed pyluence. >>> > >>> > It's affecting the performance, request you provide some inputs so, we >>> > can fix this on earliest. >>> > >>> > Thanks, >>> > Satish >>> > >>> > -- >>> > Want to help the Review Board project? Donate today at >>> > http://www.reviewboard.org/donate/ >>> > Happy user? Let us know at http://www.reviewboard.org/users/ >>> > -~----------~----~----~----~------~----~------~--~--- >>> > To unsubscribe from this group, send email to >>> > [email protected] >>> > For more options, visit this group at >>> > http://groups.google.com/group/reviewboard?hl=en >>> > --- >>> > You received this message because you are subscribed to the Google >>> > Groups "reviewboard" group. >>> > To unsubscribe from this group and stop receiving emails from it, send >>> > an email to [email protected]. >>> > For more options, visit https://groups.google.com/groups/opt_out. >>> > >>> > >>> >>> -- >>> Christian Hammond - [email protected] >>> Review Board - http://www.reviewboard.org >>> Beanbag, Inc. - http://www.beanbaginc.com >>> >> -- >> Want to help the Review Board project? Donate today at >> http://www.reviewboard.org/donate/ >> Happy user? Let us know at http://www.reviewboard.org/users/ >> -~----------~----~----~----~------~----~------~--~--- >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/reviewboard?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "reviewboard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> >> -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
