• Dear WP team,

    If you put correctly fetchpriority=”high to the first image, why add also decoding async?? That is one problem for LCP.

    Now I found a function that fixes it, but it took me a lot of time and a headache.

    I hope can fix this in the WP core for first image, and maybe if is one gallery, the two first or three by column gallery.

    I like know what is the parameter for use loading=”lazy”, because in my case is correctly in the last image.

    And I like request more options in media, for example, if no have one custom link, choice to no link, attachment or image etc.

    And for gallery, modify globally in media, the numbres columns and another parameters, maybe you can put advanced options in media.

    Another request is remove unused admin options of old plugins, etc, tto keep wordpress light and one good cleaner of data base (I know are plugins).

Viewing 1 replies (of 1 total)
  • Hello @guillermo77

    To improve LCP (Largest Contentful Paint) and avoid duplicate settings for images, you can set fetchpriority="high" on the first image and omit decoding="async". For lazy loading control, use the loading="lazy" attribute on images that appear lower on the page. For customizing image link options and gallery settings, try using the Enhanced Media Library plugin, which provides more advanced media and gallery customization options. For cleaning up old plugin data, the Advanced Database Cleaner plugin can help streamline the database and remove unused entries.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.