Ajax controller responding slow |
I am experiencing that controller endpoint handling Ajax requests are responding very slow...
I've though mittigated this exit() just after handling the response to the client requesting the endpoint. Code: $this->output If I don't do the exit() in the controller function, it seems that too much is taking place in the post processing functions. Any better way to approach this? I am still on CI3!! Geir |
Messages In This Thread |
Ajax controller responding slow - by geirarnesen - 07-08-2024, 10:33 AM
RE: Ajax controller responding slow - by jonathan58 - 12-03-2024, 06:11 AM
|