SCCapstone / hackstreetboys

https://fridger.recipes
1 stars 0 forks source link

Hamburger menu icon disappears sometimes, and other icons too #184

Closed josemvidal closed 2 years ago

josemvidal commented 2 years ago
image image
afrederiksen commented 2 years ago

I haven't personally experienced this with the application or ionic generally. I'll do some network traffic analysis mocking various network speeds. In my experience, icons not loading is the result of a VPN blockage or a CDN change. It could also be a rendering issue, I'll see if we can perhaps optimize the way icons are loaded (perhaps a direct SVG if that already isn't the case).

afrederiksen commented 2 years ago

I'll also look into our service caching on Google Cloud's side and our Cloudflare distribution network. Cloudflare should be caching items like image sheets, maybe it just happens once?

Our service looks like GCP Frontend Bucket -> Google App Engine (auto-heal) -> Cloudflare