”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
“You know, JT was asking me this on the flight, ‘What did you used to do when you were about my age?’ Well, I used to get up in the morning, run four miles. Then I’d go to the gym, do my lifts. Then I’d hit balls for two to three hours, I’d go play, come back, work on my short game. I’d go run another four more miles, and then if anyone wanted to play basketball or tennis, I would go play basketball or tennis. That was a daily routine,” Woods said.
He also pushed himself with unusual exercises like running in combat boots and secretly joining Navy SEAL-style drills.
“The more strength and endurance I got from all the training I did, I didn’t feel the tiredness come Sunday.” (vis Golf Digest)
His former coach, Hank Haney, confirmed the intensity of the regimen. Tiger Woods, who began serious training during his two years at Stanford, would sometimes do a second gym session at night to push his limits even further.
When Hank Haney revealed Tiger Woods’ extreme off-day routine
Tiger Woods’ legendary work ethic extended even to his “off-days,” according to his former swing instructor, Hank Haney. Speaking on a 2022 episode of Golf Subpar, Haney shared how intense Woods’ daily schedule could get even when he wasn’t competing.
“He doesn’t sleep much… maybe 4-5 hours a night. He’d be in the gym by 6-6:30 in the morning… then we’d have breakfast and we’d be on the practice tee by 8:45 or 9. Usually, it’s short game first or pitch shots, and then he’d go to the full swing, hit a full swing on the driving range. Then we’d go play nine holes. Go eat lunch. Back to the driving range, go hit balls. Go play nine more holes. Go work on the putting. After that, some more short game.” (via Golf.com)
Haney, who coached Tiger Woods from 2004 to 2010 also remembered occasions when Woods’ off-days were even more packed than usual.
“I remember the first time I worked with him we went back to the house around 6 at night, and I went up and take a shower.I go downstairs and he’s in the gym and I said ‘what are we doing?’ and he said, ‘when I’m done with my shoulder exercises we’ll go to dinner.’ That was pretty much like it was pretty much every day,” Haney recalled.
For Woods, these intense sessions were more than just training. They helped him handle the pressures of being Tiger Woods while keeping his performance at an elite level over the years.
Edited by Sonali Verma
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-when-tiger-woods-revealed-insane-daily-workout-routine-prime?lang=en&category=golf”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode = ‘(adsbygoogle = window.adsbygoogle || []).push({});’;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…