dreamsoftin / flutter_wordpress

Flutter WordPress API
https://pub.dartlang.org/packages/flutter_wordpress
MIT License
198 stars 122 forks source link

Featured Images are fetched with multiple API calls #59

Open 2shrestha22 opened 3 years ago

2shrestha22 commented 3 years ago

The REST API already supports adding the query param ?_embed to the URL and the response will then include all “embedded media”, including the featured image but this library call API multiple times to fetch the featured image. May be you are getting featured image from media ID. This process takes so much time and is not good for user experience.

If featured image source url can be fetched in a single API call performance will be much better.

Or if I am unaware, how can I get post lists with featured image without waiting for a long time. It usually takes 5 - 8 seconds to load 10 list of posts with featured image on.