• 35 Posts
  • 2.01K Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle









  • How do I know all of this? Well I happen to work with WordPress professionally as the lead developer for an agency where I manage literally hundreds of WordPress sites and host all of them myself on servers I manage for them (not shared hosting reselling).

    I used to have the same role and before that I managed a shared hosting provider. At that job the majority of websites hosted there were WordPress and customers would pay us to develop or fix stuff sometimes.

    The vast majority of those “extensions” (plugins) are horribly made and are security nightmares,

    Yes, this is true and a problem, but at the same time the WordPress ecosystem, as you know, gets shit done.

    I also had some experiences with PrestaShop/Magento and they are even worse than WordPress. You still have the performance issues, the 3rd party poorly developed themes and plugins and a convoluted API.


  • TCB13@lemmy.worldtoSelfhosted@lemmy.worldWeb-Shop WYSISWG App
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    5 days ago

    WooCommerce powers 38% of the online stores out there

    WordPress’s data structure is not properly suited for an e-commerce site

    To be fair WordPress’ data structure is not properly suited for anything, not even posts and pages, let alone block structures and whatever but the truth is that it works and delivers results. Same goes for WooCommerce, if you don’t want to be hostage of Shopify and your objective actually selling shit instead of spending all your time developing store software then WooCommerce is the way to go.

    WooCommerce also has an extensive extension list, integrations with all the payment providers out there and it’s easy to get help / support be it free or paid.

    and it’s a resource hog.

    Did you ever they Magento or PrestaShop? Doesn’t seem like you did as those are store-first solutions and they’re all slower and more of a resource hog than WP can ever be.




  • Have you ever used ReactOS? And tried to run something on it? I did, and it wasn’t a pleasant experience

    Yes, I did, multiple times and yes, it isn’t pleasant but Wine isn’t either.

    I doubt that these things will work on ReactOS but won’t on Wine.

    The thing is that there’s already a bunch of stuff that works fine in ReactOS but is still broken in Wine, particularly old Win32 APIs around since Windows 95 that should’ve been fixed by now.







  • https://github.com/philpagel/debian-headless

    It is possible but I wouldn’t do it. Too much effort for too little result.

    Just plug your main monitor / keyboard into the server, run the setup and don’t install a DE. Afterwards login, enable SSH, unplug the monitor and do whatever you need over SSH.

    Let’s face it, you’ll have to do this procedure once every xyz years, there’s no point in complicating this stuff. Also depending on your motherboard you may or may not be able to boot into the installer without a screen / keyboard attached. Another option is to install the OS in another computer and the move the hard drive to the target server - this is all fine until you run into UEFI security or another detail and it doesn’t boot your OS.