stefanbohacek / fediverse-embeds-wordpress-plugin

Embed fediverse posts on your WordPress site.
https://wordpress.org/plugins/fediverse-embeds/
MIT License
39 stars 1 forks source link

Optimize loading of multiple embeds #5

Open stefanbohacek opened 1 year ago

stefanbohacek commented 1 year ago

The original Twitter Embeds plugin this plugin is based on let you load multiple embeds at once.

This is a bit more tricky here, since you can embed posts from multiple servers and having to wait for a response from a server that may have shut down, or is temporarily unavailable will slow down loading of the other embeds.

It might make sense to split the embeds by server and load those in groups, but I'm open to other solutions.