sgpro
Forum Replies Created
-
Hello @jamesosborne
No, I wasn’t running a Lighthouse test in my browser, I was viewing the PageSpeed component of our site stats in the dashboard, Web Vitals.
Given this fact, how was the PageSpeed API response capping at precisely 30 seconds?Forum: Reviews
In reply to: [Spectra Gutenberg Blocks – Website Builder for the Block Editor] AI bloatHow about giving users the option to choose to opt in with a prompt, instead of opting users in by default without their consent?
This review will stay up as long as it has to, until companies start respecting consumer rights and stop shoving AI down their throats
Forum: Reviews
In reply to: [atec Cache Info] Let us specify Redis Host IPthank you Chris for implementing this change, solid work!
– Alex
Forum: Reviews
In reply to: [atec Cache Info] Let us specify Redis Host IPIf a redist instance cannot be found at localhost:6379, just give the users a text field for specifying a hostname and port, for example, I set this in the plugin’s PHP source code:
try { $redis->connect('redis.docker.internal.prod', 6379); }\Forum: Reviews
In reply to: [atec Cache Info] Let us specify Redis Host IPwhen you’re running redis along wordpress in a docker compose stack, it wouldn’t necessarely be completely “remote”, but having other options outside of just ‘localhost’ would be helpful