Brewing Basics
TDS
Total Dissolved Solids, a measurement of the concentration of dissolved coffee compounds in the brewed liquid, expressed as a percentage. The SCA recommends a TDS between 1.15% and 1.35% for filter coffee.
गहराई से
TDS is measured with a digital refractometer by placing a small sample of brewed coffee on the lens. Combined with the brew ratio, TDS allows calculation of extraction yield, giving baristas an objective framework to evaluate and communicate recipes. A cup at 1.15% TDS tastes lighter and more transparent, while 1.45% or above may taste heavy or muddy to many palates.
Embed on your site — BrewFYI
Add the widget to any webpage using a script tag.
<div data-brewfyi="glossary" data-slug="tds"></div>
<script src="https://cdn.jsdelivr.net/npm/brewfyi-embed@1/dist/embed.min.js" defer></script>
Embed using a standard iframe — works in any CMS.
<iframe src="https://brewfyi.com/iframe/glossary/tds/" width="100%" height="480" frameborder="0" loading="lazy" title="BrewFYI glossary widget"></iframe>
Paste the URL into WordPress, Medium, or any oEmbed-aware editor.
https://brewfyi.com/glossarys/tds/
Add a badge linking back to BrewFYI.
<a href="https://brewfyi.com/glossarys/tds/" target="_blank" rel="noopener">
<img src="https://brewfyi.com/badge/site.svg" alt="BrewFYI" height="20">
</a>
Preview:
Use the BrewFYI WordPress plugin shortcode.
[drinkfyi-glossary site="brewfyi" slug="tds"]
Use as a native HTML custom element in modern browsers.
<brewfyi-glossary slug="tds" theme="light"></brewfyi-glossary>
<script src="https://cdn.jsdelivr.net/npm/brewfyi-embed@1/dist/embed.min.js" defer></script>