ReadyMage Help
  • ReadyMage
  • USER PORTAL
    • User Portal Access
    • Change Password
    • Two-Factor Authentication
  • Project Management
    • Project List
    • Project Settings
      • General Info
      • Git Management
      • Environments
      • Members and roles
      • Security
        • Deletion Protection
        • TFA Enforcement
      • Delete Project
  • Application Management
    • Magento Details
    • Domain Management
    • Logs & Monitoring
    • Backups
      • Backup process
      • Disaster recovery process
    • Deployments
      • Deploy without build cache
      • Queue Tab (Launching soon)
      • Settings Tab (Launching soon)
        • Automatic Deployments
        • ReadyMage Maintenance Page
          • Website Access During Maintenance
      • Notifications Tab (Launching soon)
        • Managing email notifications
        • Managing Slack notifications
      • Pipeline Deployments
      • Pipeline Configuration file
        • Migration guide from 0.x.x to 1.0.0
    • SSH Access
      • SSH Usage
      • Database Access using Graphical Interface
      • Troubleshooting
    • IP Whitelist
    • Password Authentication
    • Database & Media
    • Search Engine Bots Discovery
  • Service Management
    • Server-Side Rendering
    • SFTP
    • NewRelic
    • Packagist Modules
    • Cloudflare
  • Infrastructure Management
    • Autoscale
    • Sleep Mode
    • Manage Services
    • Historical Resource Usage
  • PROJECT DEVELOPMENT
    • Node.js version
    • Store access
    • Creating a Production Environment
    • Additional Environments
    • ScandiPWA, PWA Studio, Hyva, or Luma
    • Project Migration to ReadyMage
    • SSH Access for Magento CLI, database and media
    • Code customization and local setup
    • Extension installation
    • Add translations (switch locale)
    • Existing ScandiPWA Project Code Migration
    • Database and media migration
    • Redirect setup
    • Connect CDN and WebP optimization
    • Email setup
    • Changing the Domain & Multi-Store Set up
    • Internal service addresses
    • Kibana filters and useful CLI commands
    • Persistent directories
  • FAQ
    • General
    • Autoscaling
    • Billing
    • User Portal Options
    • Services connected to ReadyMage
    • Hosting, managing resources and autoscaling
    • Source Code Management
    • ScandiPWA and Magento Versions, Commerce Edition and Upgrades
    • Supported software versions
Powered by GitBook
On this page
  • I see an option to put my instance to “sleep mode”, what does it mean?
  • I see an option to create a new instance, what does it mean?
  • What do the options “production mode” and “default mode” mean, when creating instances?
  • I see I can change CPU, RAM, and media volume size for my project in the owner's panel, why should I do it?
  • I see the Composer Authentification field, why do I need it?

Was this helpful?

  1. FAQ

User Portal Options

PreviousBillingNextServices connected to ReadyMage

Last updated 1 month ago

Was this helpful?

I see an option to put my instance to “sleep mode”, what does it mean?

This is a cost-saving option for non-production instances. We will minimize its resources to a minimum of $1 / day, while in sleep. It will recover automatically within 1 to 3 minutes if the website or admin panel is opened. Sleep mode can be turned on or off. If it is turned on the instance will automatically go into sleep mode after 24 hours of inactivity.

Refer to the to learn more.

I see an option to create a new instance, what does it mean?

When you sign up, you get your first production instance running in production mode, but usually, you want to have an extra one for UAT purposes or as a DEV server for your agency or team. Such a setup ensures that you can test the features on a similar infrastructure before accepting them to be deployed on the production server.

What do the options “production mode” and “default mode” mean, when creating instances?

Magento has optimized caching and indexing in production mode to ensure better performance, so this is the setting you want to keep for production instances or when testing for production.

Default mode runs without production mode optimization.

There is also developer mode that is only used for local setups and is not offered on the ReadyMage cloud instances.

I see I can change CPU, RAM, and media volume size for my project in the owner's panel, why should I do it?

While there is autoscaling in place, some stores may need to have a minimum size of the server being larger for example due to a large number of SKUs, stores, or attributes as well as bad coding practices. Even though these are simple sliders, we recommend using these settings by a person experienced in server-side resourcing or by on-demand consulting with our support team, who will recommend you the best setup based on your catalog size, code quality, and traffic.

I see the Composer Authentification field, why do I need it?

You may need it if you run Magento Commerce edition to access a private repository or to access any private package repository, where you store your code. Configuring Composer Authentication allows code from these private repositories to your instance.

Sleep mode documentation