ADVERTISEMENT

Verstappen toasts Tost after 19th win completes dominant season

Published Nov 27, 2023 03:14 am

At A Glance

  • It was a measure of Max Verstappen's spare capacity in a season of record-breaking success that the first person he mentioned on Sunday, Nov. 26, after winning the Abu Dhabi Grand Prix was a retirement-bound F1 veteran team boss, Franz Tost.

ABU DHABI (AFP) -- It was a measure of Max Verstappen's spare capacity in a season of record-breaking success that the first person he mentioned on Sunday, Nov. 26, after winning the Abu Dhabi Grand Prix was a retirement-bound F1 veteran team boss, Franz Tost.

maxxxx.png
Red Bull Racing's Dutch driver Max Verstappen celebrates with the trophy on the podium after the Abu Dhabi Formula One Grand Prix at the Yas Marina Circuit in the Emirati city on Sunday, Nov. 26. (AFP)

After 18 years as the head of Red Bull's junior team, an operation that has been a conveyor belt of talent for the Milton Keynes-based outfit and others, Tost was on the Alpha Tauri pit wall for the final time.

"Thank you to everyone," said Verstappen on his in-lap after his record 19th win of the season and the 54th of his career. "And thank you to Franz Tost. He has had lots of us under his wings and it is his last race – so thank you to Franz."

Verstappen's progress from "Mad Max" in his early days of impetuous aggression through his determined arrival as a serial champion, following his controversial 2021 triumph at the Yes Marina Circuit, to his latest role as a record-breaking winning machine has been unstoppable.

On Sunday, he became the first driver to complete a season having led more than 1,000 laps – 1,003 of the 1,325 available – to deliver a percentage rate of 75.70 per cent, a feat that surpassed the 60-year-record of two-time champion Jim Clark, who led 506 of 708 laps at a rate of 71.47 in 1963.

"It's been an incredible season," he said. "It was a bit emotional on the in-lap, the last time sitting in the car which has, of course, given me such a lot. And I am very proud to win here in the last race and I have to say a big thank you to everyone at Red Bull. It's been an incredible year -- it will be hard to do something similar again.

"We know that, of course. You always want to do better but sometimes doing better is not only race wins and potentially winning the championship. We will see! We’re working hard for next year to have again a very competitive car."

As he began his celebrations, Formula One’s records were being revised again – he is the youngest driver to score points, the youngest race leader, youngest winner, youngest to record a fastest lap and the youngest to score a 'grand slam' of pole, victory and fastest race lap.

And he also holds records for most podiums in a season (21), most wins (19), most points (575) and most consecutive wins (10).

Most dominant ever

Without question, his triumphant 2023 season was the most dominant by any driver in F1 history, having won more than 86 per cent of the races. He was beaten only three times in 22 races -- twice by teammate Sergio Perez and once by Ferrari's Carlos Sainz, in Singapore, where Red Bull experienced a rare off-day.

His advantage in points ahead of Perez in the drivers’ championship, at the end of the season was 290 points – more points than the Mexican accumulated over the 22 races, 285, to secure second place in the title race ahead of seven-time champion Lewis Hamilton of Mercedes, 234.

The Briton, who finished ninth to score two important points that ensured Mercedes retained second place ahead of Ferrari in the teams' title race by three points, praised Red Bull and Verstappen, but feared domination by the champions next year.

"It hasn't been a great year," admitted Hamilton, who will be 39 in January. "For Red Bull to win by 17 seconds in the end and they haven't developed their car since August… it's definitely a concern."

Related Tags

F1 Max Verstappen
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.