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
-
C0D4681467y@Data-Bound
Had to zoom out to get decent shot of the js includes.
Basically every green line is another js library and the white is an init for the above js.
Probably in a self looping output but the amount of libraries being added is insanity gone wrong. -
C0D4681467y@fbricenho
Surprisingly only once
Also I managed to get a cramped hand from grabbing all the JS files and CSS being loaded in.
http://m.uploadedit.com/bbtc/...
For a better idea. -
That still wouldn't take long. If it takes a long time to come up at all then it's the backend. Frontend the page will come up but content, etc will continue to load. I've seen a lot of wordpress sites on nginx that take forever before the page response (3-5 seconds)gets sent to the browser and then the scripts and styles load instantly even with 20+ includes. With so many alternatives now I don't understand why people still resort to WordPress. Such a horribly written application
-
@itsmill3rtime Just out of curiosity, what other alternatives would you personally recommend? Not questioning your opinion on WordPress, just interested to hear some thoughts. :)
-
@marcusforsberg yeah, I'd also like more mentions of alternatives. I personally lean towards Grav but IMO it isn't mature enough just yet. A lot of things need to be done manually in it and a lot of themes are not designed for more than one or two page types.
-
@marcusforsberg https://ghost.org is pretty good. Personally I usually just build out the functionality myself with laravel as a framework. Blogs are rather simple to create.
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?" 😐😶😮...
well this is a NO!
just jumped on a WordPress website and was wondering why it was taking so bloody long to load even on high-speed internet. only to view source and get hit with 240 lines of JavaScript includes and about 20 odd lines of content.
LIKE WTFFF!!!
There is no way on this fucking earth every single library is being used to show me a god fucking dam search result that returns absolutely nothing no matter what i search for.
To any wordpress "DEVS" out there FUCK YOU and your FUCKING plugin madness.
I would love to hear from a WP dev how you justify this kind of bullshit!
undefined
fuck!
wordpress
js hell
wtf