AFAIK, other clients load original images directly from the source. I think some use CDNs. All this produces janky feeds if original files are large.

Note that we never change any URLs at Primal. Users' notes remain unchanged. This is very important. Our clients have additional logic to try to load smaller versions from our CDN, then fallback to the original URL. Once the user selects the image, we always show the original hi-res version.

Reply to this note

Please Login to reply.

Discussion

The URL in the feed is a different URL to what the user posted. Although it ultimately points to the users photo/server. It’s still an alternative URL until the post is interacted/clicked. Correct?

Am I understanding this correctly?

The url is the same as what the user posted. Our clients interpret that url by trying to load an optimized version from our cdn, then falling back to the original.