Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #5926, comment 11


Ignore:
Timestamp:
10/26/2021 01:04:53 AM (3 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5926, comment 11

    initial v1  
    88Hey @phbernard, Thanks for the POC implementation!
    99
    10 Right now, this is probably not a viable option for us, as we don't have any web-based JS runtimes deployed on WordPress.org, we'd prefer not to offload it to a 3rd party system, and we'd prefer to not generating static images (Instead, we rely upon dynamic images being cached, similar to how [https://s.w.org/plugins/geopattern-icon/add-from-server.svg the default icon for plugins are dynamically generates images, that are cached by our CDN].
     10Right now, this is probably not a viable option for us, as we don't have any web-based JS runtimes deployed on WordPress.org, we'd prefer not to offload it to a 3rd party system, and we'd prefer to not generating static images (Instead, we rely upon dynamic images being cached, similar to how [https://s.w.org/plugins/geopattern-icon/add-from-server.svg the default icon for plugins are dynamically generates images, that are cached by our CDN]).
    1111
    1212So any solution implemented here for us would probably have to be limited to PHP, and ideally, not something completely home-grown, so something like an existing WordPress.org plugin that's actively supported perhaps.