이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Disable Lazy Load

설명

Simple plugin to disable lazy loading feature on the site or only on specific images.

Settings

After activating the plugin, go to Dashboard->Settings->Media and under Lazy-loading Settings you will find options:

  • To disable lazy loading on all images on your site.
  • To disable only on post thumbnails of posts and pages.

To disable only on a specific image:

  • Go to Dashboard->Media->Library.
  • Then click on the image you want to disable lazy load.
  • At the bottom, check the Disable default lazy-loading feature checkbox.

Note: You can disable on specific image, while uploading or setting a featured image too.

스크린샷

  • Media setting
  • Media edit page
  • Media popup

후기

2023년 6월 16일
Like many people I expect, I came here after testing my website and receiving the error about lazy loading on the above the fold images. After some fruitless research, the theme developer recommended this plugin. I wish there was a way to disable lazy loading by CSS or some other feature, as I don't wish to disable lazy loading entirely (and while I have a plugin that could also deal with that, I can't get it to work with my theme), as it's not workable to disable it image by image for every page on the website, but so far this is the only plugin I've found that worked and for me it's enough just to remove them from some key pages. I'm also glad I read the comments as I'm sure I would also have missed the 'lazy load' within the settings in the media, although that actually makes more sense in terms of one's regular workflow.
2022년 10월 14일
Does what it says it does and is nice and discreet. Looks like it belongs in wordpress and in fact preventing lazy load on single images should be in the core. Brought me from a B to an A on gtmetrix. I have a full width slider that pretty much fills up the above the fold area and the three slide images were lazy loading.
2022년 8월 7일
message to the previous 1-star ranking If you have a problem with the plugin, why don't you ask in the support section first, and see how the developer reacts and if he can help you. It is a bad habit to give one star in the rating instead, without paying homage to the developer's effort. (and he still offered you help there) Your bad review had kept me from testing the plugin at first, but after installing it, it met my expectations. I can specifically deactivate images that are located in the upper area of the website via the library...and the idea is excellent to achieve better results in the website speed.
2022년 1월 14일
This worked PERFECTLY to remove the loading="lazy" on the featured image which causes the Google page speed test to complain. It would be nice if the "settings" were a little clearer instead of in the Media Settings. I actually removed the plugin twice thinking it didn't work before I noticed the documentation mentioned where the settings for it exist.
2021년 7월 14일
Being a passionate minimalist, I recently found and used the plugin "No BS Image Slider" on a client site. But often only the first image would load, not the others. This seemed to be caused by WordPress lazy loading - the images scroll in on a pure CSS animation, and it seems like the WP JS for lazy loading evaluates all but the first slide as not visible - although they soon are. Empty space slides in... I did not want to to kill lazy loading in general, and this was the only plugin I found which offered to suppress it on certain media files. I was a bit hesitant due to the previous bad review, but found no alternative plugin-based solution. So I tried it - and it works fine. My slider pics are now not lazy loaded. The blanket option to completely suppress lazy loading works too, I tried it. Finally, I had a look at the code: Nice modern OO code, nice and lean, no bloat (but does use vendor/composer). Code looked clean to me. Therefore: Recommended!
2021년 2월 19일 1 reply
Suddenly all elements have an imagen ad background. I have like a thousand images an one of them has been elected to be the background for all divs in the web.
모든 6 평가 읽기

기여자 & 개발자

“Disable Lazy Load”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Disable Lazy Load”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Disable Lazy Load”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.4 – Ded 13, 2022

  • Update: change logic for post thumbnails using wp_get_attachment_image_attributes hook
  • Update: Wrap settings with label
  • Update: Change setting label

1.0.3 – Jan 7, 2022

  • Tested upto WordPress 5.8
  • Update description
  • Add screenshots

1.0.2 – Aug 20, 2020

  • Feature: add meta option on each image to disable lazy loading

1.0.1 – Aug 15, 2020

  • Feature: add options for disabling on all images and only on post thumbnails

1.0.0 – Aug 14, 2020

  • Inital release
  1. This is a monkey