Mr_Tom
Mr_Tom
Comments
-
Cool, nice spec!
-
Who's this with if you dont mind me asking?
-
Showing I can use 100 in mine: Edit: underneath it shows
-
Makes sense. Something about having an easy life lol
-
From shared hosting to shared hosting, I imagine it's useful. But rsync works well. Database dump and sed if domain is changing lol.
-
My brother uses the AIO WP Migration plugin for moving sites from dev domains to live, gives it good reviews. I just do it manually lol.
-
Looking at the screenshots of "normal" products - does that mean you're also aiming it at like a Shopify alternative (or EKM if we're looking at UK based) as well as hosting products? If so that's an interesting idea that opens it up to a lot more uses.
-
Just set the variable to blank string before the if statement to remove the warning in PHP8 As below function wpb_last_updated_date( $content ) { $u_time = get_the_time('U'); $u_modified_time = get_the_modified_time('U'); $custom_content = ''; // <-- ADD THIS LINE if ($u_modified_time >= $u_time + 86400) { $updated_date =…
-
I use the below to check if a .webp version exists, if not use convert to create it. The filename becomes image.png.webp for example, but that's how nginx checks (and also means it can serve the png if browser doesn't support webp) 12 2 * * * find /wordpress/uploads/directory/ -type f -iname '*.jpeg' -exec sh -c ' [ -e…
-
I do it via cron. Run jpegoptim/optipng etc but also generate a webp version of every image and then nginx is configured to send the webp version if it exists (and client headers support it).
-
Wordpress on a small server is fine just make sure its optimised well and itll be quick. I’d use a LEMP stack and adjust everything to suit. If theyre mainly content pages you can make wordpress fast even without caching plugins.
-
Sounds like something isn't configured correctly - what's the server doing? If it's idle then it should barely be using the RAM, let alone swap. # free -h total used free shared buff/cache availableMem: 976Mi 70Mi 251Mi 0.0Ki 654Mi 756MiSwap: 1.0Gi 2.0Mi 1.0Gi If it's an active server with active site, how many requests…
-
Yeah, apologies I didn't maths very well there lol. On a virtual server you'll likely hit IO issues if everything is running in swap. While drives are getting faster (NVMe etc) it's still slower than using the RAM itself. If the sites aren't woocommerce or very complicated then you should be able to run all 100 sites off a…
-
Provider is us. Plans aren't finalised at the minute - as you can see it's older CPU not what we'd normally have but perhaps a chance to do some cheaper or higher specs for same price deals.
-
I don't see why it wouldn't work with some swap space. If the $2.50 is per month, then that's still $25/month for the 100 servers. You'd get a better spec machine for less than that which would run all 100 sites in one server.
-
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## Yet-Another-Bench-Script ## v2021-06-05 ## https://github.com/masonr/yet-another-bench-script ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #Sat 04 Sep 2021 12:55:32 PM EDTBasic System Information:---------------------------------Processor : Intel(R) Xeon(R)…
-
Do it. The E2276s are pretty quick and Dom and team are very helpful.
-
With all this talk of page builders does no one build using Gutenberg (+ custom blocks)?
-
What location? Thought the GB5 score might have been a bit higher for a 2288g
-
What about using an OVH VPS or BuyVM with DDoS protected IP and tunneling it to an AX101? Not into gaming so not sure if that would affect things negatively?
-
Looks good. Is this the plugin you used? https://en-gb.wordpress.org/plugins/mywebtonet-performancestats/
-
Anyone using monday.com? Always see ads for it but never tried it.