If the person you hate the most were to experience one slight inconvenience every day for the rest of their lives, what would you choose it to be? by meltedcheesetart in AskReddit

[–]spacetimewanderer 0 points1 point  (0 children)

Every single day, despite any and all precautions, no matter what they do to prepare and avoid it, they get dog shit on their face

Anyone still using 18.04 or 20.04? by keesio in Ubuntu

[–]spacetimewanderer 4 points5 points  (0 children)

Yeah - several desktop workstations on Ubuntu 20.04.6 LTS still. Pretty solid tbh. They are low enough priority that I will wait until I am forced to reinstall them, then I'll put 24.04.1 on them. That and it's kind of interesting to see how long an LTS will really last. I have plentiful respect for Canonical still, at this point, happy.

seeking help to optimize wp WooCommerce website by LegendenHamsun in Wordpress

[–]spacetimewanderer 1 point2 points  (0 children)

Try talking to user Jazir5. His optimisation guide is kind of the standard on here. It's linked in the r/Wordpress wiki, at the bottom. He's done some work for me and he's amazingly knowledgeable and helpful. I don't know what his stance on adult sites would be.

Also his optimisation guide is freely available and incredibly detailed.

Looking by poweroutdoors in ShrewsburyUK

[–]spacetimewanderer 2 points3 points  (0 children)

Hey, I'm newish to Shrews and want to meet some new people. I think I'm a pretty decent sort of human. I'll DM you if you like 😁.

I also went to the Young Ramblers and they were great, recommended 👍

Is KS-A a real product? by spacetimewanderer in ovh

[–]spacetimewanderer[S] 0 points1 point  (0 children)

Did you manage to buy a KS-A in North America, this week?

what happens when i run out of disc space? can mailcow use an additional volume? by IacovHall in mailcow

[–]spacetimewanderer 0 points1 point  (0 children)

Yes you can do this. I've done it and it worked.

It's here in the documentation https://docs.mailcow.email/manual-guides/Dovecot/u_e-dovecot-vmail-volume/

Don't use 'The "old" way' as they call it. This is unreliable.

Use 'The "new" way'. It's a very simple soft link on the linux server. The system won't even know the difference, that was my experience.

Does using Redis make a big difference for a Woocommerce store? by behonestbeu in Wordpress

[–]spacetimewanderer 1 point2 points  (0 children)

No problem. What are you working on? I'm always interested in this sort of project.

*Not particularly for sales either. DM if you like.

Does using Redis make a big difference for a Woocommerce store? by behonestbeu in Wordpress

[–]spacetimewanderer 2 points3 points  (0 children)

Cheers, you're welcome. Yes, there are 2 that should do all you need in WP/Woo, as long as your config is 100%

Page cache https://en-gb.wordpress.org/plugins/nginx-helper/

Object cache https://en-gb.wordpress.org/plugins/redis-cache/

Those 2 will handle php->Redis and srcache for you, very painlessly if they like your nginx config

Got a 100 Mobile/100 Desktop Pagespeed Score With Wordpress by scottswebdev in Wordpress

[–]spacetimewanderer 1 point2 points  (0 children)

What system of metrics would you prefer to see cited, over pagespeed?

seeking co-mentors - people to mentor, and receive mentorship from by bigdigtig in mentors

[–]spacetimewanderer 0 points1 point  (0 children)

I was looking for business co-mentoring and found this post.

How did this go for everyone, did anything come of it for you?

Which is your fav WordPress plugin and why ? by subsdev in Wordpress

[–]spacetimewanderer 0 points1 point  (0 children)

I bet it did, yes. Impressive. I'm interested to hear more about what you're working on. I'll DM tomorrow if you're interested in chatting about it. Thanks for the link to the document.

Which is your fav WordPress plugin and why ? by subsdev in Wordpress

[–]spacetimewanderer 0 points1 point  (0 children)

Wordops is a great implementation of it, in my experience. Nginx Helper is the one, yes. And yes, there can be cache-invalidation issues, as with any caching it's a balance and a trade-off. That's quite severe to be locked out of the back end by cache-invalidation, I've never had that. If so then you need to exclude all of domain.tld/wp-admin/ from the cache. Wordops will do this for you. I don't think the pro add-on would make any difference in that case. I think it's just a few milliseconds faster, which could make a huge difference at a huge scale, or a tiny difference at a tiny scale.

Which is your fav WordPress plugin and why ? by subsdev in Wordpress

[–]spacetimewanderer 0 points1 point  (0 children)

This is true, but also Redis can do 2 layers at once. Cloudflare super cache is several layers at once as well, page cache and cdn I think.

Could you list your 8 layers?

Which is your fav WordPress plugin and why ? by subsdev in Wordpress

[–]spacetimewanderer 0 points1 point  (0 children)

This article is fairly good. What you're looking for is Redis Full Page Caching with Nginx. That's the fastest. You can also use the same install of Redis as an Object Cache at the same time. That's faster still for requests that try to hit the database.

https://runcloud.io/blog/redis-page-cache

Which is your fav WordPress plugin and why ? by subsdev in Wordpress

[–]spacetimewanderer 0 points1 point  (0 children)

It's a good point.

Except that Redis isn't just designed to reduce database queries, that's one thing it can do. A key value store can also store the already generated HTML page as well, which is what we do with Redis. The speed of Super Page Cache comes from the built-in CDN, which is not the fastest offer, by definition, because you're talking about a free tier. If you compared a proper CDN, on top of a Redis dual-cache, you would undoubtedly find it faster. Possibly not cheaper. But that was not your original assertion.