I would like as much as possible of the php source moved out of the webroot. e.g. to ../ All day long bots are firing queries and POSTs at any and all php files causing massive server load and security headaches. Just include them from the core and route to them via the core, taking care of sanitation in the process preferably.
Things I’d want to see improved in WordPress core
41–50 of 63 posts
Re: Things I’d want to see improved in WordPress core
#42Re: Things I’d want to see improved in WordPress core
#43The thing I want to see, above all else (and it is coming, but slowly and without any kind of apparent over-arching strategy - which it badly needs) is designer / developer control. Gutenberg gives remarkable agency to editors, which from one angle is great - lovely to be able to add a column, shift a block upwards, pad that image over to the right without any technical skills. On the other... I don't know a web desi…
For me at least, Craft CMS answers many of the problems you describe here. I can't see WP as anything but a dumpster fire in comparison.
Re: Things I’d want to see improved in WordPress core
#44Since everyone else is posting their wish-list, here's mine. Use a database like SQLite so I can back-up a website into a ZIP without being concerned about keeping a separate MySQL database backup in sync. (I wrote about this three years ago: https://billpg.com/dear-wordpress-please-stop-using-mysql/ ) Include TOTP one-time-password login in the core. (I hate having to deal with plug-ins.) Full backup in the core. Wh…
What's everyone currently using for this?
Re: Things I’d want to see improved in WordPress core
#45Port it to a modern language so PHP can finally die, add support for PostgreSQL and MS SQL
not a fan of php either but I wouldn't go that far. I'd love to see it reimplemented with modern conventions over Laravel. As much as i dislike php in general, I have to admit the laravel guys have done some amazing stuff.
Re: Things I’d want to see improved in WordPress core
#46Since everyone else is posting their wish-list, here's mine. Use a database like SQLite so I can back-up a website into a ZIP without being concerned about keeping a separate MySQL database backup in sync. (I wrote about this three years ago: https://billpg.com/dear-wordpress-please-stop-using-mysql/ ) Include TOTP one-time-password login in the core. (I hate having to deal with plug-ins.) Full backup in the core. Wh…
Re: Things I’d want to see improved in WordPress core
#47Re: Things I’d want to see improved in WordPress core
#48Re: Things I’d want to see improved in WordPress core
#49Since everyone else is posting their wish-list, here's mine. Use a database like SQLite so I can back-up a website into a ZIP without being concerned about keeping a separate MySQL database backup in sync. (I wrote about this three years ago: https://billpg.com/dear-wordpress-please-stop-using-mysql/ ) Include TOTP one-time-password login in the core. (I hate having to deal with plug-ins.) Full backup in the core. Wh…
Re: Things I’d want to see improved in WordPress core
#50The biggest mess IMO is the media library. Unsustainable, chaotic, impossible to keep in order if you happen to publish more than just a few images. It’s not a library. It’s a file dump. If you want to reuse an asset on a non-trivial site, it’s easier to reupload the file rather than to find it in a flat list of thousands of thumbnails. Folders, please. And the four hopeless fields to provide an image with textual me…