• If I open a new web browser up and load up the Rencontre web-page, there is a slight delay, if I am already logged in to WordPress.

    This may be because of the many small photographs of the featured profiles.

    Could browser-level lazy loading be used, such that the images are only loaded by the browser when they are visible?

    This won’t require any work other than marking the images as loading=”lazy” and letting the browser work out when the images should be loaded. See the below for details.

    https://web.dev/lazy-loading-images/

    I know I could install a plugin that does this, but each plugin installed slows WordPress down and can result in strange problems.

    In any case this is not a big problem, only a nicety to have the feature of lazy loading on the front page.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘browser-level lazy loading enhancement request’ is closed to new replies.