Not: Bunlar benim görüşlerim. Onlardan hoşlanmıyorsanız, lütfen olumsuz yorumlardan kaçının. Sadece paylaşıyorum.
WordPress’ten tutkuyla nefret ediyorum. Yavaş, tıknaz, vb. PHP ve Python kullanarak kendi CRM’mi inşa etmeye karar verdi.
Şimdiye kadar yaptığım şey bu:
1.) Oluşturulan her sayfa, başlıklar, alt görüntü etiketleri ve görüntü performansı için HTML bağlantılarını kolayca değiştirebilirim. Örnek. Bir PNG yüklersem, Python komut dosyası otomatik olarak .webp’e dönüştürür ve yeniden boyutlandırır ve sayfada uygun değişiklikler yapar.
2.) Başlık ve meta etiketler kolayca düzenlenir. Aslında, bunu otomatik olarak yapacak Openai Addon üzerinde çalışıyorum.
3.) Başlığıma eklenen herhangi bir bağlantı, statik site haritama otomatik olarak doldurulur ve XML güncellemelerine sahiptir.
4.) WordPress ile karşılaştırıldığında anında yükler. Bloatware yok.
Son birkaç gün içinde büyük bir rütbe artışı gördüm. Kazanç!
Cool, but I don’t think WordPress is slow and clunky. If you build a shite website with a bunch of bloaty plugins it’ll be slow and clunky.
The main problem with WordPress is that it was designed for a long gone internet infrastructure.
The plugin system (hooks and actions), community, theme system, and api are great.
I would love for someone to make a WordPress compatible next gen system using modern tech stacks (like remix or nextjs)
In the meantime, I’ve been using Directus for admin panel and then a website builder like webflow ( or web studio if you have some coding experience ) and find it to be a solid replacement.
Headless WordPress is a great way to go, because you take advantage of the good parts of WordPress, which is that it’s a very robust ecosystem and actually a solid CMS. But you avoid the not great parts which is the front end.
you’re just a bad WP developer it has nothing to do with a custom CRM or not.
I’m not a fan of any system including WordPress where I have to undo something that somebody else did first. That’s why I started building by hand and eventually came up with my own system. No database just HTML JavaScript CSS and PHP