Pressable Feedback


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.

TypeHost/NameValue/Target/Alias To
CNAMEopenhosting1._domainkeyopenhosting1._domainkey.wpcloud.com.
CNAMEopenhosting2._domainkeyopenhosting2._domainkey.wpcloud.com.
v=spf1 include:wpdatacenter.com ~all

Have a DMARC record:

TypeHost/NameValue
TXT_dmarcv=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.

PagePerformanceAccessibilityBest PracticeSEOFCPLCPTBTCLSSpeed Index
Dashboard6886100921.6s3.3s0ms0.0275.2s
Site 1 (Wheat Marketing)8468100751.6s1.8s0ms0.0327.8s
Site 2 (AYACC)7768100751.3s1.4s0ms0.0317.7s
Site 3 (behindline)8473100751.2s1.3s0ms0.058.8s
Collaborators8079100751.5s1.6s0ms0.0014.8s
Tags8288100911.4s1.5s0ms04.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?

bytes7,586,102,202 (7 GB)
limit_maxbytes8,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.