ADVERTISEMENT

Coffee is proving to be more than just an upper

Published Feb 27, 2018 12:05 am
By Eduardo Gonzales, MD   Is coffee healthful or not? I’ve read many positives about this beverage but also many negatives. What is the real score? [email protected]   Coffee is the world’s most popular non-alcoholic drink, people everywhere look forward to their morning cup of coffee. The beverage’s popularity stems from its distinctive taste and the stimulating effect of its caffeine content—increased alertness, and improved mental and cognitive performances. Whereas smoking is arguably the worst habit that humans have ever adopted, coffee drinking is proving to be one of the most, if not the most, beneficial. Scientific data increasingly shows that coffee is more than just an upper. THE PLUSSES OF COFFEE4
  • Coffee drinkers live longer. An observational study presented at the European Cardiac Society Congress 2017 showed that people who consumed at least four cups of coffee daily had a 64 percent lower risk of early death compared to non-coffee drinkers. The reduction in risk was more significant once people reached the age of 45. These findings echo the results of several other earlier observational studies, which found that coffee drinkers appear to live longer, regardless of whether they consume regular or decaf.
  • Coffee is a good source of antioxidants. It is in fact the number one source of dietary antioxidants of Americans, and presumably, many Filipinos, too. Antioxidants protect body cells from free radicals, substances that are by-products of the normal metabolic activities of cells, which injure cells, in excess, and contribute to the development of many chronic and degenerative diseases. Antioxidants are generally regarded as preventive of cancer, heart disease, and other conditions associated with aging.
  • Coffee protects against diabetes type 2. Several studies suggest that coffee intake substantially lowers the risk for the disease—the more coffee one drinks, the better. Seven or more cups of coffee a day reduces one’s risk of diabetes by 50 percent while drinking one cup a day reduces one’s risk by only 11 percent.
  • Coffee may prevent at least two forms of cancer, prostate, and liver. In 2011, researchers from Harvard University found out that men who drank six or more cups of coffee a day had a 60 percent lower risk of developing the advanced form of prostate cancer than non-coffee drinkers. Even men who drank only one to three cups a day had a lower risk, about 20 percent, of developing the disease. Meanwhile, an unpublished long-term prospective study that was presented at an American Association for Cancer Research (AACR) annual meeting, suggested that coffee may reduce a person’s risk of developing liver cancer—and the higher the coffee intake, the lower the risk. Drinking one to three cups of coffee per day results in a 29 percent drop in liver cancer risk; four or more cups results in 42 percent drop.
  • Coffee protects against booze. A study published in Alimentary Pharmacology and Therapeutics says that adding two cups of coffee to the daily diet of regular alcohol drinkers lowers their chances of developing cirrhosis of the liver by a whopping 43 to 44 percent.
  • Coffee may be protective against Alzheimer’s disease and Parkinson’s disease. Studies show that coffee drinkers—compared to non-drinkers—have up to a 65 percent lower risk for Alzheimer’s disease and 32 to 60 percent lower risk for Parkinson’s disease.
THE MINUSES OF COFFEE The evidence attesting to the possible health benefit of coffee is definitely mounting. Before you start drinking coffee by the gallons, however, keep in mind that none of these studies is a “cause and effect” one and none is conclusive. Also, remember that caffeine has proven unwelcome effects, too. Habitual excessive coffee intake could create a host of health issues, including increased stress levels, heartburn, hyperacidity, insomnia, increased blood cholesterol levels, and increased risk for osteoporosis. Another growing concern is acrylamide, a cancer-causing substance that is generated when coffee beans are roasted, although no one is sure yet whether the amount of acrylamide in coffee is high enough to be of health concern. All told, coffee should be taken in moderation. One to four cups a day is okay, but more than that may no longer be.   Email inquiries on health matters to: [email protected]
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.