The reason it wakes slower than your old MacBook after an hour is because it enters what Apple calls "Deep Sleep".
This is what allows the MacBook Air to be put to sleep at 7 PM at night, and be woken back up at 10 AM the next morning only to have lost 1% of battery life. This is also what allows that MacBook Air to be put to sleep for 30 DAYS and still have battery life when it's woken back up 30 days later.
Also, if you do not already know this, it only enters this mode when it is put to sleep and left unplugged from a power source for an hour. If it is put to sleep and you leave it plugged into a power source, it will not enter "Deep Sleep" and it will wake up pretty much instantly as it normally does.
But, to answer your question, if you want to disable "Deep Sleep" so that your MacBook Air wakes up from sleep "like your old MacBook," try typing in the following code in Terminal:
Code:
sudo pmset -a hibernatemode 0
Entering that line of code should disable "Deep Sleep" mode.
To re-enable "Deep Sleep" mode, just type the following line of code into Terminal:
Code:
sudo pmset -a hibernatemode 1
Hope this helps!
🙂
Please post back with your results.