ApollosProject / apollos-embeds

Apollos React Embeds that can be used in Webflow and other third-party websites.
https://www.npmjs.com/package/@apollosproject/apollos-embeds
0 stars 0 forks source link

skips feature feed query if no ID #197

Closed redreceipt closed 8 months ago

redreceipt commented 8 months ago

🐛 Issue

We're making LOTS of invalid requests to the server. This is causing a lot of unnecessary load on the server.

✏️ Solution

Skip making requests to the server if there's no feed ID

🔬 To Test

Not really sure...

📸 Screenshots

Screenshot 2024-03-21 at 4 58 52 PM
vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
apollos-micro-service ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 21, 2024 9:46pm
apollos-web-embeds ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 21, 2024 9:46pm
nlewis84 commented 8 months ago

Let us know if this clears up the errors! Seems like a good idea to me.