Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Voxera115856yFor our webapplication we have a goal of sub 0.5 seconds load time.
And many of those pages use 30+ database calls in the background (much is cached). -
@CoffeeNcode @C0D4 A tool we had developed externally. Piece of shit PHP app. Loads 50 i frames for gods sake...
-
C0D4681466y@ScriptCoded urgh ๐คฎ doesn’t sound like a PHP problem somehow.
What dafunk needs that many iframes? -
Voxera115856y@jOkEr-jAsE react is not slow unless you are doing it wrong.
But old badly designed webforms and a bad developer will definitely cause excessive load times.
A colleague loved to build components but was incompetent.
His tabbed control loaded all tabs every time and hid all that should not be visible using jquery but sometimes could not switch without a page load :( -
@C0D4 No, not because of PHP, but having to stare at this guys shitty code doesn't make me less frustrated...
It's a management tool for web pages. Instead of rendering previews as images it loads every page as an iframe. -
@ScriptCoded it‘s a JSF Framework, fires tons of ajax requests if you misconfigure it
-
@devTea no, in general nowaday's programmers are wasteful and dont knoe their shit. Prime example: grub
-
jvillavi4006y@C0D4 JSRS, an old abomination before the times of XHR. Basically you generate hidden iframes to make http requests a-la ajax
-
@jvillavi Well, that's not the case this time. It's just trying to preview a few pages...
Related Rants
-
linuxxx32*client calls in* Me: good morning, how can I help you? Client: my ip is blocked, could you unblock it for m...
-
DRSDavidSoft28Found this in our codebase, apparently one of my co-workers had written this
-
linuxxx23*client calls* "hello, we forgot the password to our WiFi router. Could you reset that for us?" ๐๐ถ๐ฎ...
Who the FUCK makes a home page make 1348 requests and download 41 fucking MB of data??? What the actual fuck???
rant
load time
wtf