Re: Android Native - How To Request Notification Permissions Programming Mobile Development by Inamullah_1 Great tutorial—thanks for sharing! Just a few quick additions: Starting with Android 13 (API 33), apps must request permission for POST_NOTIFICATIONS at runtime, while older versions allow notifications by default. It’s best to check the Android version before requesting this permission to avoid unnecessary prompts. Also, remember to handle the … Re: Page Speed Issue Digital Media Digital Marketing by kearawill … (especially custom-built ones) need manual setup for things like lazy loading, minification, server response, and JS optimization. It’s not… Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development 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 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 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 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: Page Speed Issue Digital Media Digital Marketing 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 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: App development - Lobby functionality optimisation Programming Mobile Development 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 by Erussuhsh Hi I'm new android app development can you teach me Re: Lazy Loading with a responsive script Programming Web Development 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 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 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 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 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 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 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 … Re: lazy form repainting Programming Software Development by zydaru i can't find what could be the problem...i downloaded the zip extracted it all on desktop clicked "Klculeste" and it works ( with the same lazy form repainting but it works). i don't know if it matters or not but my os is vista home premium and i created my project in visual studio 2008 professional edition .net framework 3.5 sp1 Re: Lazy FileDrop to Windows Explorer Programming Software Development by dougy83 … like it deals with exactly what I'm after for lazy load. I haven't got a chance to try it… Re: Lazy Questions Community Center Meta DaniWeb by ddanbe @decepticon @Reverend Jim Thanks guys! :o) Try to do my best. I consider this as a form of politeness towards others. Trying to be civilized in eh hmm civilized world. The "lazy" people out there (their, they're .. he, he) should also give it a try. Re: Lazy Loading GAM Digital Media Digital Marketing by Dani I want to add that, per the above setup, lazy load is working as expected. Re: Lazy Loading GAM Digital Media Digital Marketing by Dani Ah, thanks so much for the catch! I copied the code from the sample code at https://developers.google.com/doubleclick-gpt/samples/lazy-loading and didn't realize that they were repeating it multiple times for clarity and not for production. I'll fix it right now. Thanks! Re: Lazy Loading GAM Digital Media Digital Marketing by djibnet … it much easier to highlight code changes before/after ads lazy loading https://chrome.google.com/webstore/detail/view-rendered-source… Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by jkon …have different distance from viewport thresholds for loading="lazy" images. For example, Chromium-based browsers … Here](https://web.dev/articles/browser-level-image-lazy-loading#:~:text=On%20fast%20connections%20(4G)%2C,… beginning. Also, using IntersectionObserver in JavaScript for lazy loading allows you to create your own policies … Help me with Implementing Lazy Loading using Google Publisher Tag Digital Media Digital Marketing by usaidr20 …Enable with defaults. googletag.pubads().enableLazyLoad(); // B) Enable without lazy fetching. Additional calls override previous // ones. googletag.pubads().enableLazyLoad({fetchMarginPercent… mobileScaling: 2.0 }); // Register event handlers to observe lazy loading behavior. googletag.pubads().addEventListener('slotRequested', function(event) { … Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by jkon …you control the browsers and their versions. Of course, lazy loading impacts SEO. Modern SEO has more to do with…slideshow is above the fold (ATF) and should NOT be lazy loaded. Cumulative Layout Shift (or CLS for friends) is… now: Your JavaScript should do only three things: 1. Lazy load everything that is not ATF, allowing some space to… Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by jkon …one tab selecting "Desktop". The version with lazy loading through JS IntersectionObserver is in: [Click Here](…https://ej-kon.github.io/tests/lazy-load/intersection-observer.html) And the version with loading…[Click Here](https://ej-kon.github.io/tests/lazy-load/loading-lazy.html) I have a theory of why this … Every Website Needs a Resident Lazy-FAQ Community Center by sitefx …generation of search facilities a "lazy-faq". The users can be lazy because they can type a simple …trawling through the site, and the search bot is lazy because it doesn't fetch any data until the …to quickly find information without disrupting their navigation. "Lazy-faq" technology is well overdue in the current climate… Re: Help me with Implementing Lazy Loading using Google Publisher Tag Digital Media Digital Marketing by Dani I'm so sorry for not seeing this post until now. Unfortunately, I'm 3 months too late. Were you able to get this question answered? I struggled with the same thing last year and you can see my code at https://www.daniweb.com/digital-media/digital-marketing/threads/522735/lazy-loading-gam Shared Web Worker with Dedicated Web Worker as failover - Lazy Load Example Programming Web Development by jkon …an example of this for something common and useful , lazy loading images . It needs to be modified if you…jpg that is going to be the image to lazy load and a transparent1x1.png that is a …JavaScript Shared Web Worker with Dedicated Web Worker as failover - Lazy Loading Images example </title> <style> …