Do not use webspeed to make long requests, instead batch the information to the webserver in smaller parts (say 50 products per request) and use previous next last first to let the user navigate in the results.
On top of that , make sure you have enough search criteria the user can enter to let...