Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
loading
- Page 1
Handling Performance Issues in TreeView for Large MLM Networks
Programming
Software Development
2 Weeks Ago
by Volochain1
When displaying extensive MLM (Multi-Level Marketing) hierarchies using TreeView in ASP.NET, performance issues often arise due to the sheer volume of nested nodes.
Loading
thousands of members at once can slow down the interface, increase page load time, and degrade user experience.
Re: Page Speed Issue
Digital Media
Digital Marketing
3 Weeks Ago
by kearawill
… custom-built ones) need manual setup for things like lazy
loading
, minification, server response, and JS optimization. It’s not the…
Re: Important web design and development techniques?
Digital Media
1 Week Ago
by Eckert
…. Keep your UI/UX clean and simple, focusing on fast
loading
times and easy navigation. Use HTML5, CSS3, and JavaScript for…
Re: Handling Performance Issues in TreeView for Large MLM Networks
Programming
Software Development
2 Weeks Ago
by Reverend Jim
Two possible ways to handle this: 1. Populate the tree in a separate thread 2. Only populate sub-nodes as required to view You can do option 2 by putting the "populate directly under this node" code in the event that gets triggered when you select a node.
Re: Handling Performance Issues in TreeView for Large MLM Networks
Programming
Software Development
2 Weeks Ago
by SCBWV
IDK about ASP, but in desktop apps you can call LockWindowUpdate in user32 to pause the update until after the treeview has been populated.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by scope_2
…, videos, or components only when needed. Add
loading
="lazy" to <img> and <iframe&… React, use React.lazy() and <Suspense>. Avoid lazy
loading
above-the-fold content. Combined with caching and CDNs, lazy…
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 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.
Re: App development - Lobby functionality optimisation
Programming
Mobile Development
1 Month Ago
by jonathannweyer
…, you might want to look into pagination or lazy
loading
to avoid
loading
all rooms at once. WebSockets can also help by…
What are some underrated React JS best practices?
Programming
Software Development
2 Months Ago
by James_228
… (but not overusing) Breaking components into smaller reusable ones Lazy
loading
routes and components But I’d love to know: What…
What tools or tweaks improved your outreach and link-building efforts?
Digital Media
Digital Marketing
2 Months Ago
by malliecorey
… on-page SEO is solid—optimized titles, internal links, fast
loading
speed—and support it with consistent, high-quality content. For…
What Are the Key Elements of a Successful Website in 2025?
Programming
Web Development
1 Month Ago
by Ramesh sharama
… goes beyond just good looks. It needs to be fast-
loading
, mobile-friendly, and accessible to all users. Strong user experience…
Re: Page Speed Issue
Digital Media
Digital Marketing
2 Months Ago
by ashleydent4u
… often custom-built and heavier in structure. Things like lazy
loading
, efficient server-side rendering, and minimizing JS/CSS manually can…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by Neil_brown001
… be an HTML/CSS issue, or the file isn’t
loading
. Make sure the app is being served correctly and the…
Re: Looking for AI app developers
Programming
Mobile Development
2 Months Ago
by KamalDeepPareek
… about your SDK—especially things like: How customizable will model
loading
and inference be? What platforms will it support first (Android…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
… be an HTML/CSS issue, or the file isn’t
loading
. > > Make sure the app is being served correctly…
Re: Any jQuery 4 users?
Programming
Web Development
2 Months Ago
by gediminas.bukauskas.7
Every additional JS library slows down
loading
of the site. I haven't used jQuery for a long time, so I would like to know: does the new jQuery have something that can't be done with the DOM API and CSS?
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: Custom font on Cloudflare error page
Programming
Web Development
1 Month Ago
by JackRyan248
… issue with how Cloudflare is handling the font conversion or
loading
process; checking the CSS or cache settings might help resolve…
Re: Seeking Help for Creating a Circle Generator Tool
Programming
Game Development
1 Month Ago
by b_985
… you help me figure out why this website isn’t
loading
on my laptop? I’ve tried refreshing, restarting, and even…
Re: What tools or tweaks improved your outreach and link-building efforts?
Digital Media
Digital Marketing
2 Months Ago
by Salem
6 to 12 months is a long time to wait to figure out whether your "seo expert" is genuine, or a fly-by-night cowboy who's already vanished with the cash without producing a result. How do you tackle this?
Re: What Are the Key Elements of a Successful Website in 2025?
Programming
Web Development
1 Month Ago
by Reverend Jim
Those guidelines have essentially applied to any software with a user interface over the last fifty years. Reminds me of a scene from"Third Rock From the Sun". Don (policeman) talking about a cop's life, ends with "and any day you come home alive is a good day." Tommy replies, "isn't that pretty much a good day for …
Loading Page in Specific Div using AHAH - http://microformats.org/wiki/rest/ahah
Programming
Web Development
14 Years Ago
by shaikhanu
Loading
Page in Specific Div using AHAH - http://microformats.org/wiki/…; GetPage.js function ahah(url,target) { document.getElementById(target).innerHTML = '
loading
data...'; if (window.XMLHttpRequest) { req = new XMLHttpRequest(); req.onreadystatechange = function…
Loading XML file data
Programming
Software Development
11 Years Ago
by Amador_1
Loading
Data, load only the name in the XML file I …
Re: Loading php pages
Programming
Web Development
14 Years Ago
by cheekycroak
… above code does!!!!. But my question was; is it really
loading
my joomla index.php page? Your answer to question 2… which is an iframe module in joomla to preload with
loading
image when the joomla button "make requests" … on that menu it loads the feeds with a
loading
message "
loading
" and shows the content in main body using…
Re: loading animation whilst PHP loads?
Programming
Web Development
9 Years Ago
by Chris_33
…bounced back to the home page you can place a
loading
image on the body background. <style type=&…center center;} </style> <body class="
loading
"> If you do have content to display on…end of the page on completion: <script> $('.
loading
').fadeOut(1000); </script> You can search google for…
Loading Bar Help
Programming
Software Development
14 Years Ago
by sirlink99
When I run this
loading
bar script the bar doesn't load and then…, a, loadbar; a = 0; total = 100; loaded = 0; Font
loading
= new Font ("Ariel", Font.BOLD, 30); while (a…75, loadbar, 10); c.setColor (Color.black); c.setFont (
loading
); c.drawString ("
Loading
", 250, 50); for (i = 0 ; i <…
Loading php pages
Programming
Web Development
14 Years Ago
by cheekycroak
… I am not sure whether its really
loading
the page.Can i implement a simple script…B]Query No2:[/B] The above principle of
loading
theory,can it be implemented on one of…link is clicked it loads the contents with
loading
image and text. Note:this information is …B] Can it be possible to implement a
loading
page with an image and text? Sorry let…
Loading from text file help.
Programming
Software Development
16 Years Ago
by gotm
…it is in, but when it goes through all the
loading
code I have, it seems to just return a …errors, just doesn't work right. Why? Here is my
loading
code: [code=java] public survey loadSurvey(String fileName) throws … reading and parsing .txt file and setting up survey (
loading
) System.out.println("What directory is your file in…
Loading TFont from xml
Programming
Software Development
13 Years Ago
by ajst
…via xml. I have xml working with saving and
loading
of every property except Font. When I save font…font at run time but when it comes to
loading
the same details it fails. Any help is much…; SetOrdProp(SelectedControl,'Font', Integer(FontDialog1.Font)); end [/CODE]
Loading
Font from XML thats not working but using the same…
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
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC