Hi again Uri,
Yes, I can view the website now.
I disabled Autoptimize by adding ?ao_noptimize=1 to your URL and I noticed two things:
I think you’re using AO’s Inline & Defer option, correct? In your Critical CSS there’s a bunch of direct links to Google Fonts (fonts.gstatic.com). So, you should probably regenerate your Critical CSS.
Then there’s another request (Open Sans) which is loaded non-render blocking using the following code:
<link rel="preload" href="//fonts.googleapis.com/css?family=Open+Sans%3Aregular%2C700%7CFredoka+One%3Aregular%7CMontserrat%3A500%2C700%2C800%26subset%3Dlatin%2Clatin-ext" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans%3Aregular%2C700%7CFredoka+One%3Aregular%7CMontserrat%3A500%2C700%2C800%26subset%3Dlatin%2Clatin-ext"></noscript>
So, since this stylesheet isn’t enqueued according to WordPress conventions, the free version of OMGF can’t detect it and an upgrade to OMGF Pro is required. You can do so here.
If you have any other questions, let me know!