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
-
@Demolishun Because a WordPress website requires a ton of plugins for even basic functionality and semi-decent speed. Not only that dependencies are a major source of security issues, they also create constant update time craving. And then they can break, which creates even unplanned time sinks.
Not to mention WordPress moves like the Gutenberg disaster which needed more workarounds, or else the very people who were supposed to be able to edit the page without dev aid wouldn't be able to do so anymore.
Your web devs suddenly would have to deal with WordPress in general. There's the risk that this would piss off the capable ones enough to leave the company.
Last but not least, it's usually a bad idea to give marketing direct access because they don't know what they're doing, break shit and then require even more help. -
@Fast-Nop I can always tell the people who have never seriously worked on WordPress sites. I do this exclusively for a living and everything you just said is just incorrect. Wow. I’m mobile and a tiny keyboard is hard to use to refute thoroughly everything you said. Will have to wait for another time.
-
@Sauruz Just one plugin? Can you benchmark one of these sites using gtmetrix.com and post the result scores?
Preferably one that isn't deliberately botched up with trackers because that woudn't be WP's fault. -
@Sauruz yup. ACF adds a lot of powerful functionality for little cost in terms of page speed. I have one site my agency developed that is sub-second response time for page speed.
-
@stackodev I've gotta say that at my old job (hosting company) every day a few or more word press sites had to be restored due to hacks and updates gone wrong..
-
@linuxxx WP devs won't see this as issue, but as feature. After all, both maintenance and cleaning up makes them money.
-
@linuxxx sucky hosting. My host locks down production. No site I run has ever been hacked in 5 years. Updates are fully automated and tested before going live. I have lots of free time to manage content and do redesigns.
-
@stackodev Okay, if that hosting is sucky, please educate me as for how to accomplish said thing with being able to update on demand and install plugins on a shared hosting account with a default hosting panel.
Average user has near zero technical knowledge.
If you'd have a way of doing this without modifications to the hosting panel, please, enlighten me. -
@linuxxx You haven’t heard of Pantheon.io? They don’t use that old shared hosting cPanel garbage.
Spinning up a site takes seconds. Migrating a site is stupid simple. Cloning between instances is a breeze.
And it’s got a GUI method of site deployment that still uses Git workflows, yet can easily be taught to clients. Yes, you have to update your plugins on Dev, but that’s the way it’s supposed to be in the first place. Then deploy to Test, then deploy to Live. On the backend, I can automate continuous integration and regression testing (visual diffs) via CircleCI. The best of both worlds.
Related Rants
-
ScaryException16WordPress has really cool features! You can uninstall it, for example.
-
Desinika20Yesterday's JR web dev interview: 👨🏻💻: Experience? 👶: Well JS, pyhton, UX Design and bit of Sa...
-
tahnik21OW FUCKING GREAT BEEN CREATING THIS WEBSITE FOR 1 MONTH USING REACTJS. IT'S HALFWAY DONE. NOW THE HIGHER UPS ...
Me: “We should use WordPress so the marketing person doesn’t have to wait weeks to get on our dev schedule to make simple edits.”
Boss: “You’re fired for even suggesting we use WordPress. We are more pure than this.”
Me: *leaves company*
3 years later, company uses WordPress after boss who fired me is also fired.
rant
it works
wordpress