ADVERTISEMENT

Is Angel Locsin's very low 800-calorie diet safe?

Published Jun 21, 2021 06:41 pm

The answer, in a nutshell, is no. Here’s why

Media platforms are now abuzz with actress Angel Locsin’s current 800-kilocalorie diet, prescribed by a health clinic for weight loss. The diet may be enticing to people struggling with losing the excess pounds they have packed during the long months of being on lockdown.

There is no doubt that calorie deficit will always lead to weight loss, thus an 800 kcal intake per day will surely result to rapid weight loss initially. While achieving a healthy weight range is essential to optimum health, other factors must be considered when going on a diet. Is it healthy? Does it promote emotional and mental wellbeing? Does it help the body repair or recover? Is it sustainable?

“An 800-calorie diet is classified as a very low-calorie diet for an individual. This diet will not supply your optimum energy requirements for daily activities. Your source of glucose will be very limited to supply the needs of our functional brain. The least that we can use the 800 kcal is if it’s very significant to be part of the medical management,” Juvy Sy of the Nutritionist Dietitians’ Association of the Philippines, says.

‘An 800-calorie diet is classified as a very low-calorie diet for an individual. This diet will not supply your optimum energy requirements for daily activities.’

Very low calorie diet or VLCD has been used as part of a rapid weight loss program for individuals with obesity since the 1970s. This diet is only prescribed for patients as part of a comprehensive weight loss program for a short period of time. The patient must meet specific criteria that includes a BMI or Body Mass Index of 30 or above and he or she must have a medical reason to rapidly lose weight.

“Very low-calorie diets (<800 kcals/day) are only recommended when the need is related to medical intervention and must be strictly supervised by the registered nutritionist-dietitian,” Sy adds.

Studies have shown that VLCD may benefit individuals with non-insulin dependent diabetes (Type 2 DM). The weight loss leads to a more regulated blood glucose level. But there are also some drawbacks. Rapid weight loss may cause the formation of gallstones. When the body breaks down fat rapidly, the liver secretes more cholesterol into the bile. More than three pounds of weight loss per week is considered unhealthy.

“There is no specific dietary approach for weight loss. The evidence-based diet that may provide weight reduction will be between 1,200 and 1500 kcal/day for women and 1,500 and 1,800 kcal/day for men,” adds Sy, the chief dietitian for Asian Hospital and Medical Center in Muntinlupa City.

Another downside of going on a VLCD is the decrease in the production of thyroid hormones. The thyroid plays a huge role in metabolism and weight management. An 800-kcal diet will work against your metabolism and weight loss program, most especially if you have an underactive thyroid gland.

Sy advises dieters against going on VLCD on your own. “If you are thinking of undergoing a weight management plan either to gain weight or lose weight, you must be assessed by a professional and licensed nutritionist-dietitian. We are encouraging everyone to check on the field of practice and clinical experience of your RND. He or she must provide an individualized diet based on your daily lifestyle, culture, and clinical condition.”

Weight loss programs must include diet and optimal nutrition, exercise and mindful movement, behavior modification, rest and recovery, and stress management. Unfortunately, an 800-kcal diet will not supply adequate energy to support exercise. Careful consideration must always be done by a team of experts before an individual could safely and efficiently undergo a VLCD without it being detrimental to one’s health.

“Everyone is encouraged to have a lifestyle and behavioral change program strategy for a period of six to 12 months, especially for weight-loss maintenance. Regular high-intensity physical activity of 200 to 300 minutes per week has to be sustained to help prevent weight regain,” said Sy.

Research has shown that individuals who have significantly lost weight with VLCD regain their weight after about one to five years. More than just achieving your weight loss goals, it is important to adapt a healthy and holistic approach to prevent weight gain.

[email protected]

Related Tags

dieting VLCD Dr.AiveeTeo diet Angel Locsin
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.