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. MyEclipse 2014安装properties文件插件

    安装步骤 1.下载PropertiesEditor插件 http://propedit.sourceforge.jp/index_en.html2.解压出features.plugins文件3.在My ...

  2. 系统空间占用排查 tomcat超大日志catalina.out 删除 与df 状态更新

    二.catalina.out占用多达60+G 并且其他诸如catalina.2016-03-29.log等具体日期的日志文件,个别的也有10G左右,直接删除这些大个头.df看稍有改善.针对catali ...

  3. tensorflow动态设置trainable

    tensorflow中定义的tf.Variable时,可以通过trainable属性控制这个变量是否可以被优化器更新.但是,tf.Variable的trainable属性是只读的,我们无法动态更改这个 ...

  4. Android百度地图相关内容汇总

    Android百度地图知识讲解 1.百度地图开发环境搭建    http://www.apkbus.com/android-116050-1-1.html 2.Android百度地图系列教程    h ...

  5. java struts2入门学习---常用标签学习总结

    jsp页面中引入标签: <%@ taglib uri="/struts-tags" prefix="s"%> 常用标签知识点总结: <s:fi ...

  6. STDIN_FILENO的作用及与stdin 的区别

    1.STDIN_FILENO的作用 STDIN_FILENO属于系统API接口库,其声明为 int 型,是一个打开文件句柄,对应的函数主要包括 open/read/write/close 等系统级调用 ...

  7. Python学习笔记(十一)—— 函数式编程

    一.函数式编程理念 函数式编程就是一种抽象程度很高的编程范式,纯粹的函数式编程语言编写的函数没有变量,因此,任意一个函数,只要输入是确定的,输出就是确定的,这种纯函数我们称之为没有副作用.而允许使用变 ...

  8. C#编写的服务程序启动服务时报错误1053

    Application.StartupPath 已知解决方案一:        读写文件路径的问题 用 $"{Application.StartupPath}\\config.txt&quo ...

  9. hadoop相关内容

    数据库导出到hadoop http://www.ibm.com/developerworks/cn/data/library/techarticle/dm-1212liuqy/ http://www. ...

  10. nodejs 遍历文件夹下所有的图片改名为中文

    安装依赖 $ npm init -y && npm i fs-extra globby request -S main.js const fs = require('node-fs-e ...