-
Notifications
You must be signed in to change notification settings - Fork 83
IBX-3766 [CLOUD] Fastly Image Optimizer Integration #1864
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Nattfarinn is also adding support for configuration with env variables (ibexa/recipes-dev#48), it might be worth mentioning that
Also, Fastly is calling the service Optimizer
, it might be worth to unify all the Optimiser
/Optimizer
variations
|
||
To be able to configure this feature you need: | ||
|
||
- [Platform.sh project](https://docs.platform.sh/guides/ibexa/deploy.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK Fastly IO (and Fastly integration) does not need a Platform.sh project, the site can be hosted somewhere else.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I took these requirements from Platform.sh doc as it was specified as a baseline in the Ibexa feature requirements.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can add other options if we have any alternatives
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It can be any hosting, even an old computer in the basement - right now it sounds to me as if it's a Platform.sh-only feature
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments by Marek are valid.
Co-authored-by: Marek Nocoń <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I'd remove the mention that Platform.sh is needed for Fastly IO and we're good to go 😄
|
||
To be able to configure this feature you need: | ||
|
||
- [Platform.sh project](https://docs.platform.sh/guides/ibexa/deploy.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It can be any hosting, even an old computer in the basement - right now it sounds to me as if it's a Platform.sh-only feature
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Co-authored-by: DominikaK <[email protected]>
* rm docs/administration/img/admin_panel.png Unused since #1920 * rm docs/content_management/img/access_focus_mode_PB.png Never used since #2219 * rm docs/content_management/img/elements_toolbar.png Not used since #2487 * rm docs/content_management/img/exit_focus_mode.png Never used since #2219 * rm docs/content_management/images/img/fastly_variations.png - …/images/img/… from #1864 - Duplicated to a better dir in #2487 * rm content_management/img/page_builder_….png Several not used files from #2171 * rm docs/getting_started/img/ibexa_cloud_login.png Never used from #2418 * rm docs/ibexa_products/img/ecommerce.png Never used from #2460 * rm docs/pim/img/product_completeness.png Not used anymore since #2232 * rm docs/pim/img/product_variants.png Never used since #2138
* rm docs/administration/img/admin_panel.png Unused since #1920 * rm docs/content_management/img/access_focus_mode_PB.png Never used since #2219 * rm docs/content_management/img/elements_toolbar.png Not used since #2487 * rm docs/content_management/img/exit_focus_mode.png Never used since #2219 * rm docs/content_management/images/img/fastly_variations.png - …/images/img/… from #1864 - Duplicated to a better dir in #2487 * rm content_management/img/page_builder_….png Several not used files from #2171 * rm docs/getting_started/img/ibexa_cloud_login.png Never used from #2418 * rm docs/ibexa_products/img/ecommerce.png Never used from #2460 * rm docs/pim/img/product_completeness.png Not used anymore since #2232 * rm docs/pim/img/product_variants.png Never used since #2138 (cherry picked from commit 21d66a4)
Checklist