Fresh meteor install super slow (v2.7.3)

Viewed 16

I'm creating a new install with 'meteor create testapp --blaze' and then adding an image at './public/img/blah.png'

I build this image with Docker then launch it on DigitalOcean Kubernetes and for some reach just hitting that image (the blah.png) is super super slow (like 4s).

I tried building a raw node express webapp to do just host that static image file and it comes back consistenly around 39 ms.

So something is going very wrong. I'm wondering if its meteor or DigitalOcean or what. It feel like something is wrong with meteor since the raw express webapp worked.

All my collections that are loading via serverside subscriptions are so slow, the app just hangs for minutes but it actually does eventually come back.

Does this ring any bells? I tried the fresh meteor install without any database stuff to try to rule out the database as the problem. It still seems its meteor itself. It's a weird problem that just cropped up.

0 Answers
Related