Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
impact
- Page 1
Re: How much anonymity does a VPN really provide?
Hardware and Software
Information Security
6 Days Ago
by TurisVPN
A VPN helps hide your IP and encrypt your internet, so others (like your ISP) can’t see what you do online. But it doesn’t make you totally anonymous. The VPN company can still see your traffic (if they keep logs). Websites can track you with cookies, and if you log in with your real info, they know who you are. So, a VPN is good for privacy …
Re: How much anonymity does a VPN really provide?
Hardware and Software
Information Security
5 Days Ago
by Liam91
A VPN is a tool that keeps your internet connection safe and private. It stops others from seeing what you do online. But a VPN doesn’t make you completely anonymous. To pick a good VPN, check: -How you pay (Bitcoin is more private than a credit card) -If they keep records of your activity (best if they don’t) -If they share IP addresses …
Re: Securing Customer Data: An Essential Cybersecurity Handbook
Hardware and Software
Information Security
4 Days Ago
by graceweb
Hey Bam_391, Thanks for putting this together, really thorough breakdown. I think your point about regular employee training is especially important. Even with the best technical safeguards, a single phishing click can cause major issues. Curious if you have any thoughts on balancing strict access controls with usability, especially in smaller …
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
… understand the "speed index" SEO
impact
of using loading="lazy" (that …looks like the the speed index
impact
is there , but the CLS
impact
is negligible (now I see… a really bigger LCP
impact
though). I must create a really simple basic… to understand better if there is a CLS
impact
(that it doesn't really make sense). …
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
… (of course) that Lighthouse, as a tool, doesn’t directly
impact
SEO rankings. However, Core Web Vitals , which Lighthouse helps measure… will also affect real Chrome users, ultimately having a negative
impact
on its SEO.
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
2 Months Ago
by asadkhan12
… themselves—small yet strategic psychological tweaks can make a massive
impact
on conversions. Trust signals, emotional storytelling, and cognitive ease are…
Hi everyone, I'm caamrita329
Community Center
Say Hello!
2 Months Ago
by caamrita329
… of Numbers, a non-profit promoting financial literacy and the
impact
of accounting. With my Chartered Accountant (ICAI India) credentials, an…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
… you specify image dimensions, there should never be a CLS
impact
. CLS measures needing to reposition elements on the page as…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
… will also affect real Chrome users, ultimately having a negative
impact
on its SEO. I have found that to not be…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
… will also affect real Chrome users, ultimately having a negative
impact
on its SEO. Basically what I was saying was that…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
… have to understand what changes to make and observe their
impact
. Consequently, improving those metrics will improve them for real Chrome…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
… have to understand what changes to make and observe their
impact
. You are assuming that most people have reliable internet connections…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
… and wait two to three months to observe the CWV
impact
on each in Google Search Console? What is the alternative…
The Impact of User Research on UX Design
Digital Media
UI / UX Design
2 Months Ago
by Pokemons
How does UI (User Interface) design contribute to the overall user experience, and what are some key principles that designers should follow to ensure a visually appealing and functional interface?
Re: The Impact of User Research on UX Design
Digital Media
UI / UX Design
2 Months Ago
by Reverend Jim
A bad design leads to a bad experience. A good design can lead to a good experience. Is that a question that seriously needs to be answered?
Re: The Impact of User Research on UX Design
Digital Media
UI / UX Design
1 Month Ago
by john_111
I once visited a website where there were 20 rows, each composed of 20 identical small white squares (about the size of this --> HH ), with a tiny arrow in the bottom quarter corner to indicate they were links. But no text anywhere. Can you imagine how hard it would be to remember which button took you to which page, several days later? This…
Re: The Impact of User Research on UX Design
Digital Media
UI / UX Design
1 Month Ago
by Reverend Jim
Read The Essentials of User Interface Design by Alan Cooper.
Re: Buggy career talk :-P
Programming
1 Month Ago
by pritaeas
… a Firebird library update, which appeared low to no
impact
. After deploying at a customer, the library soon showed a …
Re: Does web directory submissions are dead for SEO
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by Apnaghar Interi
Directory submissions aren't completely dead for SEO, but their
impact
is minimal. Choose niche directories with strong authority and high quality. The modern SEO strategy focuses more on content, backlinks and the user experience.
Re: Do backlinks to disallowed URLs help the domain overall?
Digital Media
Digital Marketing
Search Engine Strategies
1 Month Ago
by ashleydent4u
… root, the backlinks to those disallowed pages don’t directly
impact
the overall domain's authority in a significant way. While…
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
1 Month Ago
by graceweb
It’s amazing how just a few strategic changes can turn a struggling funnel into a success story. The emphasis on trust signals and emotional storytelling really resonates—those elements create a connection that can be the deciding factor for prospects. Thanks for highlighting those key takeaways! It’s a good reminder that sometimes it’s not …
Re: Hi everyone, I'm caamrita329
Community Center
Say Hello!
2 Months Ago
by Dani
Hello there. Welcome to DaniWeb! :)
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
> However, what is the harm in adding loading="lazy" to an existing web app? 96% of users will experience a performance improvement. The other 4% of users will have no negative consequences, and everything will be exactly the same for them. That 4% will not lose any functionality. That 4% will not experience any UI/UX consequences or …
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
I guess I don't understand why implementing `loading="lazy"` will hurt the CLS if you're only doing it for images below the fold, and always specifying image dimensions (which would ensure to never affect CLS at all)?
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
Speed index should also not be affected at all by using it. Speed index measure how long it takes to load the first screen of content of a webpage. That means that if you’re using it only for content below the fold, speed index should never be affected.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
Dani as you wrote "Speed index" is supposed to be about the visible part of a web page - ATF. But because in Lighthouse I kept getting that loading="lazy" method had worse "Speed index" I created two simplified html pages for test. I gave a lot of height of what "Above the fold" is supposed to be , 940px …
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
I would like to confirm that the JS version is giving me an LCP of 0.2s and the `loading="lazy"` version is giving me an LCP of 1.1s, so certainly a huge difference there. FCP, total blocking time, CLS (0), and speed index (0.2s) scores are the same for both. I admit that, at first glance, I'm not understanding why the LCP is so long …
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
Actually, I take it back. I assume that, using Chrome on a fast Internet connection, and a super high screen resolution, none of the images are actually being lazy loaded.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
Sorry. I’ve just been really exhausted all day. It just clicked that LCP is only for ATF. Soooo, yeah, I don’t know what’s going on there.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
As I wrote in a previous post, I believe that the way loading="lazy" is being implemented in browsers makes it almost unusable. Chromium-based browsers have a really high distance from viewport threshold, loading many images simultaneously upon page entry, while Firefox has a really low threshold, which means the user experience is awful.…
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