ianmjones
@ianmjones on WordPress.org and Slack
- Member Since: August 6th, 2014
- Location: Somerset, UK
- Website: bytepixie.com
- GitHub: ianmjones
- Job Title: Chief Everything
- Employer: Byte Pixie
Bio
Contribution History
ianmjones’s badges:- Core Contributor
- Plugin Developer
-
Posted a reply to Pages slow to load, on the site WordPress.org Forums:
Awesome, wasn't sure!7 days ago
-
Posted a reply to CDN setup on cloudflare to change ugly url, on the site WordPress.org Forums:
That guide is for using Cloudflare and Amazon S3 together. As far as I know,…7 days ago
-
Posted a reply to Images don’t load on frontend, on the site WordPress.org Forums:
If you use a stock WordPress theme such as TwentyTwenty does the problem go away?7 days ago
-
Posted a reply to How delay the push to S3 ?, on the site WordPress.org Forums:
Imagify is incompatible with WP Offload Media (Lite) v2.3+. You're better off using EWWW Image…7 days ago
-
Posted a reply to Newbie: Nothing is uploaded, on the site WordPress.org Forums:
WP Offload Media Lite only offloads *new* Media Library items, whereas WP Offload Media can…7 days ago
-
Posted a reply to Pages slow to load, on the site WordPress.org Forums:
Nope. WP Offload Media Lite isn't loading the media from S3, the browser will do…7 days ago
-
Posted a reply to Access Denied to GCS Bucket, on the site WordPress.org Forums:
Thanks for mentioning the fix, I'll see if we can improve the docs for GCS…7 days ago
-
Posted a reply to Installed lite plugin in my wordpress but after upload not get images in bucket, on the site WordPress.org Forums:
WP Offload Media Lite only offloads *new* Media Library items. To offload existing Media Library…7 days ago
-
Posted a reply to Error retrieiving credentials from the instance profile metadata server, on the site WordPress.org Forums:
We occasionally see this with customers, usually it's a problem with the EC2 instance's networking…7 days ago
-
Posted a reply to excessive s3 permissions demanded, on the site WordPress.org Forums:
Next version of WP Offload Media (Lite) will support Block All Access to Bucket. For…7 days ago
-
Posted a reply to AWS S3 bucket to bucket.copy., on the site WordPress.org Forums:
WP Offload Media Bronze solution should be fine. If you have 1,700 objects in the…7 days ago
-
Posted a reply to Delete image on S3, on the site WordPress.org Forums:
Not through WP Offload Media Lite, it's for managing offloads, it's not an SDK. You…2 months ago
-
Posted a reply to “Remove Files From Server Not Working”, on the site WordPress.org Forums:
Could you post diagnostics from WP Offload Media (you posted diagnostics from WP Migrate DB)?…2 months ago
-
Posted a reply to Hetzner integration, on the site WordPress.org Forums:
Thanks for the vote, but from what I can see that's not object storage and…2 months ago
-
Posted a reply to Optional storage location selection, on the site WordPress.org Forums:
I think you're looking for the as3cf_pre_upload_attachment filter, which you can use to "abort" the…2 months ago
-
Posted a reply to “File … does not exist” in nginx error logs w/ “Remove Files From Server”, on the site WordPress.org Forums:
Random errors are difficult to debug. I recommend grabbing yourself a license and contacting us…2 months ago
-
Posted a reply to Issues with Mailster, on the site WordPress.org Forums:
I think you've posted to the wrong support area, I think you need the following…2 months ago
-
Posted a reply to What is the most simple way to retrieve an attachment URL with the providers URL, on the site WordPress.org Forums:
Just use wp_get_attachment_url(), WP Offload Media hooks into that.2 months ago
-
Posted a reply to Copy to S3 at the specified date, on the site WordPress.org Forums:
Not quite sure I understand the question, but "Offload Remaining" does a full catch-up and…2 months ago
-
Committed [2290808] to Plugins Trac:
Tested up to WordPress 5.4+3 months ago
-
Posted a reply to Number images, on the site WordPress.org Forums:
No, but Lite only offloads **new** Media Library uploads. For offloading existing Media Library items…3 months ago
-
Posted a reply to Getting this error, on the site WordPress.org Forums:
Umm, no idea, maybe your theme is broken? That amazonS3_cache record is only used by…3 months ago
-
Posted a reply to What are S3 Minimum Permissions?, on the site WordPress.org Forums:
The current version of WP Offload Media (Lite) requires PutObjectACL so that it can specifically…3 months ago
-
Posted a reply to Copy to S3 at the specified date, on the site WordPress.org Forums:
There's not a way to delay automatic offloading by a specific time interval. However, with…3 months ago
-
Posted a reply to Latest Update Broken, on the site WordPress.org Forums:
@domenic95 Do you have an as3cf_items table? What do your "amazonS3_info" postmeta records look like?3 months ago
-
Posted a reply to Stop specific file offloading, on the site WordPress.org Forums:
Try something like... function pre_upload_attachment( $abort, $post_id, $metadata ) { $file = get_post_meta( $post_id, '_wp_attached_file',…3 months ago
-
Posted a reply to Images deleted from media library no longer show in post, on the site WordPress.org Forums:
Please confirm what you mean by "when I delete it from my media library"? If…3 months ago
-
Posted a reply to Error parsing JSON when adding CNAME, on the site WordPress.org Forums:
How long has that browser tab been open, could the time based security token expired?…3 months ago
-
Posted a reply to Number images, on the site WordPress.org Forums:
Unlimited.3 months ago
-
Posted a reply to Outdated AWS Library, on the site WordPress.org Forums:
The next major version of WP Offload Media (Lite) will have updated SDKs.3 months ago
-
Posted a reply to Feature Questions, on the site WordPress.org Forums:
There's filters for that ... as3cf_allowed_mime_types:- https://github.com/deliciousbrains/wp-amazon-s3-and-cloudfront-tweaks/blob/96d9fc03ffcfdc1d2e77b0a1a53891e6e1a76e30/amazon-s3-and-cloudfront-tweaks.php#L387 or ... as3cf_pre_upload_attachment:- https://github.com/deliciousbrains/wp-amazon-s3-and-cloudfront-tweaks/blob/96d9fc03ffcfdc1d2e77b0a1a53891e6e1a76e30/amazon-s3-and-cloudfront-tweaks.php#L437 No, WP Offload Media…3 months ago
-
Posted a reply to Content-Encoding: gzip missing from Google Cloud Storage Objects, on the site WordPress.org Forums:
That's weird, WP Offload Media explicitly sets that Content-Encoding metadata. Maybe best to just not…3 months ago
-
Posted a reply to Uninstall problem, on the site WordPress.org Forums:
If you used the "Remove Files From Server" option, then you'll need to manually download…3 months ago
-
Posted a reply to Bug: Images are not offloaded to S3 with v2.3.2 and WP5.3, on the site WordPress.org Forums:
Nothing in the debug.log when you turn on WP_DEBUG and WP_DEBUG_LOG?3 months ago
-
Posted a reply to H5P Content, on the site WordPress.org Forums:
WP Offload Media only offloads media properly registered into the Media Library (database).3 months ago
-
Posted a reply to Image Upload creates multiple versions on s3, on the site WordPress.org Forums:
Yes, WordPress creates thumbnail sizes that match the requirements of your theme and plugins so…3 months ago
-
Posted a reply to Images not showing on Cloudflare setup, on the site WordPress.org Forums:
If you're using the default us-east-1 region, you don't specify anything bar "s3" as part…3 months ago
-
Posted a reply to Invalidation CDN on delete file, on the site WordPress.org Forums:
WP Offload Media does not have an automatic invalidation function. Why do you need this?…3 months ago
-
Posted a reply to Working on public site but not admin, on the site WordPress.org Forums:
When you migrated the site to a different location, and therefore different URL path for…3 months ago
-
Posted a reply to File size of thumbnails are larger than original after uploading to s3, on the site WordPress.org Forums:
WP Offload Media Lite does not resize images, it only offloads what files are available.…3 months ago
-
Posted a reply to Browsing Media Gallery is very slow, on the site WordPress.org Forums:
Be careful to use an up to date version of Smush, older versions are incompatible…3 months ago
-
Posted a reply to Cron job not work, on the site WordPress.org Forums:
> Does free version need cron job setting ? No, not that I can think…3 months ago
-
Committed [2263440] to Plugins Trac:
Deploy version 1.4.14 months ago
-
Posted a reply to Browsing Media Gallery is very slow, on the site WordPress.org Forums:
Would be interested in hearing if any of you have plugins installed that may handle…4 months ago
-
Posted a reply to Latest Update Broken, on the site WordPress.org Forums:
What does the amazonS3_info record in the postmeta table look like for the record with…4 months ago
-
Posted a reply to Cron job not work, on the site WordPress.org Forums:
as3cf_assets_scan_files_for_s3_cron isn't used any more, and related to the old (dead) Assets addon that has…4 months ago
-
Posted a reply to Exlude specific files from offloading, on the site WordPress.org Forums:
Check out the as3cf_pre_upload_attachment filter. https://github.com/deliciousbrains/wp-amazon-s3-and-cloudfront-tweaks/blob/96d9fc03ffcfdc1d2e77b0a1a53891e6e1a76e30/amazon-s3-and-cloudfront-tweaks.php#L4374 months ago
-
Posted a reply to Bug-Changer Cloud to s3, on the site WordPress.org Forums:
Sorry, I don't understand the question, please could you clarify?4 months ago
-
Posted a reply to Rewriting urls not working, on the site WordPress.org Forums:
COLLATE=utf8mb4_unicode_ci should be fine. WP Offload Media gets the CHARSET and COLLATE from WordPress using…4 months ago
-
Posted a reply to [BUG] Remove Files From Server, on the site WordPress.org Forums:
Hey @ovatiq, sorry to hear you had problems with WP Offload Media Lite. The issue…5 months ago
Developer
-
WP Cron Pixie
Active Installs: 10+
-
WP Table Pixie
Active Installs: 20+
Contributor
-
Github README
Active Installs: 100+
-
WP Offload Media Lite for Amazon S3, DigitalOcean Spaces, and Google Cloud Storage
Active Installs: 40,000+