When placing a block in the block layout all existing blocks are being loaded and it causes a time out. Is there an existing solution for this issue? If not, there should be logic to handle a big amount of custom blocks.
As a hotfix I created a patch that checks if the block is saved as block_content and if it is, remove it from the loaded list.