ot-apollo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home3/achieve/public_html/knowledgebase/wp-includes/functions.php on line 61311. Disable XDebug. Check if the XDebug is causing problems by running:
composer --version sudo phpdismod -s cli xdebug
2. Add GitHub Dev and Tags key. You can get GitHub keys from here: https://composer.github.io/pubkeys.html
composer diagnose composer self-update --update-keys
3. Update GitHub access token to access public repos faster
Create GitHub personal access token here: https://github.com/settings/tokens/new
Description: composer
Select Scopes: repo > public_repo (Only allow accessing public repositories)
Update token by running:
composer config -g github-oauth.github.com token
Check the token here: /home/<user>/.config/composer/auth.json
4. Adding secure packagist domain name
https is faster then http for packagist. You can update the packagist URL by running:
composer config --global repo.packagist composer https://packagist.org
5. Global require hirak/prestissimo
This package has been claimed to increase composer speed up to 10 times faster
composer global require hirak/prestissimo
That’s it, enjoy 