Non-SVN repo anywhere?
-
I would love to help contribute to this, but I hate dealing with SVN. Is there a GitHub or similar repo? We maintain a WP plugin and actually use a GitHub action to publish directly to SVN whenever we need to tag a release.
Specifically I’d like to address the constructor for
Better_image_sizes_resizer
which I think should be turned into a singleton. Right now, when calling any of the helper functions such asbis_get_attachment_image_src
, they invoke the constructor each time which needlessly re-registers actions each time. I haven’t found any bugs related to this, but it seems like it would be a small performance win.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.