You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-19Lines changed: 25 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,10 @@ Easily optimize images using WP CLI.
38
38
-[Do I have to install `SVGO` or `cwebp`?](#do-i-have-to-install-svgo-or-cwebp)
39
39
-[`PHP Fatal error: Allowed memory size of 999999 bytes exhausted (tried to allocate 99 bytes)`](#php-fatal-error-allowed-memory-size-of-999999-bytes-exhausted-tried-to-allocate-99-bytes)
40
40
-[Does it have a limits or quotas?](#does-it-have-a-limits-or-quotas)
41
-
-[Will you add support for older PHP versions?](#will-you-add-support-for-older-php-versions)
42
41
-[Is it for everyone?](#is-it-for-everyone)
42
+
-[Will you add support for older PHP versions?](#will-you-add-support-for-older-php-versions)
43
43
-[It looks awesome. Where can I find some more goodies like this?](#it-looks-awesome-where-can-i-find-some-more-goodies-like-this)
44
-
-[This package isn't on wp.org. Where can I give a :star::star::star::star::star:review?](#this-package-isnt-on-wporg-where-can-i-give-a-starstarstarstarstar-review)
44
+
-[Where can I give :star::star::star::star::star:reviews?](#where-can-i-give-starstarstarstarstar-reviews)
@@ -289,36 +289,42 @@ This is a common WP CLI issue. See: [https://bit.ly/wpclimem](https://make.wordp
289
289
290
290
No, unlike other SaaS alternatives, this package runs on your server without any limitation on file sizes or a monthly quota. Totally free of charge.
291
291
292
-
### Will you add support for older PHP versions?
293
-
294
-
Never! This package will only works on [actively supported PHP versions](https://secure.php.net/supported-versions.php).
295
-
296
-
Don't use it on **end of life** or **security fixes only** PHP versions.
297
-
298
292
### Is it for everyone?
299
293
300
294
No, it comes at a cost. Optimization is CPU intensive. Expect CPU usage rockets up to 100% during optimization. Schedule it to run at late night in small batches.
301
295
302
296
Learn more on [this article](https://typist.tech/articles/easily-optimize-wordpress-images-using-wp-cli-and-some-binaries/).
303
297
298
+
### Will you add support for older PHP versions?
299
+
300
+
Never! This plugin will only work on [actively supported PHP versions](https://secure.php.net/supported-versions.php).
301
+
302
+
Don't use it on **end of life** or **security fixes only** PHP versions.
303
+
304
304
### It looks awesome. Where can I find some more goodies like this?
305
305
306
-
* Articles on Typist Tech's [blog](https://typist.tech)
307
-
*[Tang Rufus' WordPress plugins](https://profiles.wordpress.org/tangrufus#content-plugins) on wp.org
308
-
* More projects on [Typist Tech's GitHub profile](https://github.com/TypistTech)
309
-
* Stay tuned on [Typist Tech's newsletter](https://typist.tech/go/newsletter)
* Hire [Tang Rufus](https://typist.tech/contact) to build your next awesome site
306
+
- Articles on Typist Tech's [blog](https://typist.tech)
307
+
- More projects on [Typist Tech's GitHub profile](https://github.com/TypistTech/)
308
+
- More plugins on [TangRufus'](https://profiles.wordpress.org/tangrufus/#content-plugins) wp.org profiles
309
+
- Stay tuned on [Typist Tech's newsletter](https://typist.tech/go/newsletter)
310
+
- Follow [@TangRufus](https://twitter.com/tangrufus) on Twitter
311
+
- Hire [Tang Rufus](https://typist.tech/contact) to build your next awesome site
312
312
313
-
### This package isn't on wp.org. Where can I give a :star::star::star::star::star:review?
313
+
### Where can I give :star::star::star::star::star:reviews?
314
314
315
-
Thanks!
315
+
Thanks! Glad you like it. It's important to let my know somebody is using this project. Since this is not hosted on wordpress.org, please consider:
316
316
317
-
Consider writing a blog post, submitting pull requests, [sponsoring](https://typist.tech/donation/) or [hiring me](https://typist.tech/contact/) instead.
317
+
- tweet something good with mentioning [@TangRufus](https://twitter.com/tangrufus)
318
+
-:star: star this [Github repo](https://github.com/typisttech/image-optimize-command)
319
+
-:eyes:[watch](https://github.com/typisttech/image-optimize-command/subscription) this Github repo
0 commit comments