Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
lazy
- Page 1
Re: Page Speed Issue
Digital Media
Digital Marketing
3 Days Ago
by kearawill
… (especially custom-built ones) need manual setup for things like
lazy
loading, minification, server response, and JS optimization. It’s not…
Re: App development - Lobby functionality optimisation
Programming
Mobile Development
3 Weeks Ago
by jonathannweyer
… network calls, you might want to look into pagination or
lazy
loading to avoid loading all rooms at once. WebSockets can…
Re: Android Native - How To Request Notification Permissions
Programming
Mobile Development
2 Weeks Ago
by Erussuhsh
Hi I'm new android app development can you teach me
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by scope_2
… videos, or components only when needed. Add loading="
lazy
" to <img> and <iframe…In frameworks like React, use React.
lazy
() and <Suspense>. Avoid
lazy
loading above-the-fold content. Combined… with caching and CDNs,
lazy
loading significantly improves …
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
… and evolve naturally, and what started as a topic about
lazy
loading evolved into a topic about everything that could be… SXG instead of buried on the 2nd page of a
lazy
loading thread. Oh well. :-/
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Pelorus_1
By loading images and content only when necessary,
lazy
loading speeds up web portals. Implement JavaScript or frameworks like React with dynamic imports, and use loading="
lazy
" for images.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
Hello Dani, I decided last week not to respond to your last post, but, let's be honest, I can't keep myself from responding. Your example could be valid if you take into account: What percentage of websites/web apps use SXG? Of those, what percentage of the indexed pages by Google are actually cached by Google at any given moment? Of …
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
> Is your example valid? Yes, if you stretch a fringe and long-shot possibility into an opinion. My post was based on my own use case, which is the only data that I have access to. > What percentage of websites/web apps use SXG? DaniWeb uses SXG. > Of those, what percentage of the indexed pages by Google are actually cached by…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
> If a webpage performs poorly in Lighthouse audits for metrics like LCP, Speed Index, CLS, e.t.c. those issues will also affect real Chrome users, ultimately having a negative impact on its SEO. Basically what I was saying was that I found that to not be the case with my own website. Like I said, half the time SXG makes what I see in …
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
Dani, first of all, thank you for sharing the numbers. Yes, if LCP for mobile devices has improved from 3 seconds to 2.1 seconds (with SXG being the only difference), it’s clear that SXG is working well for DaniWeb. 232,000 crawl requests for an SXG certificate over the past three months for 207,000 pages is negligible. Your SXG certificates …
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
I also don't believe that Lighthouse audit results are an effective representation of CWV , but I believe that are an efficient way that we have to understand what affects CWV in a web app
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
> Your SXG certificates have a limited lifespan SXG certificates have a maximum lifespan of 90 days, and the majority of our pages have cache-control HTTP headers anywhere between 7 and 30 days. (Some longer, some shorter) If a forum thread is 10 years old, and has not received a new reply in 9 years 10 months, we can feel comfortable caching…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
> Of course, Lighthouse audit results are influenced by factors like your location, connection, and other variables. That's why I disagreed with you that a Lighthouse audit is always representative of real world users. In my case, the majority of my real world users do not have the same location and/or technology as I do. > I decided …
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
So then that begs the question ... may I ask why you were initially hesitant to respond to me the other week? I'm just curious.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
Just a correction to my last comment: 'I love being part of the DaniWeb experience,' not Daniwev. It was a typo I noticed immediately, but I couldn't edit the comment (which could be a useful feature). I was hesitant to respond because discussing SXG seemed to be significantly off-topic for this thread. Additionally, the fact that Lighthouse …
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
> It was a typo I noticed immediately, but I couldn't edit the comment (which could be a useful feature). > You should be able to click the little edit button for up to 10 or 15 minutes (I forget which) after posting in order to correct typos. We don't allow you to edit your post after that because we've run into problems in the past…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
Ah, yes, I thought you were talking about posts themselves. Post comments can no longer be edited. (Too many people were replying to post comments and then the person would change their vote and remove the comment.) Comments are mostly meant to be short things like "I agree with that!" or that type of thing.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Reverend Jim
>Comments are mostly meant to be short things like "I agree with that!" or that type of thing. A reminder to all - use the comment tool to give kudos instead of reviving a multi-year old thread by adding a new post. Using the comment tool not only saves us from wading through old threads, it also gives points the the person who …
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by gediminas.bukauskas.7
Here is a problem: Blazor WEB application working in SSR mode performs partial update of the page after posting. JS initialization does not work in this case. It is difficult to find correct event for performing JS operations.
What are some underrated React JS best practices?
Programming
Software Development
2 Months Ago
by James_228
…() smartly (but not overusing) Breaking components into smaller reusable ones
Lazy
loading routes and components But I’d love to know…
Re: Multiple MySQL connections + transactions
Programming
Databases
2 Months Ago
by Salem
… you only have one DB and you want to be
lazy
about referring to it. So you make it the default…
Re: Page Speed Issue
Digital Media
Digital Marketing
2 Months Ago
by ashleydent4u
…’re often custom-built and heavier in structure. Things like
lazy
loading, efficient server-side rendering, and minimizing JS/CSS manually…
Re: How to speed up my (WordPress) website?
Digital Media
Digital Marketing
1 Month Ago
by graceweb
One thing I’ve noticed that helps maintain speed without breaking things is being careful with how many plugins you install. Sometimes even just one poorly optimized plugin can slow things down. Also, consider
lazy
loading videos and iframes if you haven’t already.
Re: Lazy Loading with a responsive script
Programming
Web Development
4 Years Ago
by rproffitt
I see line 28 calls out
lazy
so are you reporting it doesn't work? I won't breach into a discussion about what is
lazy
loading here but maybe you forget to tell the browser when to load the image. If so, read https://css-tricks.com/the-complete-guide-to-
lazy
-loading-images/
Lazy-ass multi-lingual spamming attacks
Hardware and Software
Information Security
15 Years Ago
by newsguy
… sabbatical. Unfortunately the spammers have gone multi-lingual in a
lazy
-ass automated kind of a way with great effect. Spam… reckon they know why, and it comes down to those
lazy
-ass spammers using automated translation services and templates to enable…
Lazy Loading with a responsive script
Programming
Web Development
4 Years Ago
by feehoy
… too long and loading is slow.I need to implement
lazy
loading after the third image. How do I implement this…;author"]; $_SESSION['author'] = $author; echo "<img loading='
lazy
' src='{$row['file_source']}' alt'...' width='100%' />\n";?>…
Lazy Susan
Programming
Software Development
14 Years Ago
by greenman626
… how to write code for a right circular shift aka
lazy
susan. Its an array with 10 elements let me show…
Re: Lazy Susan
Programming
Software Development
14 Years Ago
by greenman626
… can be used as the basis for implementing a "
lazy
susan" type of application, such as cycling forwards or…
Lazy script kid hackers responsible for automated web attacks
Hardware and Software
Information Security
13 Years Ago
by happygeek
New research shows that hackers are becoming increasingly
lazy
in their search for online exploits, with 98% of Remote …
Re: Lazy Loading GAM
Digital Media
Digital Marketing
4 Years Ago
by adtagmacros
…defaults. googletag.pubads().enableLazyLoad(); // B) Enable without
lazy
fetching. Additional calls override previous // ones. googletag….pubads().enableLazyLoad({fetchMarginPercent: -1}); // C) Enable
lazy
loading with... googletag.pubads().enableLazyLoad({ // Fetch slots …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC