wplib-box icon indicating copy to clipboard operation
wplib-box copied to clipboard

The Best Local Dev Server for WordPress Developers

Results 100 wplib-box issues
Sort by recently updated
recently updated
newest added

This looks interesting: - https://pmgarman.me/how-to-rewrite-uploads-to-production-from-your-local-environment/

To Discuss

Implement a log view, probably at `logs.wplib.box`. See #326 for log service. One thing to consider is if we separate out logs by project, or just have all logs be...

Feature
UX-related

I think it would be helpful, if for no other reason than to diagnose box performance issues if we could log all outbound HTTP request traffic (URLs) that originates from...

Feature
UX-related

I'm going to try and figure this out myself, but I am missing vv (https://github.com/bradp/vv). Would be great if I could just run something like `wplibbox new example.box` and have...

Feature
UX-related

I just wasted 20+ minutes trying to figure out why a site was generated 500 errors. Turns out the directories had `700` permissions instead of `755`. Seems like we could...

Feature
UX-related

We should set up a background health monitor that will run periodically (every 5 minutes) and check the health of the current system, restarting services if anything has failed, and...

Feature
UX-related

[Guetzli](https://github.com/google/guetzli) is a Google tool that can create _“[high quality JPEG images with file sizes 35 percent smaller than currently available methods](https://www.theverge.com/2017/3/17/14957272/google-jpeg-encoder-new-guetzli-smaller-faster).”_ The reason is would be a great addition...

Feature
Component

The infrastructure containers are the ones the box cannot run without. Currently that is only `box/webproxy` _(should we have named it `box/proxyserver`?)_ The global containers are `box/mailsender` and `box/sqladmin`. None...

Task
To Discuss

We should write a MySQL compatibility scanner to use before attempting to import `.SQL` files based on the current DB server in use, and then provide feedback to user so...

Feature
To Discuss
UX-related