snimek-obrazovky-2023-03-15-v-22-30-45

How many “10 Best WordPress Plugins” or “Must Have WordPress Plugins” articles have you seen? A lot right? It’s everything for the users. What about developers?

There is a number of plugins I always use while developing a theme or plugin. Some of them saved me a lot of time and I can’t develop without it anymore. I thought it could be a good idea to share my list…

WordPress Beta Tester

I always test my themes and plugins on the latest versions of WordPress. I use this plugin with the “Bleeding edge” option to be able to identify and fix blocking points with future WordPress version at an early stage of the development.

http://wordpress.org/plugins/wordpress-beta-tester/

WP Optimize

Especially when testing, the database can get very messy. It’s been a while I’ve been using this plugin and I saw their number of Facebook fans grow like crazy. They keep updating it and adding new features.

http://wordpress.org/plugins/wp-optimize/

Query Monitor

This is the holy grail of WordPress debugging plugins. The amout of useful info it provide is gigantic, the integration is very well done. They even offer you to setup a cookie that will allow you to see the debug info when logged-out. Very useful when testing views as a regular visitor.

https://github.com/johnbillion/query-monitor

WordPress Database Reset

This plugin is probably the one which saved me the most time. I do love it! While testing an install process, it makes your life beautifully simple! I used to drop my database tables and quickly re-install WP, but it’s a real pain with time. With this plugin, one click will reset your database to “factory state”, but still re-creates your admin user. Basically, one click and you’re in a “freshly installed” WordPress site.

http://wordpress.org/plugins/wordpress-database-reset/

WP Crontrol

I used to install other WP cron debugging plugins, but this one really brings value to developers. The timestamps are accurate, which is not the case in all similar plugins, you can run / delete registered tasks, and it tells you when something prevents WP cron from working. This can potentially save you a lot of time.

http://wordpress.org/plugins/wp-crontrol/

WP Test

Finally, even if it’s not strictly a WordPress plugin, I wanted to add WP Test. I used to import the WordPress Unit Test data for theme testing, but then I switched to WP Test.io It is based on the WordPress Unit Test with some extra scenarios based on “three years of leading quality, support, and testing for 8BIT, which has uncovered some corner cases in the way people use WordPress”, Michael Novotny says.

http://wptest.io/

WP Admin QR Code Generator

This plugin is a bit special as I am the developer.

What it does is very simple: it adds a metabox in the post edit screen with a QR code linking to the front-end view. Why? Because I was tired of manually typing the long URLs of my development install on the small keyboard of my mobile. When you have to test pages on mobiles during development, this can save you a lot of time.

http://wordpress.org/plugins/wp-admin-qr-code-generator/

That’s it for me. Of course I’m always looking for new, better tools and processes. If you have tips you wanna share that make you life as a WP developer easies, please share it in the comments.

Leave a Reply

Your email address will not be published. Required fields are marked *