@Unixfy said:
Any recommendations for image optimization plugins/services (that are cheap)? I know this was discussed before but can't quite find where it was...
LiteSpeed cache plugin does image optimization too, and it does it well.
The plugin is free but requires a LiteSpeed server to run properly.
I usually use squoosh.app - online, before uploading.
Results from google's web.dev testing tool for
ClassicPress v 1.3 on VPS (ReadyDedis, Mumbai 4 GB BF 2020 plan) + CF + caching, etc...theme is Generatepress or Hestia (testing both)
Existing site (my blog) with over 150 posts, 18 plugins.
I have almost* migrated my blog site from WP to CP. And quite happy with results.
Update: I broke the site (intentionally) - PHP 8 instead of 7.4 and now we have bliss! Restore from backup in action fixed
Wutt, my blog performance on mobile just below 50% while others above 90.. ☹️☹️☹️
⭕ A simple uptime dashboard using UptimeRobot API https://upy.duo.ovh
⭕ Currently using VPS from BuyVM, GreenCloudVPS, Gullo's, Hetzner, HostHatch, InceptionHosting, LetBox, MaxKVM, MrVM, VirMach.
@Unixfy said:
Any recommendations for image optimization plugins/services (that are cheap)? I know this was discussed before but can't quite find where it was...
I am very happy with Shortpixel. Their free plan comes with 100(?) optimized images/month
@Unixfy said:
Any recommendations for image optimization plugins/services (that are cheap)? I know this was discussed before but can't quite find where it was...
LiteSpeed cache plugin does image optimization too, and it does it well.
The plugin is free but requires a LiteSpeed server to run properly.
I usually use squoosh.app - online, before uploading.
That’s another approach.. ls server + ls cache + quic.cloud. For low volume sites should be free
@Unixfy said: Any recommendations for image optimization plugins/services (that are cheap)? I know this was discussed before but can't quite find where it was...
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).
@Unixfy said: Any recommendations for image optimization plugins/services (that are cheap)? I know this was discussed before but can't quite find where it was...
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).
What do you use for conversion to webp? What does your cron job read like ? Thx
@vyas said: What do you use for conversion to webp? What does your cron job read like ? Thx
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)
Results from google's web.dev testing tool for
ClassicPress v 1.3 on VPS (ReadyDedis, Mumbai 4 GB BF 2020 plan) + CF + caching, etc...theme is Generatepress or Hestia (testing both)
Existing site (my blog) with over 150 posts, 18 plugins.
I have almost* migrated my blog site from WP to CP. And quite happy with results.
Update: I broke the site (intentionally) - PHP 8 instead of 7.4 and now we have bliss! Restore from backup in action fixed
Wutt, my blog performance on mobile just below 50% while others above 90.. ☹️☹️☹️
Results from google's web.dev testing tool for
ClassicPress v 1.3 on VPS (ReadyDedis, Mumbai 4 GB BF 2020 plan) + CF + caching, etc...theme is Generatepress or Hestia (testing both)
Existing site (my blog) with over 150 posts, 18 plugins.
I have almost* migrated my blog site from WP to CP. And quite happy with results.
Update: I broke the site (intentionally) - PHP 8 instead of 7.4 and now we have bliss! Restore from backup in action fixed
Wutt, my blog performance on mobile just below 50% while others above 90.. ☹️☹️☹️
What setup, themes, plugins, cdn are you using?
MyW.pt shared hosting + WP + Divi (currently turned off CSS optimization) + LS Cache (currently turned off cache) + QUIC DNS
⭕ A simple uptime dashboard using UptimeRobot API https://upy.duo.ovh
⭕ Currently using VPS from BuyVM, GreenCloudVPS, Gullo's, Hetzner, HostHatch, InceptionHosting, LetBox, MaxKVM, MrVM, VirMach.
@Unixfy said:
Any recommendations for image optimization plugins/services (that are cheap)? I know this was discussed before but can't quite find where it was...
LiteSpeed cache plugin does image optimization too, and it does it well.
The plugin is free but requires a LiteSpeed server to run properly.
I usually use squoosh.app - online, before uploading.
That’s another approach.. ls server + ls cache + quic.cloud. For low volume sites should be free
It does the job for each image. Unless you get it started on a website with hundreds of thousands of images, it should be able to keep running even on a large website.
Results from google's web.dev testing tool for
ClassicPress v 1.3 on VPS (ReadyDedis, Mumbai 4 GB BF 2020 plan) + CF + caching, etc...theme is Generatepress or Hestia (testing both)
Existing site (my blog) with over 150 posts, 18 plugins.
I have almost* migrated my blog site from WP to CP. And quite happy with results.
Update: I broke the site (intentionally) - PHP 8 instead of 7.4 and now we have bliss! Restore from backup in action fixed
Wutt, my blog performance on mobile just below 50% while others above 90.. ☹️☹️☹️
What setup, themes, plugins, cdn are you using?
MyW.pt shared hosting + WP + Divi (currently turned off CSS optimization) + LS Cache (currently turned off cache) + QUIC DNS
a. Use Autooptimizer plugin , choose options:
minimize css + minimize js (and bring both inline) . Also compress html
b. Check the timing for caching
c. Do you really need Divi for a relatively light blog? Take a look at Generatepress or even Go by GoDaddy.
d. Sign up with Quic.cloud - since hosting is on litespeed, you should get some goodies there. At a minimum- use a cdn like statically for some of the files.
Results from google's web.dev testing tool for
ClassicPress v 1.3 on VPS (ReadyDedis, Mumbai 4 GB BF 2020 plan) + CF + caching, etc...theme is Generatepress or Hestia (testing both)
Existing site (my blog) with over 150 posts, 18 plugins.
I have almost* migrated my blog site from WP to CP. And quite happy with results.
Update: I broke the site (intentionally) - PHP 8 instead of 7.4 and now we have bliss! Restore from backup in action fixed
Wutt, my blog performance on mobile just below 50% while others above 90.. ☹️☹️☹️
What setup, themes, plugins, cdn are you using?
MyW.pt shared hosting + WP + Divi (currently turned off CSS optimization) + LS Cache (currently turned off cache) + QUIC DNS
a. Use Autooptimizer plugin , choose options:
minimize css + minimize js (and bring both inline) . Also compress html
b. Check the timing for caching
c. Do you really need Divi for a relatively light blog? Take a look at Generatepress or even Go by GoDaddy.
d. Sign up with Quic.cloud - since hosting is on litespeed, you should get some goodies there. At a minimum- use a cdn like statically for some of the files.
Thank you for providing some hints on my blog @vyas :
Point a & b - I will check the plugin and cache configuration and experiment with it.
Point c - I am trying to optimize divi for very light blog, maybe I will consider use another option for blog base.
Point d, I already use quic.cloud DNS, I will check whether there is miss configiration on it
⭕ A simple uptime dashboard using UptimeRobot API https://upy.duo.ovh
⭕ Currently using VPS from BuyVM, GreenCloudVPS, Gullo's, Hetzner, HostHatch, InceptionHosting, LetBox, MaxKVM, MrVM, VirMach.
@vyas said: What do you use for conversion to webp? What does your cron job read like ? Thx
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)
I tried the below on local machine (Manjaro) using the web.dev instructions, worked rather well. That way, I can set up a cron job on local and then upload onto server of choice. (That's the working theory)
$sudo pacman -S libwebp
say in folder BGImg (real scenario- for our Baalgatha Podcast) I want to convert all files to webp: But I start with one file.
Original filesize: 2.4MB
using jpegoptim reduced to 254 KB
convert to webp to get 153 odd kB
——
Converting directly from the high res to webp gives 645 odd kb, that's why two steps. Once can of course reduce the quality in the
-q
parameter. I prefer 80 percent. To convert all files in folder whole preserving file name, we get
<
pre>`for file in ./*; do cwebp -q 80 "$file" -o "${file%.*}.webp";
Hey ya'll - we've been working on something fun recently and would love to get everyone's feedback.
Unused CSS is something we get quite a few complaints about, so we've developed a tool to strip all of it and compile a single optimized stylesheet with only necessary CSS rules.
In beta currently (UI sucks, I know), but open to any other feedback!
@johnk said:
Hey ya'll - we've been working on something fun recently and would love to get everyone's feedback.
Unused CSS is something we get quite a few complaints about, so we've developed a tool to strip all of it and compile a single optimized stylesheet with only necessary CSS rules.
In beta currently (UI sucks, I know), but open to any other feedback!
@bikegremlin said:
Anyone (or most already? ) tried PHP 8.0?
I wanted to wait until most of the themes and plugins have been patched and tested.
Now seems like a good time to try - so I did. The first test results seem fine - no problems with the themes and plugins I'm using.
Of course, a safe bet would be to wait for the 8.1+ versions.
It depends on the provider, I think. And, also on the PHP options one has enabled. I have a provider who still gives White Screen of Death when updating the PHP to 8.0. But most of the other providers don't. So, try on your host. I think HostMantis (if you're still with them) does not have any issues with 8.0.
@bikegremlin said:
Anyone (or most already? ) tried PHP 8.0?
I wanted to wait until most of the themes and plugins have been patched and tested.
Now seems like a good time to try - so I did. The first test results seem fine - no problems with the themes and plugins I'm using.
Of course, a safe bet would be to wait for the 8.1+ versions.
It depends on the provider, I think. And, also on the PHP options one has enabled. I have a provider who still gives White Screen of Death when updating the PHP to 8.0. But most of the other providers don't. So, try on your host. I think HostMantis (if you're still with them) does not have any issues with 8.0.
Yes, still mainly HostMantis. Tried the 8.0 - looking good so far.
Slight performance improvements, with nothing broken.
But it is hectic. 7.4. seems like yesterday, yet EOL (security support only) is in two months!
And 8.0 doesn't seem tested well enough.
It often seems like they're pushing updates for updates' sake.
Does anyone still remember that I created a poll about letting WordPress (capital P) have its own category?
Well, it has been done: https://talk.lowendspirit.com/categories/wordpress
Let's create new topics instead of having one big WordPress post.
This post will be kept open, but it might get closed if needed.
@mikho said:
Does anyone still remember that I created a poll about letting WordPress (capital P) have its own category?
Well, it has been done: https://talk.lowendspirit.com/categories/wordpress
Let's create new topics instead of having one big WordPress post.
This post will be kept open, but it might get closed if needed.
Thanks for making this happen, @mikho ! Was looking forward to that
@mikho said:
Does anyone still remember that I created a poll about letting WordPress (capital P) have its own category?
Well, it has been done: https://talk.lowendspirit.com/categories/wordpress
Let's create new topics instead of having one big WordPress post.
This post will be kept open, but it might get closed if needed.
@bikegremlin
Care to create new topics instead of posting in this one?
Comments
LiteSpeed cache plugin does image optimization too, and it does it well.
The plugin is free but requires a LiteSpeed server to run properly.
I usually use squoosh.app - online, before uploading.
Detailed info about providers whose services I've used:
BikeGremlin web-hosting reviews
Wutt, my blog performance on mobile just below 50% while others above 90.. ☹️☹️☹️
⭕ A simple uptime dashboard using UptimeRobot API https://upy.duo.ovh
⭕ Currently using VPS from BuyVM, GreenCloudVPS, Gullo's, Hetzner, HostHatch, InceptionHosting, LetBox, MaxKVM, MrVM, VirMach.
I am very happy with Shortpixel. Their free plan comes with 100(?) optimized images/month
Ympker's VPN LTD Comparison, Uptime.is, Ympker's GitHub.
That’s another approach.. ls server + ls cache + quic.cloud. For low volume sites should be free
VPS reviews and benchmarks |
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).
What do you use for conversion to webp? What does your cron job read like ? Thx
VPS reviews and benchmarks |
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)
What setup, themes, plugins, cdn are you using?
Ympker's VPN LTD Comparison, Uptime.is, Ympker's GitHub.
MyW.pt shared hosting + WP + Divi (currently turned off CSS optimization) + LS Cache (currently turned off cache) + QUIC DNS
https://baubus.uk
⭕ A simple uptime dashboard using UptimeRobot API https://upy.duo.ovh
⭕ Currently using VPS from BuyVM, GreenCloudVPS, Gullo's, Hetzner, HostHatch, InceptionHosting, LetBox, MaxKVM, MrVM, VirMach.
It does the job for each image. Unless you get it started on a website with hundreds of thousands of images, it should be able to keep running even on a large website.
Detailed info about providers whose services I've used:
BikeGremlin web-hosting reviews
At a minimum mate,:
a. Use Autooptimizer plugin , choose options:
minimize css + minimize js (and bring both inline) . Also compress html
b. Check the timing for caching
c. Do you really need Divi for a relatively light blog? Take a look at Generatepress or even Go by GoDaddy.
d. Sign up with Quic.cloud - since hosting is on litespeed, you should get some goodies there. At a minimum- use a cdn like statically for some of the files.
Ref:
https://developers.google.com/speed/pagespeed/insights/?url=https://baubus.uk
Extract from
https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https://baubus.uk
VPS reviews and benchmarks |
Made a video that's boring and funny at the same time.
The story of my website redesign (hadn't known about figma.com until relatively recently):
Detailed info about providers whose services I've used:
BikeGremlin web-hosting reviews
Will watch this later! Figma is a cool design tool, indeed I use it sometimes to quickly mock-up pages.
Ympker's VPN LTD Comparison, Uptime.is, Ympker's GitHub.
Thank you for providing some hints on my blog @vyas :
⭕ A simple uptime dashboard using UptimeRobot API https://upy.duo.ovh
⭕ Currently using VPS from BuyVM, GreenCloudVPS, Gullo's, Hetzner, HostHatch, InceptionHosting, LetBox, MaxKVM, MrVM, VirMach.
@bikegremlin very nice and interesting video, mate! Thanks for sharing Subscribed!
Ympker's VPN LTD Comparison, Uptime.is, Ympker's GitHub.
For a bit of a laugh.
Detailed info about providers whose services I've used:
BikeGremlin web-hosting reviews
I tried the below on local machine (Manjaro) using the web.dev instructions, worked rather well. That way, I can set up a cron job on local and then upload onto server of choice. (That's the working theory)
say in folder BGImg (real scenario- for our Baalgatha Podcast) I want to convert all files to webp: But I start with one file.
Original filesize: 2.4MB
using jpegoptim reduced to 254 KB
convert to webp to get 153 odd kB
——
Converting directly from the high res to webp gives 645 odd kb, that's why two steps. Once can of course reduce the quality in the
parameter. I prefer 80 percent. To convert all files in folder whole preserving file name, we get
<
pre>`for file in ./*; do cwebp -q 80 "$file" -o "${file%.*}.webp";
<
pre>
Sample output for onenimage
@Mr_Tom said:
Does that elimitate the use for and good ol's
will do the trick?
VPS reviews and benchmarks |
LowEndSpirit is now officially approved!
https://io.bikegremlin.com/18172/questions/
I think this is a positive, healthy community (well, at least as far as online communities go), and we should help it grow.
Detailed info about providers whose services I've used:
BikeGremlin web-hosting reviews
Correct code is
the
is included
Spent some time with AVIF format as well today,
VPS reviews and benchmarks |
Hey ya'll - we've been working on something fun recently and would love to get everyone's feedback.
Unused CSS is something we get quite a few complaints about, so we've developed a tool to strip all of it and compile a single optimized stylesheet with only necessary CSS rules.
In beta currently (UI sucks, I know), but open to any other feedback!
https://purge.staging.cam/
(Enter your domain, and it'll crawl + parse CSS files for the entire site.)
Interesting! Thanks for sharing
Ympker's VPN LTD Comparison, Uptime.is, Ympker's GitHub.
Anyone (or most already? ) tried PHP 8.0?
I wanted to wait until most of the themes and plugins have been patched and tested.
Now seems like a good time to try - so I did. The first test results seem fine - no problems with the themes and plugins I'm using.
Of course, a safe bet would be to wait for the 8.1+ versions.
Detailed info about providers whose services I've used:
BikeGremlin web-hosting reviews
I am tinkering around with Twentig plugin/ templates for customizing stock TwentyTwenty and TwentyOne themes.
looking good so far !
-Yes, most of these can be done via css
-Yes, requires adding one more plugin
https://twentig.com/
VPS reviews and benchmarks |
It depends on the provider, I think. And, also on the PHP options one has enabled. I have a provider who still gives White Screen of Death when updating the PHP to 8.0. But most of the other providers don't. So, try on your host. I think HostMantis (if you're still with them) does not have any issues with 8.0.
Yes, still mainly HostMantis. Tried the 8.0 - looking good so far.
Slight performance improvements, with nothing broken.
But it is hectic. 7.4. seems like yesterday, yet EOL (security support only) is in two months!
And 8.0 doesn't seem tested well enough.
It often seems like they're pushing updates for updates' sake.
Detailed info about providers whose services I've used:
BikeGremlin web-hosting reviews
Does anyone still remember that I created a poll about letting WordPress (capital P) have its own category?
Well, it has been done: https://talk.lowendspirit.com/categories/wordpress
Let's create new topics instead of having one big WordPress post.
This post will be kept open, but it might get closed if needed.
https://clients.mrvm.net
Thanks for making this happen, @mikho ! Was looking forward to that
Ympker's VPN LTD Comparison, Uptime.is, Ympker's GitHub.
How I built my website - theme, plugin choice, custom code etc:
https://io.bikegremlin.com/22393/how-i-built-this-wordpress-website/
Detailed info about providers whose services I've used:
BikeGremlin web-hosting reviews
An "idiot-friendly" (just how I like and need it ) step-by-step tutorial on
how to add Google AdSense to a WordPress website.
I've also covered the AdSense for AMP website versions - for those who use it.
Detailed info about providers whose services I've used:
BikeGremlin web-hosting reviews
@bikegremlin
Care to create new topics instead of posting in this one?
Sure you will get more attention to your posts 👍
https://clients.mrvm.net