Click here to Skip to main content
15,920,896 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: Mozilla Support Kinda Sucks Pin
Jacquers20-Nov-18 17:57
Jacquers20-Nov-18 17:57 
GeneralRe: Mozilla Support Kinda Sucks Pin
GuyThiebaut20-Nov-18 20:23
professionalGuyThiebaut20-Nov-18 20:23 
GeneralRe: Mozilla Support Kinda Sucks Pin
#realJSOP21-Nov-18 6:55
professional#realJSOP21-Nov-18 6:55 
GeneralPage needs to load in under 1 second! Pin
maze320-Nov-18 5:58
professionalmaze320-Nov-18 5:58 
GeneralRe: Page needs to load in under 1 second! Pin
Eric Lynch20-Nov-18 6:07
Eric Lynch20-Nov-18 6:07 
GeneralRe: Page needs to load in under 1 second! Pin
Eddy Vluggen20-Nov-18 6:28
professionalEddy Vluggen20-Nov-18 6:28 
GeneralRe: Page needs to load in under 1 second! Pin
maze321-Nov-18 0:25
professionalmaze321-Nov-18 0:25 
GeneralRe: Page needs to load in under 1 second! Pin
Kornfeld Eliyahu Peter20-Nov-18 6:33
professionalKornfeld Eliyahu Peter20-Nov-18 6:33 
There is no global measurement for load time... what you have to look for is response time...
For instance - a user profile page should response immediately and load within a fraction of second.
A financial report on the other hand will take 20-40 seconds to process, so that is the loading time... but the response should be there from the very beginning until the end (progress bar)...
The main idea is not the let the user to wait without response, that makes clear what the status of the current request...
So actually the time limits should be set per page and process... And you may come up with creative ideas around long running process (for instance we use SignalR to follow the progress of a long running process, like reports, while the user can go on and continue working on other things)...
"The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge". Stephen Hawking, 1942- 2018

GeneralRe: Page needs to load in under 1 second! Pin
F-ES Sitecore20-Nov-18 6:37
professionalF-ES Sitecore20-Nov-18 6:37 
GeneralRe: Page needs to load in under 1 second! Pin
Mark_Wallace20-Nov-18 9:55
Mark_Wallace20-Nov-18 9:55 
GeneralRe: Page needs to load in under 1 second! Pin
dandy7220-Nov-18 10:36
dandy7220-Nov-18 10:36 
GeneralRe: Page needs to load in under 1 second! Pin
Mark_Wallace20-Nov-18 11:47
Mark_Wallace20-Nov-18 11:47 
GeneralRe: Page needs to load in under 1 second! Pin
dandy7220-Nov-18 11:55
dandy7220-Nov-18 11:55 
GeneralRe: Page needs to load in under 1 second! Pin
Mark_Wallace21-Nov-18 0:37
Mark_Wallace21-Nov-18 0:37 
GeneralRe: Page needs to load in under 1 second! Pin
dandy7220-Nov-18 10:34
dandy7220-Nov-18 10:34 
GeneralRe: Page needs to load in under 1 second! Pin
Sander Rossel20-Nov-18 10:40
professionalSander Rossel20-Nov-18 10:40 
GeneralRe: Page needs to load in under 1 second! Pin
Mycroft Holmes20-Nov-18 11:37
professionalMycroft Holmes20-Nov-18 11:37 
GeneralRe: Page needs to load in under 1 second! Pin
Sander Rossel21-Nov-18 3:40
professionalSander Rossel21-Nov-18 3:40 
GeneralRe: Page needs to load in under 1 second! Pin
Mycroft Holmes21-Nov-18 10:59
professionalMycroft Holmes21-Nov-18 10:59 
GeneralRe: Page needs to load in under 1 second! Pin
Paddington Bear20-Nov-18 21:14
Paddington Bear20-Nov-18 21:14 
GeneralRe: Page needs to load in under 1 second! Pin
Marc Clifton20-Nov-18 23:59
mvaMarc Clifton20-Nov-18 23:59 
GeneralRe: Page needs to load in under 1 second! Pin
englebart21-Nov-18 2:39
professionalenglebart21-Nov-18 2:39 
GeneralRe: Page needs to load in under 1 second! Pin
obermd21-Nov-18 3:33
obermd21-Nov-18 3:33 
GeneralRe: Page needs to load in under 1 second! Pin
Gerry Schmitz21-Nov-18 16:36
mveGerry Schmitz21-Nov-18 16:36 
GeneralYikes! Windows 10 update notice Pin
Eric Lynch20-Nov-18 5:26
Eric Lynch20-Nov-18 5:26 

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.