For many of us, it is the rocket fuel that gets us going first thing in the morning.

But one expert has argued that to get the maximum effect of caffeine, it's better to hold on a few hours - because coffee is most effective if consumed between 9.30am and 11.30am.

Steven Miller, a neuroscientist from the Uniformed Services University of the Health Sciences in Maryland, says it is best to drink coffee when the body’s levels of the hormone cortisol are low because caffeine interacts with the hormone.

hormone:荷尔蒙      cortisol:皮质醇

He explained that people who drink coffee when their cortisol levels are high –namely, between 8am and 9am –develop a tolerance to caffeine, meaning it becomes less effective.

Cortisol controls the body clock and causes people to feel wide awake, The Telegraph reports. The body’s levels of the hormone are usually high just after a person wakes up but start to fall about an hour afterwards.

Mr Miller argues that it is during this drop in cortisol levels that people get the most benefit from the caffeine in coffee –it gives them a boost as it encourages cortisol production when their cortisol levels start to drop and they do not become resistant to its benefits.

He explained that cortisol levels also peak at lunchtime and between 5.30pm and 6.30pm, meaning that these would also not be good times to drink coffee.

Writing on his blog he said: ‘If we are drinking caffeine at a time when your cortisol concentration in the blood is at its peak, you probably should not be drinking it.

‘This is because cortisol production is strongly related to your level of alertness and cortisol peaks for your 24 hour rhythm between 8 and 9am on average.

alertness:警戒,机敏

He added that people who drink a coffee first thing in the morning, when their cortisol levels are naturally high, will soon find themselves needing to make their coffee stronger and stronger to get the desired effect.

However, he did accept that cortisol levels at different times of day vary from person to person meaning that the best time of day to drink a coffee also differs between people.

For example, people who get up very early may find their cortisol levels drop earlier than those of people who get up late.

He says it helps turn energy into sugar to be utilised by cells in the body and that it also plays a role in controlling the body clock.

每日英语:The best time for coffee is 10:30 a.m.的更多相关文章

  1. 每日英语:South India's Streetside Coffee Culture

    Early one morning last week I queued outside Sri Gopi Iyengar Coffee and Tiffin Center, a coffee bar ...

  2. 每日英语:Got 5 Minutes? 'Flash Fiction' Catches On

    Chinese author Lao Ma has a simple approach to his short stories: In the face of life, everything is ...

  3. 每日英语:Surviving a Conference Call

    The conference call is one of the most familiar rituals of office life -- and one of the most hated. ...

  4. 每日英语:15 places to find inspiration

    If you’re a writer or artist, you understand the power of location when it comes to creativity and f ...

  5. 每日英语:Tech Firms Flock to Vietnam

    Opening up a Korean restaurant among the rice fields and limestone karsts north of Hanoi might seem ...

  6. 每日英语:Secrets Of Effective Office Humor

    Margot Carmichael Lester loves making good-natured jokes at work. As owner of The Word Factory, a Ca ...

  7. 每日英语:A Better Way To Treat Anxiety

    Getting up the nerve to order in a coffee shop used to be difficult for 16-year-old Georgiann Steely ...

  8. 每日英语:The Secret About Online Ad Traffic: One-Third Is Bogus

    Billions of dollars are flowing into online advertising. But marketers also are confronting an uncom ...

  9. 每日英语:A Different Color: China's Chameleonic Politics

    China has tried your form of government and found it wanting. That was the message delivered by Chin ...

随机推荐

  1. According to TLD or attribute directive in tag file, attribute items does not accep t any expressions

    According to TLD or attribute directive in tag file, attribute items does not accep t any expression ...

  2. PHP执行insert语句报错“Data too long for column”解决办法

    PHP执行mysql 插入语句, insert语句在Navicat for mysql(或任意的mysql管理工具) 中可以正确执行,但是用mysql_query()函数执行却报错. 错误 : “Da ...

  3. 找不到android-support-v4 包的解决办法

    有时候在开发过程中,总是会遇到一些莫名奇妙的错误,或者在使用fragement和viewpage的时候,就会出现下面这个错误,如果出现找不到android-support-v4 包的时候,可以使用下面 ...

  4. Easyui入门视频教程 第08集---登录实现 ajax button的使用

    目录 ----------------------- Easyui入门视频教程 第09集---登录完善 图标自定义   Easyui入门视频教程 第08集---登录实现 ajax button的使用  ...

  5. Web-URL编码流程图(详细了解乱码原因)

    URL编码流程图 原URL---->GET时浏览器根据HTTP头的Content-Type的charset,POST根据(<meta http-equiv="Content-Ty ...

  6. java实现https ssl请求url

    import java.io.*;import java.net.*;import java.security.*;import java.security.cert.*;import java.ut ...

  7. CSRF攻击与防御(写得非常好)

    转自:http://blog.csdn.net/stpeace/article/details/53512283 CSRF概念:CSRF跨站点请求伪造(Cross—Site Request Forge ...

  8. 导致线程死锁容易忽略的一点 SendMessage

    假如主线程 某一个按钮 点击的 响应要操作与另一个线程共享的 变量. 在这个点击响应里先lock 之后,假如另一个线程的变量正在 “使用”状态,并且内部又调用了SendMessage试图更新界面的某些 ...

  9. Java中timer的schedule()和schedualAtFixedRate()函数的区别

    本文主要讨论java.util.Timer的schedule(timerTask,delay,period)和scheduleAtFixedRate(timerTask,delay,period)的区 ...

  10. 【LeetCode】229. Majority Element II

    Majority Element II Given an integer array of size n, find all elements that appear more than ⌊ n/3 ...