Hi there,
I've successfully implemented control of four LEDs using Arduino web server. I'm having some problem with the response time of Arduino. On average, after pressing the buttion on web page, it takes almost 450 miliseconds to handle the request. That is a lot. I want to reduce this time. Any help would be appreciated. My code and timing snapshots have been given below.
My codes have been attached.
Following is the screenshot of timing:
http://s15.postimg.org/xbt8mhd9n/arduino_response.jpg
Here is the link to switch.htm
http://freetexthost.com/fwheiob6mk
SD_4_buttons_working.ino (7.69 KB)