User Timezone
Let users set timezone in their profiles. Use this as option to show times in timezone instead of just UTC.
Site Menu
Improve Indentation – I feel like it’s not obvious if a link is a submenu item. A little css goes a long way.
Current


Suggested
.site-inner-nav .site-inner-nav-items .nav-item ul .inner-nav-link {
padding-left: 55px !important;
}
Bash Command Tool
Great feature just feels a little half-baked. Seems to have a character count limit (Can we add a description mentioning the character count?). Should be a text box, not input box. It’s not obvious where I can go to see feedback/results.
Cron Events
Why do cards have a footer? Im guessing as a client I am not seeing data, that employees get to see? Feels like it takes up a lot of space. Rather have a table, where it is easier to copy from.

Site History
When blank, needs some copy here to let people know what to expect in this section:

Tried to delete tag – failed
This got me the account dropdown, which doesn’t always appear. I tried to delete and it seems like it didn’t work. Account Dropdown is inconsistent, maybe always show it?
Group Collaborators
I would like to see a way to group collaborators, ie teams etc.
No Access to API (unless owner)
This is annoying, I am not the owner, and need API access.
No Access to Duplikits (unless owner)
I saw the new duplikits, created one, but then could not access or see it?
SSH Access
SSH Will fail on a new install – until I reset my password (wasn’t obvious). I would copy the ssh url, paste in terminal and get connection closed. It was not until I reset my password (or anyones) that the SSH connection was accepted.
Email Setup (aka rules/limitations)
Had to check the knowledgbase, wasn’t obvious at first setup, why emails were failing.
| Type | Host/Name | Value/Target/Alias To |
| CNAME | openhosting1._domainkey | openhosting1._domainkey.wpcloud.com. |
| CNAME | openhosting2._domainkey | openhosting2._domainkey.wpcloud.com. |
v=spf1 include:wpdatacenter.com ~all |
Have a DMARC record:
| Type | Host/Name | Value |
| TXT | _dmarc | v=DMARC1; p=none; |
Screenshot / Lighthouse
No ability to get new lighthouse scores or screenshot, kind of annoying after a site migration (need to wait to see the nice image of my site – maybe allow 1 manual refresh a month). Make it clear lighthouse scores are homepage only – had to tell your sales team this is the case at WordCamp US.
Cache Management Plugin
Seems like it needs lots of work, I did a PR in Github. To my surprise it was accepted, but then removed (via file upload?).
Pressable CLI
Vibe coded a pressable cli tool — https://github.com/bhubbard/pressable-cli
Pressable API Client Library
https://github.com/bhubbard/wp-pressable-api
Site Counts
No quick way on sites page to see site count (totals). Would love to see that at the top or bottom somewhere on the sites page.
WP Dasboard Button
Any way to make this an auto login? I saw the github plugin, but does it work? How does it choose the user?
Is there any plan to have an in-app file editor/manager?
This was a request from my team, a quick file viewer/editor for site files.
Dashboard Performance
Dashboard performance seems very sluggish. Run a lighthouse test on various pages.
| Page | Performance | Accessibility | Best Practice | SEO | FCP | LCP | TBT | CLS | Speed Index |
|---|---|---|---|---|---|---|---|---|---|
| Dashboard | 68 | 86 | 100 | 92 | 1.6s | 3.3s | 0ms | 0.027 | 5.2s |
| Site 1 (Wheat Marketing) | 84 | 68 | 100 | 75 | 1.6s | 1.8s | 0ms | 0.032 | 7.8s |
| Site 2 (AYACC) | 77 | 68 | 100 | 75 | 1.3s | 1.4s | 0ms | 0.031 | 7.7s |
| Site 3 (behindline) | 84 | 73 | 100 | 75 | 1.2s | 1.3s | 0ms | 0.05 | 8.8s |
| Collaborators | 80 | 79 | 100 | 75 | 1.5s | 1.6s | 0ms | 0.001 | 4.8s |
| Tags | 82 | 88 | 100 | 91 | 1.4s | 1.5s | 0ms | 0 | 4.7s |
Site Performance (WP Admin Mostly)
WP Admin performance has still not been acceptable enough across most of the sites. Even sites I know that are built to perform well have issues at time. Even got a few jetpack alerts about backups failing due to performance.
Memcache Resources (too low?)
Created a tool to start looking into caching performance, trying to troubleshoot wp-admin. It seems like the memcache servers are maxing out, can they be upgraded to say 16 or 32GB?
| bytes | 7,586,102,202 (7 GB) |
| limit_maxbytes | 8,589,934,592 (8 GB) |
CloudFlare
I know your knowledgebase and team suggest turning off cloudflare proxy. Is it really a problem to leave it on? CloudFlare gives us so much I hate to loose it.
Migration Plugin
If the db uses a different table prefix such as xyz_ it will leave the orignal wp_ tables existing in the db even though they are not used.