Hello,
my store currently has a realy high TTFB of ~1-2s, of course I want to improve that,
Ive started with the profiler and noted that a custom block Ive created takes up a great amount of time.
What Ive done, was seperating the product part of all templates which render products (Magento_Catalog list/grid templates) into a seperate block.
This takes up 0.6s and around 5mbit of ram.
So is it a better practice to take less blocks, i.e. inline the block template/logic into my list block?