ADVERTISEMENT

Chef Gene Gonzalez's mushroom growing journey

Published Nov 28, 2025 12:04 am  |  Updated Nov 27, 2025 05:08 pm
AVANT GARDENER

A few weeks ago, I had the opportunity to eat what I harvested. While this is nothing new, what made the experience different was it was served in one of the iconic restaurants of the city I grew up in.
I have never known San Juan without Cafe Ysabel. To me, it is synonymous with old San Juan. Its chef and owner, Gene Gonzalez (who also owns and operates the Center for Asian Culinary Studies [CACS]) has been a fixture in the local culinary scene for as long as I can remember. When I dropped by Cafe Ysabel for this interview, he also invited me to pick my own mushrooms and immediately served them in a consomme after.
Gonzalez began growing mushrooms during the pandemic after someone gave him a grow bag. “All you have to do is take care of it, keep it under ideal conditions, and it will fruit.”
He began trying out different kinds of mushrooms, sourcing them from all over the country back when they were still hard to find online. “I was creating my own growing media. Now you really don’t need to do it. You can just buy the bag, keep it under good conditions, and start harvesting.”
He has since settled on two varieties: the brown oyster mushroom and the milky mushroom. “The white oyster is the most prolific variety and it’s used by the mushroom chicharon makers, but I find it to be bland and tasteless. I also find a lot of wastage because you have to snip the fibrous stems. Then there’s the aesthetic of a yellow mushroom, but they don’t last. Give it about 12 hours and they start oxidizing. The red or pink oysters are beautiful and prolific, but I find the flavor too earthy and some people don't like it. The brown oyster mushrooms are enjoyable. They are, what an ordinary human being would say, ‘This tastes like a mushroom, it has wonderfully earthy, meaty notes.’ I’ve tried everything—lionsmane, shiitake—but we don’t have the weather for them,” he said.”
“The milky mushrooms to me were the most effective. I think they are also the most delicious. There’s a lot of bulk. If you go into this commercially, it would be nice.”
Milky mushrooms aren’t new in the Philippines, but their popularity has yet to take off, at least in comparison to the ubiquitous oyster mushrooms. “Milky mushrooms like big containers for their substrate. The nutrients are less compact so they really grow huge. The biggest milky mushroom I’ve harvested was about an easy five to six inches in diameter. They grow in a clump, and you can eat them from tip to tip. All you’ve got to do is cut off the soil-like substrate and you can make different dishes out of the texture of the stems and the caps.”
His mushrooms are mainly grown for personal consumption. “I eat mushrooms almost five times a week.”
Gonzalez is a cancer survivor, and part of his interest in growing mushrooms stem from their health benefits. “The medicinal benefits you can get from mushrooms are great. It’s not harmful to eat them raw, but you won’t get as many benefits as when you cook them lightly.”
Sometimes, Cafe Ysabel guests can reap the rewards of his harvests as well. “If I have an overharvest, I would ferment and dry them for use in my sauces because the intensity is very strong. You give it a slight hint of fermentation, the amino acids just go up and the flavors are magnificent,” he said. “When we have beautiful harvests, we sell them baked and stuffed.”
I got to try the latter, which was composed of chopped onions, herbs, and ham stuffed into brown oyster caps and topped with grated cheese; a simple, clean-tasting dish that whets the appetite.
Growing his own food has subtly influenced the way he runs the restaurant. “It’s kind of artisanal because when you come to Cafe Ysabel, there’s always a small surprise, and I continue with that. The customers, especially regulars who know our menu, would be pleasantly surprised.”
It’s also made its way into the CACS program, which now includes sprouting. Next year, the school will also be offering a professional Asian program that focuses on technique as opposed to relying on recipes. “There will be obligatory recipes but these will allow chefs to create their own variants.”
Cultivating food crops has given Gonzalez a newfound appreciation for the privilege of being able to harvest fresh from his garden. “It’s not free, but it’s almost free because it’s something that you grew,” he said. “Also the comparison of terroir. You grow something and it will taste very differently from something you’ve tried outside or bought outside. There is a difference.”

Related Tags

YVETTE TAN AVANT GARDENER
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.