WordPress vs Static Site Generators - Which one should you use?

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024
  • Should you use WordPress or a Static Site Generator? It's a good question and one that I honestly never considered until recently (I always used WordPress) ... however ... there is a time and a place for Static Site's as they do provide you with some additional benefits. Watch to see what they are.
    Check out Acropedia here (built with a static site generator): acropedia.co
    ---
    I teach developers how to successful create freedom through freelancing and software products. Either through one avenue such as Freelancing or through building software products that generate income, or both. I’ve done both successfully and I can help you do the same.
    Join my community for of software developers and freelancers here: www.donnfelker...
    In this community
    ⭐ How to find clients, even in a difficult market
    ⭐ How to bill the right amount so you don’t end up in the poor house
    ⭐ You’ll get a 100% money back guarantee for 30 days so there is no risk to you
    ⭐ Weekly Group Zoom Calls to Discuss any issues you have with freelancing so that you can be confident you have someone on your side
    … and much more
    www.donnfelker...
    📞 Book a call with me and get 1-on-1 direct support. I will provide individual feedback, so that you can ship your product, service or answer any question you have.
    clarity.fm/don...
    Subscribe to my FREE newsletter for regular software, freelance and growth advice!
    ✉️ donnfelker.com...
    Listen to my podcast here:
    🎙 fragmentedpodc...
    Get regular freelance, software and fitness advice on my Instagram page:
    📷 / donnfelker
    Checkout my Twitter for daily postings on all things software, freelancing, fitness and mindset:
    🐦 / donnfelker
    You like my free content? Here you can buy me a coffee:
    ☕️ www.buymeacoff...

Комментарии • 20

  • @donnfelkeryt
    @donnfelkeryt  3 дня назад

    Sept 2024 Update: I still use Wordpress for my blog as i just want it to work. However for all my other sales and marketing sites for my app or SaaS apps, I use a static site generator with Ruby, Tailwind CSS, Stimulus JS and more. It gives me tons of flexibility and ... WOW ... its amazingly blazingly fast to load. Which on mobile, every second counts.

  • @paulsundling
    @paulsundling 23 дня назад

    WordPress can be so slow if you have too many plugins. The generated CSS and JS are insane and bloated. I tried to simplify the Wordpress generated site to static pages and it took weeks. I would have been better off building the site again from scratch. I had an author page up for years and it kept breaking without any changes because of the churn of updates on the plugins and WordPress itself. Most of the best features of my site disappeared because a plugin didn't make the transition to the newest WordPress. Never again. I'm more comfortable with handwritten code than these UI generators.

  • @ex0stasis72
    @ex0stasis72 4 месяца назад +1

    Some other points to consider:
    Text editor: Perhaps you prefer your own text editor that you've grown super comfortable with such as Vim, Emacs, or VS Code and want to write your blog posts in that instead of a web browser that doesn't have as good of a way of implementing Vim keybindings. Static site generators may be preferable there.
    Pay-as-you-go: Static websites are cheaper to run (if you're on a pay-as-you-go web hosting plan) because for each page visit from a user, the processing work to generate that page was done once and gets served as is for everyone. For a dynamic site, each page is generated, eating up CPU cycles for each page load. Though, if you prefer, there are static website generator plugins for this if you still prefer the Wordpress way.

    • @donnfelkeryt
      @donnfelkeryt  4 месяца назад

      Valid points 👆 thank you for sharing!

  • @guanacodevs
    @guanacodevs 2 года назад +2

    I thought you built your sites from scratch, html, css, javascript + python or something else.
    Always tell my friends to use wordpress, for the same reasons you just described. Used it once a while ago and was impressed how easy it was.
    Personally I rather write mines from scratch, part of the learning curve.

    • @donnfelkeryt
      @donnfelkeryt  2 года назад +1

      If it’s used to learn I think that is a great use case. However, when it ends up slowing you down, to the point where you can’t ship on time, that’s where you need to rethink your strategy. 👌

  • @Football__Junkie
    @Football__Junkie Год назад +1

    I’ve considered using Hugo but I can build on Wordpress using Oxygen fairly quickly and host the pages on a CDN through my host and the site is pretty damn fast. So, not sure what purpose SSG’s anymore

    • @donnfelkeryt
      @donnfelkeryt  Год назад +1

      Yeah, if you configure Wordpress properly it can be screaming fast.

  • @HaifengZhu-pn3uq
    @HaifengZhu-pn3uq 10 месяцев назад +1

    please make a video on website and web app

  • @NMNaufaldo
    @NMNaufaldo 2 года назад +2

    I really appreciate your video editing :)

    • @donnfelkeryt
      @donnfelkeryt  2 года назад +1

      I’ll let my editors know you like it. Thank you!

  • @bilimlink
    @bilimlink 8 месяцев назад

    SSGs are safer in general because they don't have a database or coding on the server side. Updates to the core of WordPress, as well as plugins and styles, could add security holes. Because SSGs are more resistant to hacker attempts, data breaches and failures are less likely to happen.

  • @Crownedgoddessllc
    @Crownedgoddessllc Год назад +1

    Great information thank you!

  • @HaifengZhu-pn3uq
    @HaifengZhu-pn3uq 10 месяцев назад

    Apart from SaaS, CMS, static site generator, is there any other easy way to build website

  • @elliotheath5366
    @elliotheath5366 2 года назад

    Would building something for yourself vs for a client impact your decision?

    • @donnfelkeryt
      @donnfelkeryt  Год назад

      Absolutely. Depends on what you're trying to do. Learn? Explore? Etc? Maybe go for a generator. Need more customizing? Maybe a generator. If you need ease of use, go with Wordpress/etc.

  • @HaifengZhu-pn3uq
    @HaifengZhu-pn3uq 10 месяцев назад

    how much does middleman cost?

    • @donnfelkeryt
      @donnfelkeryt  10 месяцев назад

      Middleman is open source. It’s free.