Live data from Hacker News

Show HN: A WordPress plugin that rewrites image URLs for near-zero-cost delivery

wordpress.org

61–66 of 66 posts

Re: Show HN: A WordPress plugin that rewrites image URLs for near-zero-cost delivery

#61

Earlier quoted context omitted.

Thanks for the detailed reply. Let me try to clear up a few things, because I think we are talking about slightly different use cases. The plugin is not trying to replace Cloudflare, Squid, Minio, or any other origin setup. It also is not an offloader. WordPress still stores the files and keeps whatever transformation pipeline you already use. The plugin only rewrites the final image URL so the request hits a Worker…

it was an afterthought, but doing something like rsync’ing the wp-uploads directory to a remote http folder might be the most accessible/easy way for a less technical audience. i think thats the first tack i took. but then just using wordpress itself as the origin server made the fetch and availability immediate. and then yeah if youre accomplishing that thing,and filling that gap in. that would be useful and i might…

Thanks for sharing all this. It is clear you have gone through several versions of solving this problem, and a lot of what you described is exactly what led me to build this plugin.

The “in-between” space you mentioned is what I am trying to make simple: keep WordPress as the origin, avoid all the static-site complexity, and still get CDN-level delivery without touching DNS.

And yes, the instant on/off switch is a big part of the design. A lot of people have been burned by setups where Cloudflare goes down or an account gets flagged and suddenly the whole site is tied to that infrastructure. Being able to disable a plugin in wp-admin and immediately fall back to local files feels like the right safety valve for most WordPress users.

I appreciate you taking the time to think it through. If you try it, I would be interested to hear where it fits (or doesn’t fit) with the approaches you have used before.

Re: Show HN: A WordPress plugin that rewrites image URLs for near-zero-cost delivery

#62
post #39

Earlier quoted context omitted.

I came here to say this. I find the following to be quite misleading: Bandwidth Saver respects your privacy and your visitors’ privacy: Does not track visitors Does not use cookies Does not collect analytics Does not phone home Because all that tracking and data collection will be done by Cloudflare (a company subject to the CLOUD act) instead.

Noted. I agree the current wording is not clear enough about what Cloudflare logs. I am going to rewrite that section so it is more explicit.

I just want to say that I really appreciate your willingness to take feedback on this issue. There's little to no accountability when products are misleading or even outright hostile on privacy issues so taking the time to address this and make things clear to users says a lot about the kind of person you are.

Re: Show HN: A WordPress plugin that rewrites image URLs for near-zero-cost delivery

#63

Earlier quoted context omitted.

Noted. I agree the current wording is not clear enough about what Cloudflare logs. I am going to rewrite that section so it is more explicit.

I just want to say that I really appreciate your willingness to take feedback on this issue. There's little to no accountability when products are misleading or even outright hostile on privacy issues so taking the time to address this and make things clear to users says a lot about the kind of person you are.

Thanks, I appreciate that. I went ahead and updated the readme and the plugin text so the privacy section is clearer about what Cloudflare logs and what the plugin itself does or does not do. I want people to understand exactly what they’re opting into, so this feedback really helped.

Re: Show HN: A WordPress plugin that rewrites image URLs for near-zero-cost delivery

#64

Earlier quoted context omitted.

it was an afterthought, but doing something like rsync’ing the wp-uploads directory to a remote http folder might be the most accessible/easy way for a less technical audience. i think thats the first tack i took. but then just using wordpress itself as the origin server made the fetch and availability immediate. and then yeah if youre accomplishing that thing,and filling that gap in. that would be useful and i might…

Thanks for sharing all this. It is clear you have gone through several versions of solving this problem, and a lot of what you described is exactly what led me to build this plugin. The “in-between” space you mentioned is what I am trying to make simple: keep WordPress as the origin, avoid all the static-site complexity, and still get CDN-level delivery without touching DNS. And yes, the instant on/off switch is a bi…

yeah ill look at this , i have a wp to deploy from scratch on my to-do list and can just test it there without breaking my existing kludge. thank you for the replies and addl’ info.

Re: Show HN: A WordPress plugin that rewrites image URLs for near-zero-cost delivery

#65

Earlier quoted context omitted.

Thanks for sharing all this. It is clear you have gone through several versions of solving this problem, and a lot of what you described is exactly what led me to build this plugin. The “in-between” space you mentioned is what I am trying to make simple: keep WordPress as the origin, avoid all the static-site complexity, and still get CDN-level delivery without touching DNS. And yes, the instant on/off switch is a bi…

yeah ill look at this , i have a wp to deploy from scratch on my to-do list and can just test it there without breaking my existing kludge. thank you for the replies and addl’ info.

If you run into anything or have thoughts later on, feel free to reach out: inbox [at] cris.mx

Re: Show HN: A WordPress plugin that rewrites image URLs for near-zero-cost delivery

#66
post #39

Earlier quoted context omitted.

I came here to say this. I find the following to be quite misleading: Bandwidth Saver respects your privacy and your visitors’ privacy: Does not track visitors Does not use cookies Does not collect analytics Does not phone home Because all that tracking and data collection will be done by Cloudflare (a company subject to the CLOUD act) instead.

Noted. I agree the current wording is not clear enough about what Cloudflare logs. I am going to rewrite that section so it is more explicit.

You could also add this to the section "Who This Is NOT For":

Sites that do not want to disclose their visitor data to the US company Cloudflare.

Post reply on HN