Hi everybody. I am not sure why my ajax response is returned in 2000 ms (checked with firebug). The response is calculated in my module, and I use an exit(); call in order not to get the whole html back, just after the response has been calculated.

Is it because the call is made to my module? which has to load everything? (js files, css files, etc.)

thanks!