Luke Rodgers
Luke Rodgers
let me know @ishakhsuvarov I couldnt even figure out how to composer patch this into my instances due to the ordering of the plugins being run, so there is currently...
Hey @sidolov I see you've recently merged here https://github.com/magento/magento-composer-installer/commit/85496104b065f5a7b8d824f37017c53dbbb93a44 Did yous figure out how to run the tests to be able to merge into this repository?
Hi hope you're well @ishakhsuvarov @sidolov Any word on how to support / develop for this plugin ? Without the ability to run tests it seems tricky. Thanks
Hi @ishakhsuvarov @sidolov Any update / ideas on how to handle this error suppressing issue?
Hi @ishakhsuvarov @sidolov Any update / ideas on how to handle this error suppressing issue? I am unable to run the tests as per https://github.com/magento/magento-composer-installer/pull/27#issuecomment-1303667524
Hi @ishakhsuvarov @sidolov Any update / ideas on how to handle this error suppressing issue? I am unable to run the tests as per https://github.com/magento/magento-composer-installer/pull/27#issuecomment-1303667524
@peterjaap DB schema are still WIP and subject to change 🙃
Checks are listed in this file https://github.com/AmpersandHQ/ampersand-magento2-upgrade-patch-helper/blob/5ba7d71bb834b72086ed5b727a6ec39bb6af41cc/src/Ampersand/PatchHelper/Checks.php#L7-L16 Queue consumers are always `INFO` level Db schema can be both `INFO` and `WARN` levels https://github.com/AmpersandHQ/ampersand-magento2-upgrade-patch-helper/blob/5ba7d71bb834b72086ed5b727a6ec39bb6af41cc/src/Ampersand/PatchHelper/Checks/DbSchemaXml.php#L32 https://github.com/AmpersandHQ/ampersand-magento2-upgrade-patch-helper/blob/5ba7d71bb834b72086ed5b727a6ec39bb6af41cc/src/Ampersand/PatchHelper/Checks/DbSchemaXml.php#L112
# Why the requests are slow These requests are slow because (i think) the SSL handshake is slow, for us around 550ms. ``` time_appconnect The time, in seconds, it took...
@RikkiMasters I am curious if your "300-600ms" are also because of the ssl handshake? Just good to get confirmation from someone else? You can run the curl commands I detailed...