-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements for the embed app #7963
Comments
@stsewd > Use the proxied endpoint and set cache tags, for faster loads Strong 👍 on cache tags & CDN. That's a huge selling point of this to me.
I think we should figure out the exact API response we want and migrate to it ASAP. As we start building more integrations on it, we're gonna have to maintain the existing API longer :/ |
Yeah, if we are fine breaking the API now, I can put together a proposal on how the response and params look like. Also, updated the issue to also talk about extra js/css files :D |
No. We shouldn't break the API -- |
I don't think storing sections on the db scales. Using the storage for storing sections will have around the same timing that fetching the whole HTML and parse it. I'd say it doesn't worth the effort for this.
I want to return nested sections. We should accept more arguments in the endpoint so we can limit the amount of content returned. |
Yea, I'm -1 on storing this data in the DB for sure. We should use CDN caching to make it faster, if anything. |
Wanted to put this somewhere:
dd
tags without adt
tag nor inside adl
tag)Some of those are breaking changes, others are less breaking the others. Right now our extension is the only user of this undocumented api so far I think. Since it's undocumented I think we can break it a little (at least the no so breaking changes)
The text was updated successfully, but these errors were encountered: