ADVERTISEMENT

It's not easy being green: A review of Wicked, Part 1

Published Nov 21, 2024 06:27 am

At A Glance

  • The story was a winner, tracing back to when the two were budding witches at Shiz University and against all odds, forged a friendship.
image1.jpeg
A scene from Wicked, Part 1

When Wicked opened this week in cinemas, it’s a safe bet to say there’s a built-in audience that will flock to the theaters and make a beeline for the SM IMAX cinemas to enjoy an Oz-some, heightened experience of the musical. 

Proven and established intellectual property, such as hit Broadway musicals, have fans ready to absorb any iteration of the much-enjoyed creative content. So, given that Wicked has been an all-time favorite on Broadway, it ensures that lovers of theater, musicals, and Broadway will all pledge their allegiance to the Wicked "altar."

And why shouldn’t they? Based on the Gregory Maguire novel, which drew on the original The Wonderful Wizard of Oz by L. Frank Baum, the Broadway musical of Schwartz and Holzman was a wonderful origin prequel to the much-loved film The Wizard of Oz. And if Broadway had already produced a spin-off via The Wiz, which retold the story from an African-American perspective, this one of Wicked played on the notion of who was the Wicked Witch of the East, Elphaba, and the Good Witch of the North, Glinda, before the events of The Wizard of Oz? 

The story was a winner, tracing back to when the two were budding witches at Shiz University and against all odds, forged a friendship. And when you had the magical songs of Schwartz and Holzman gaining a life of their own beyond the musical, everything was set in stone for success. I say this because how often do we hear Defying Gravity requested or sung at Karaoke parties and auditions, and so many don’t even know that the song comes from Wicked?

image0.jpeg
 

So now we have this Jon M. Chu-directed magnum opus - two hours forty minutes for Part 1, and Part 2 is promised for next year. Previously best known for directing Crazy Rich Asians, Chu has also produced live concert films of Justin Bieber, two Step Up films, plus In The Heights. So, he knows his musicals and has successfully transitioned them to film.

With Ariana Grande as Glinda Good Witch of the North, and Cynthia Erivo as Elphaba, the Witch of the West, there were eyebrows originally raised when the casting was announced. You can all rest easy; Erivo has really ‘arrived’ with this film. And if there’s a big surprise, Ariana creates her enjoyable version of Glinda with humor and hair flops! Michelle Yeoh is on board as Madam Morrible, the headmistress at Shiz University. And there’s Jeff Goldblum as the Wizard. 

The cinematography is sparkling, and the tones surrounding Elphaba are in stark contrast to those utilized when Glinda is in the frame. It all adds luster and thematic coloring. The dance numbers are energetic, and we invest in both main characters. 

What happens in the second week when all the diehard musical fans have had their fill? Will this film qualify as family entertainment to sustain box office revenues? At two hours forty, that’s quite a task to ask of young children in a cinema. I hope it does have the legs to be a major success, as that would guarantee the film Oscar nominations and reward the people behind the film - who loved the material and working on this film. 

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.