Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: Add dataSrc method to image source interface #63

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

mficzel
Copy link
Member

@mficzel mficzel commented Aug 29, 2023

This allows to render images with a data src to avoid a separate request. The dataSrc is generated synchronously which may cause performance issues.

To achieve this the generation of dummy images was extracted into the DummyImageGenerator for beeing able to crate synchonous dummy images.

Also the test matrix was adjusted to include recent and upcoming php and Neos versions
and removes support of outdated Neos versions.

@mficzel mficzel force-pushed the feature/dataSrc branch 8 times, most recently from 58e9f4d to 39106ff Compare August 29, 2023 16:47
This allows to render images with a data src to avoid a separate request.
The dataSrc is generated synchronously which may cause performance issues.

To achieve this the generation of dummy images was extracted into the DummyImageGenerator
for beeing able to crate synchonous dummy images.

Also the test matrix was adjusted to include recent and upcoming php and Neos versions
and removes support of outdated Neos versions.
@mficzel mficzel merged commit dab3160 into master Aug 29, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant