Basically i'm debugging for slow network. Which I want is to handle those issues which experience by user who currently having slow connection such as timeout, retry connection etc. That seem impossible if I using MAMP as the server to debug which it is obviously extremely fast.
So here is the question :
- It's possible to modify the respond speed of the MAMP?
- It's okay to implement like
sleep()
functionality in server side code to delay the device receiving the data? - If you feel okay with the second question. Here come the third question, will this giving me a good experience ?
I know this is surely possible just didn't where to start.