I dont understand all these instant ON problems all around. I close the lid of mine, open it up, and in less than 2 seconds I am prompted for my password. Sometimes its even within 1 second. If yours takes 10 seconds, then either:
1) take it to the Genius bar for them to check it
2) Not sure if this works 100%, but you can try changing your hibernatemode:
sudo pmset -a hibernatemode 0
b4 doing that read this:
hibernatemode = 0 (binary 0000) by default on supported desktops. The system will not back memory up to persistent storage. The system must
wake from the contents of memory; the system will lose context on power loss. This is, historically, plain old sleep.
hibernatemode = 3 (binary 0011) by default on supported portables. The system will store a copy of memory to persistent storage (the disk),
and will power memory during sleep. The system will wake from memory, unless a power loss forces it to restore from disk image.
hibernatemode = 25 (binary 0001 1001) is only settable via pmset. The system will store a copy of memory to persistent storage (the disk),
and will remove power to memory. The system will restore from disk image. If you want "hibernation" - slower sleeps, slower wakes, and bet-
ter battery life, you should use this setting.
1) take it to the Genius bar for them to check it
2) Not sure if this works 100%, but you can try changing your hibernatemode:
sudo pmset -a hibernatemode 0
b4 doing that read this:
hibernatemode = 0 (binary 0000) by default on supported desktops. The system will not back memory up to persistent storage. The system must
wake from the contents of memory; the system will lose context on power loss. This is, historically, plain old sleep.
hibernatemode = 3 (binary 0011) by default on supported portables. The system will store a copy of memory to persistent storage (the disk),
and will power memory during sleep. The system will wake from memory, unless a power loss forces it to restore from disk image.
hibernatemode = 25 (binary 0001 1001) is only settable via pmset. The system will store a copy of memory to persistent storage (the disk),
and will remove power to memory. The system will restore from disk image. If you want "hibernation" - slower sleeps, slower wakes, and bet-
ter battery life, you should use this setting.