If you put ESP8266 to sleep, the WiFi radio is off. It will never receive commands from Blynk. The only way to wake it up is by external pin toggling or use a timer to tell it to wake up every so often then go back to sleep. You also have to have the reset line tied to an interrupt pin on the 8266. It essentially hard resets the unit when the timer expires.