Magento 2 Certification Questions List | Cacheable false in layout

You added to default.xml

<referenceBlock name="content">
 <block name="myHeavyBlock" cacheable="false" template="havyBlocks/template.phtml"/>
</referenceBlock>

All pages become very slow. What happened?