Click here to Skip to main content
15,911,474 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Jumping into freelance/contract World Pin
Member 132567502-Apr-18 19:26
Member 132567502-Apr-18 19:26 
GeneralRe: Jumping into freelance/contract World Pin
dan!sh 2-Apr-18 18:34
professional dan!sh 2-Apr-18 18:34 
GeneralRe: Jumping into freelance/contract World Pin
csugden3-Apr-18 5:41
professionalcsugden3-Apr-18 5:41 
GeneralRe: Jumping into freelance/contract World Pin
dan!sh 3-Apr-18 17:05
professional dan!sh 3-Apr-18 17:05 
GeneralRe: Jumping into freelance/contract World Pin
Dr.Walt Fair, PE4-Apr-18 5:37
professionalDr.Walt Fair, PE4-Apr-18 5:37 
GeneralRe: Jumping into freelance/contract World Pin
dan!sh 4-Apr-18 17:18
professional dan!sh 4-Apr-18 17:18 
GeneralRe: Jumping into freelance/contract World Pin
Dr.Walt Fair, PE5-Apr-18 7:36
professionalDr.Walt Fair, PE5-Apr-18 7:36 
GeneralYo dawg, we heard you like paging... Pin
Sander Rossel31-Mar-18 0:31
professionalSander Rossel31-Mar-18 0:31 
So I got this scenario where I have like 4000+ objects which can all be linked to the 3999+ other objects.
One lookup containing 4000 objects (needs to be paged or whatever).
One table containing 3999 objects minus the ones that are already linked (needs to be paged).
Another table containing 3999 objects minus the ones that aren't linked yet (needs to be paged).

The problem isn't getting the data from the back-end to the front-end, I've optimized the sh*t out of that (it's probably even faster than doing additional round-trips).
The problem also isn't that so much data makes everything unclear to users, paging will only make it less clear I think.
The processing of the data on the front-end is pretty simple, so that's also not the bottleneck.
The only problem is that a browser can't render so much data in under ten seconds, which is pretty detrimental to the user experience Sigh | :sigh:
So I've got all this data in the front-end and now I'm going to write the necessary JavaScript to only show about a 40th of it at a time Laugh | :laugh:

GeneralRe: Yo dawg, we heard you like paging... Pin
theoldfool31-Mar-18 1:30
professionaltheoldfool31-Mar-18 1:30 
GeneralRe: Yo dawg, we heard you like paging... Pin
Sander Rossel31-Mar-18 3:09
professionalSander Rossel31-Mar-18 3:09 
GeneralRe: Yo dawg, we heard you like paging... Pin
dan!sh 31-Mar-18 2:15
professional dan!sh 31-Mar-18 2:15 
GeneralRe: Yo dawg, we heard you like paging... Pin
Sander Rossel31-Mar-18 3:08
professionalSander Rossel31-Mar-18 3:08 
GeneralRe: Yo dawg, we heard you like paging... Pin
Dr.Walt Fair, PE4-Apr-18 5:41
professionalDr.Walt Fair, PE4-Apr-18 5:41 
GeneralRe: Yo dawg, we heard you like paging... Pin
RickZeeland31-Mar-18 2:43
mveRickZeeland31-Mar-18 2:43 
GeneralRe: Yo dawg, we heard you like paging... Pin
Sander Rossel31-Mar-18 3:06
professionalSander Rossel31-Mar-18 3:06 
GeneralRe: Yo dawg, we heard you like paging... Pin
RickZeeland31-Mar-18 3:13
mveRickZeeland31-Mar-18 3:13 
GeneralRe: Yo dawg, we heard you like paging... Pin
Sander Rossel31-Mar-18 3:17
professionalSander Rossel31-Mar-18 3:17 
GeneralRe: Yo dawg, we heard you like paging... Pin
RickZeeland31-Mar-18 3:47
mveRickZeeland31-Mar-18 3:47 
GeneralRe: Yo dawg, we heard you like paging... Pin
Smart K831-Mar-18 5:58
professionalSmart K831-Mar-18 5:58 
GeneralRe: Yo dawg, we heard you like paging... Pin
Sander Rossel2-Apr-18 0:25
professionalSander Rossel2-Apr-18 0:25 
GeneralRe: Yo dawg, we heard you like paging... Pin
jschell31-Mar-18 7:36
jschell31-Mar-18 7:36 
GeneralRe: Yo dawg, we heard you like paging... Pin
Sander Rossel2-Apr-18 0:22
professionalSander Rossel2-Apr-18 0:22 
GeneralRe: Yo dawg, we heard you like paging... Pin
jschell6-Apr-18 9:50
jschell6-Apr-18 9:50 
GeneralNot the APOD OTD ... Pin
OriginalGriff30-Mar-18 23:50
mveOriginalGriff30-Mar-18 23:50 
GeneralHow to write an online tutorial Pin
OriginalGriff30-Mar-18 22:15
mveOriginalGriff30-Mar-18 22:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.