basic-wordpress-vagrant icon indicating copy to clipboard operation
basic-wordpress-vagrant copied to clipboard

Option to install dev plugins

Open joemaller opened this issue 10 years ago • 4 comments

this can roll in with the install_plugins option, something like this:


install_dev_plugins:
#    - debug-bar  # https://wordpress.org/plugins/debug-bar/
#    - query-monitor   # https://wordpress.org/plugins/query-monitor/

joemaller avatar Dec 08 '15 16:12 joemaller

You might want to consider adding in WP Optimize. If you have a lot of transient caching it can clear everything with a click of a button. I have it on every site I work with and highly recommend it in any toolset.

jgraup avatar Dec 09 '15 03:12 jgraup

Thanks for the pointer. That one probably isn't necessary for this use-case, but if you have other dev-centric tools, specifically the kind which help improve a site prior to deploying, let me know.

joemaller avatar Dec 09 '15 03:12 joemaller

Monkeyman Rewrite Analyzer is a great one to check your url rewrites. That could be deployment centric.

But if you're going to use Debug Bar then the Debug Bar Console is a must.

jgraup avatar Dec 09 '15 03:12 jgraup

Another plugin I've gotten a lot of use out of in the last year:

Debug Meta Data

Creates a meta-box with meta-data information of a post for all post types. Information with meta key, meta value and its var_dump

jgraup avatar May 01 '17 13:05 jgraup