Click here to Skip to main content
15,889,808 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: Loading a web page Pin
JMaxwell8811-May-20 5:25
JMaxwell8811-May-20 5:25 
GeneralRe: Loading a web page Pin
amccombs11-May-20 11:57
amccombs11-May-20 11:57 
GeneralRe: Loading a web page Pin
Sander Rossel9-May-20 23:48
professionalSander Rossel9-May-20 23:48 
GeneralRe: Loading a web page Pin
Rage10-May-20 4:14
professionalRage10-May-20 4:14 
GeneralRe: Loading a web page Pin
grumpy_nl11-May-20 1:57
grumpy_nl11-May-20 1:57 
GeneralRe: Loading a web page Pin
Member 1325675011-May-20 5:45
Member 1325675011-May-20 5:45 
GeneralRe: Loading a web page Pin
jackbrownii11-May-20 10:14
professionaljackbrownii11-May-20 10:14 
GeneralRe: Loading a web page PinPopular
Chris Maunder10-May-20 4:41
cofounderChris Maunder10-May-20 4:41 
From my perspective this is driven by Google.

There is huge pressure to have your sites load fast. Not fast on a desktop, but fast on a mobile device with dodgy 3G connectivity. That's how w're all being judged in Google's Page Rank algorithm (plus the content, of course). Google's gone as far as to say that slow sites will get highlighted as being slow in search results.

So if you have a site that requires customisation for each user then you can' just make a static site. You either invest in massive hardware, rewrite everything in the fastest framework you can, a spend huge on hosting providers, or you create sites that are basically static content with JavaScript that loads and fills in the blanks post load.

Your Time-To-First-Byte, Time-To-First-Meaningful-Paint and all the other metrics then look really good to Google. You can still then customise the page where needed. The losers are then the developers who have to go through these hoops and the users dealing with the Frankensites.

We're having exactly this debate at CodeProject right now. Hosting is not cheap. Hardware is not cheap. Developer time is silly stupid expensive. Yet you have to do what it takes to work around Google's arbitrary rules.

It's particularly frustrating that we, a developer site predominantly used (and most useful) as a desktop site for devs currently at their desktop with their IDEs open, are judged on how fast we load on a $100 Android device in rural Saskatchewan.
cheers
Chris Maunder

GeneralRe: Loading a web page Pin
Rage10-May-20 20:17
professionalRage10-May-20 20:17 
GeneralRe: Loading a web page Pin
Chris Maunder11-May-20 1:53
cofounderChris Maunder11-May-20 1:53 
GeneralRe: Loading a web page Pin
#realJSOP10-May-20 23:48
mve#realJSOP10-May-20 23:48 
GeneralRe: Loading a web page Pin
dandy7211-May-20 7:09
dandy7211-May-20 7:09 
GeneralRe: Loading a web page Pin
#realJSOP11-May-20 9:10
mve#realJSOP11-May-20 9:10 
GeneralRe: Loading a web page Pin
kmoorevs10-May-20 8:13
kmoorevs10-May-20 8:13 
GeneralRe: Loading a web page Pin
gggustafson11-May-20 5:36
mvagggustafson11-May-20 5:36 
GeneralRe: Loading a web page Pin
#realJSOP10-May-20 23:41
mve#realJSOP10-May-20 23:41 
GeneralRe: Loading a web page Pin
Stuart Dootson11-May-20 0:50
professionalStuart Dootson11-May-20 0:50 
GeneralRe: Loading a web page Pin
#realJSOP11-May-20 1:08
mve#realJSOP11-May-20 1:08 
GeneralRe: Loading a web page Pin
agolddog11-May-20 2:23
agolddog11-May-20 2:23 
GeneralRe: Loading a web page Pin
matblue2511-May-20 3:27
professionalmatblue2511-May-20 3:27 
GeneralRe: Loading a web page Pin
Steve Naidamast11-May-20 5:45
professionalSteve Naidamast11-May-20 5:45 
GeneralRe: Loading a web page Pin
dandy7211-May-20 7:00
dandy7211-May-20 7:00 
GeneralRe: Loading a web page Pin
KateAshman11-May-20 8:00
KateAshman11-May-20 8:00 
Generalit takes time to come up with a considered point of view Pin
Pete O'Hanlon9-May-20 10:07
mvePete O'Hanlon9-May-20 10:07 
GeneralRe: it takes time to come up with a considered point of view Pin
Ron Anders9-May-20 12:24
Ron Anders9-May-20 12:24 

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.