---
title: "Cloud IDE - May 18, 2020"
date: "2025-09-12T05:57:24+00:00"
summary: "Cloud IDE updates: HTTPS redirect support, auto-save, PHP optimizations, and bug fixes for improved development experience."
image:
type: "announcement"
url: "/acquia-cloud-platform/add-ons/cloud-ide/release/2020-05-18/75566-cloud-ide-may-18-2020"
id: "24ca9d74-7f62-4226-8c79-8b2d2e6a528e"
---

*   Feature Cloud IDE now supports the `X-Forwarded-Proto` header which streamlines the use of the recommended `.htaccess` snippet to redirect all `HTTP` traffic to `HTTPS`. See [Redirecting all HTTP traffic to HTTPS](/acquia-cloud-platform/manage-apps/htaccess#redirect-all-http-to-https).
    
*   Feature Code changes are now saved as soon as they’re made.
    
*   Change For performance reasons, users can no longer copy production databases from the active database cluster to the Cloud IDE.
    
*   Change [PHP Code Sniffer](https://pear.php.net/package/PHP_CodeSniffer) optimization is now improved for Drupal development.
    
*   Change The PHP memory for the CLI is now increased to 512 MB.
    
*   Fix The **Source control** tab didn’t correctly display modified or staged files.
    
*   Fix Certain environment variables weren’t passed to the `php-fpm` process.
    
*   Fix When no SSH key existed on a Cloud IDE, the `ads refresh` command failed and deleted the `project` directory.