ADVERTISEMENT

Size matters

Published Dec 1, 2022 09:02 am

2019 GAC GA4 GL 200T

In the subcompact segment, our title cannot be more accurate. Just look at the Vios and the City. These models have grown bigger and yet become more efficient throughout the years.

What you will like about our featured vehicle, the GA4, is how much larger it is than the two most popular models in the subcompact segment. Its design takes after the look of big body sedans of the 90s to early 2000s, albeit with a few more body striations (a couple on the hood and one near the rocker panel) and a sharp character line for a more distinctive look amidst this crowded segment.

Like most GAC units, the nose is not flashy. It has a plain three-slat chrome grille flanked by halogen headlamps with a level adjuster. The shapely bumper accommodates a grille extension at the bottom and halogen fog lamps on either side.

The bottom of the C-pillar is pulled back towards the rear resulting in this semi-fastback look that creates an illusion of more space because the windows are elongated. It shortens the rear deck but does not affect the cargo capacity. At the rear is a shark’s fin antenna, a small lip on the trunk, and LED rear combination taillights.

Even at first glance, the GA4’s rounded exterior differentiates it from competitors, and even though we are talking about millimeters here, it still appears heftier than it really is. It is not flashy and will not really turn heads on the road. But it brings a small amount of sophistication and looks more premium than its counterparts.

The brand’s quality extends even to the smart keyfob. It is smaller than I expected, which shows how the automaker considers all the tiny details. Most new auto brands incorporating new tech like smart entry systems struggle to make keys compact and inadvertently create chunky pieces that do not fit nicely in men’s pockets.

Its cabin has leather upholstery and an elegant padded dashboard with a broad flat surface. The design is understated, and the only highlights come from two silver trims — one spanning the width of the cockpit and the other framing the eight-inch touchscreen display.

Standard features include power-adjustable front seats, a Start/Stop button, electronic parking brake, rear air vents and a rear USB port, a drop-down armrest in the second row, and a sunroof.

The generous wheelbase and tall roof easily translate to a cabin more spacious than segment standards. Instrument displays are colorful and vibrant, but still easy on the eyes at night. I especially like the ergonomic shape of the gear-shifter that lets my palm rest comfortably on top. My only complaint is the aircon takes longer than expected to cool the cabin after some time parked under the sun.

This top-of-the-line variant uses a 1.3-liter turbocharged gasoline engine that sends 136 horsepower and 202 Nm of torque to the front wheels via a six-speed automatic transmission. It comes with several drive modes. Eco can be accessed via a button by the center console, while Sport mode is activated by shifting to S. The difference in response and agility between the modes is minimal. The only palpable effect is the revs get higher.

It is obvious how the small engine struggles with the 1.3-ton curb weight. Upshifts happen close to 2,000 RPM regardless of the mode, and it climbs a little higher to maintain 100 km/h. Engine noise is also very audible when throttle pressure is applied. Fuel consumption is only 7 km/l in mostly highway driving. The transmission works smoothly in city traffic and at highway speeds.

Despite the body weight, the steering feel is light, and the body is highly maneuverable. It tackles corners pretty well and exhibits little body roll. Comfort is also good as it handles potholes and humps very well. There is a bit of harshness from the 17-inch alloy wheels, but other than that, I cannot complain about NVH (noise, vibration, and harshness).

The 2019 GA4 GL 200T is a bit of a mixed bag, which is probably why GAC PH isn’t offering this model anymore. It is great to note that they replaced it with a 1.5 AT variant that goes for a lot less (P858,000). It has modern amenities like the eight-inch touchscreen, Bluetooth, USB ports (one in front and another in the 2nd row), traction control, hill-start hold control, and cruise control.

To answer questions about the model’s durability, know that the GA4 finished second overall in the four-hour race and fourth in the 12-hour race at the 2019 Kalayaan Cup Endurance Challenge.

GAC is not a household name in the PH, but it has been the #1 mass-market brand in China over the last two years. The GA4 is a first-gen model, but it got many things right. One of those is its big body because everyone knows that in this segment, size matters.

Related Tags

sedan GA4 gac
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.