Skip to content

Product Improvements: Flexible

Cloudways values its customers and their feedback! You can now give us your feedback on how we can improve Cloudways services, solution and products by pitching in your ideas!

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

1893 results found

  1. Add a Built-In Website SEO & Domain Health Overview

    Cloudways could add a lightweight SEO and domain health overview inside the platform for users managing WordPress and other websites.

    It would be useful to have basic indicators such as Domain Authority, Page Authority, referring domains, backlink profile, spam-risk signals, indexing status, and other important website health metrics in one place. This would make it easier for website owners and agencies to identify potential SEO issues without switching between several external tools.

    A simple domain comparison option would also be valuable for agencies managing multiple client websites. For example, users could compare the authority and backlink-related metrics of two domains…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Better Performance Insights for High-Traffic Gaming & APK Websites

    Many gaming and APK-based websites (such as mobile game guides and download platforms) experience sudden traffic spikes when a game update or new feature is released. It would be very helpful if Cloudways offered more simplified, real-time performance insights tailored for these scenarios—such as detecting short-term traffic bursts, response delays, or resource bottlenecks at the application level. This could help site owners quickly optimize speed and stability, ensuring smooth access for users during peak demand and improving overall user experience for fast-paced gaming communities.visit for relaible source https://thegeometrydashapk.org/

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. I suggest you add more advanced server monitoring and real-time performance insights.

    I'd definitely use this. I manage BitLife APK (https://bitlifeapk.org/), and better monitoring would make it much easier to spot performance issues before they become a problem.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. TNREGINET – EC View, Guideline Value, Encumbrance Certificate 2026

    TNREGINET is the online registration portal of Tamil Nadu that provides services related to property registration, encumbrance certificates, guideline values, and document verification. It helps citizens access important land and registration services quickly and conveniently online. https://tnreginett.com/

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  Wordpress  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. thank you

    Cloudways always values ​​its customers and their feedback. https://mrflip.io/

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Add-ons  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Support for Bedrock with Object Cache Pro

    At present, enabling Object Cache Pro on a Bedrock installation of WordPress falls down. I'm assuming it's because Bedrock uses a different directory structure so fails to install.

    Having the option of accessing the plugin key for a manual install would be great, or the ability to install it as a symlinked plugin (to prevent overwriting it with atomic deployments) would open this feature up to Bedrock based sites and would be really handy.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Cors Application Settings inconsistency for non 200 HTTP responses

    Under Application Settings there is a section for "CORS Header" where you can enable to add the 'Access-Control-Allow-Origin:' header to responses. When enabling this setting any custom htaccess and even this setting is ignored and responses that are not 2xx (for instance a status 400) WILL NOT GET the proper header "access-control-allow-origin" set to * and therefore the response cannot be validated. We end up EVERYTIME we create a new server requesting to SUPPORT that they manually add the proper header to the Nginx setting...

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Security  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Suggestions for Improving Image-Heavy Websites

    I've been reviewing a few image-heavy websites of late, and one thing that keeps cropping up is a problem of poor load times and inconsistent format with the way images are presented.

    A website leveraging both large PNGs and uncompressed visuals in general tends to feel sluggish and unoptimized, especially on mobile platforms.

    One strategy developers use involves turning some visuals into more digestible formats before uploading.

    For example, turning a set of PNGs into a single PDF can help in organizing downloadable resources or presenting visual assets more cleanly.

    A simple tool, like this free online PNG-to-PDF converter, can…

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Tips for Making News and Information Websites Load Faster

    While working on content-heavy websites, I've noticed that page speed is often overlooked, especially when articles include multiple images, embedded videos, and interactive elements.

    A slow-loading website doesn't just affect user experience, it can also increase bounce rates and negatively impact search engine rankings.

    Some simple optimizations that have made a noticeable difference include:

    Compressing and resizing images before uploading.
    Using modern image formats like WebP where possible.
    Enabling browser caching and CDN delivery.
    Reducing unnecessary plugins and third-party scripts.
    Optimizing Core Web Vitals, particularly Largest Contentful Paint (LCP).

    I recently applied many of these practices to an informational website,…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Preloading the Hero Image Reduced Our LCP Significantly

    We were struggling with a poor Largest Contentful Paint (LCP) score on one of our content-heavy websites. The hero image was only being discovered after the CSS loaded, delaying the largest paint.

    Adding a preload tag for the featured image and serving it in WebP format made a noticeable difference. We also excluded the hero image from lazy loading.

    We documented the changes we implemented here:

    https://dubaibrief.com/

    Has anyone else seen similar improvements by preloading only the above-the-fold image instead of relying solely on lazy loading?

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. WooCommerce Health-Check Dashboard for Agencies Managing Client Stores

    Add a built-in WooCommerce health-check dashboard within the Cloudways panel that flags common performance and security issues specific to WooCommerce stores — outdated plugins, slow queries, cart-abandonment-causing errors, SSL/cache conflicts, etc.
    I run an SEO agency, https://seoforarchitecturalfirms.co.uk/ providing SEO services to architectural firms across the UK, and part of that work involves managing and maintaining client websites hosted on Cloudways, including WooCommerce stores. Generic server monitoring often misses store-specific issues that directly affect site performance and search rankings. A dedicated WooCommerce diagnostics layer would save agencies like mine significant manual troubleshooting time and would make Cloudways a stronger choice for…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Per-Application Backup Scheduling and Retention Settings

    I'd really like to see more granular control over automatic backups. For example, it would be helpful to set different backup schedules for different applications on the same server instead of using a one-size-fits-all approach.

    Some production sites need frequent backups, while development or staging environments don't need them nearly as often. Having per-application backup frequency and retention settings would help reduce storage usage while still protecting the most important sites. I think that would be a valuable improvement for anyone managing multiple projects on a single Cloudways server (https://heardleonline.io/)

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Feature Request: Simple Static Website Hosting for Small Web Tools

    I would love to see more options optimized for small, lightweight web tools and utility websites.

    I recently built a simple https://tallycounts.com website where the main focus is fast loading, simplicity and a clean user experience. Projects like this do not always need a complex infrastructure setup, but having reliable hosting, easy deployment and straightforward performance monitoring would be useful.

    It would be great to see Cloudways continue improving its experience for developers and small website owners who are building focused utility tools.

    Some useful features could include:

    Simple deployment for lightweight projects
    Easy performance monitoring
    Clear resource usage metrics…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Brigade Silvercrest

    Brigade Silvercrest is an upcoming luxury apartment project located on Kanakapura Road, Bangalore. Spread across 2 acres, the development offers spacious 2, 3, 3.5, and 4 BHK apartments.
    https://www.thebrigadesilvercrest.in/

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. How Much Does Your Appearance Affect Your Confidence and Motivation During Tough Times?

    I recently came across a discussion about how difficult life situations, such as unemployment, career setbacks, or long periods of stress, can gradually affect not only a person's confidence but also their daily habits and appearance.

    Many people stop paying attention to things like dressing well, grooming, exercising, or maintaining a routine when they feel overwhelmed. On one hand, it makes sense because there are often bigger concerns to focus on. On the other hand, some people argue that making an effort to look presentable can actually improve self-esteem, productivity, and overall mental well-being.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Applications  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. SMTP email service

    The coffered by Elastic Email can currently only be enabled at the account level. In my case, however, I manage over fifty live servers with a single account. This makes it extremely difficult to track the cost of email consumption for every project.

    I would really like to be able to activate the SMTP add-on for each server rather than the full account. After that, I could divide up the email volumes based on how each server is used. For example, I might allow 50,000 emails for Server X and 12,000 emails for Server Y. With this setup, I could…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Making Product Improvements More Flexible

    Product improvements should be flexible enough to adapt to changing user needs and different ways of working. A product may have a strong foundation, but giving users more customization options can make the overall experience much more useful and satisfying. basketball games
    One important area is flexibility in settings and features. Users should be able to adjust functions according to their individual preferences instead of being limited to a single default workflow. Simple options such as customizable settings, configurable notifications, and flexible layouts can make a noticeable difference.
    It is also helpful to introduce improvements gradually. Rather than making major…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Secure API Access for Database Credentials

    For multi-tenant SaaS setups, developers need automated access to database credentials when new applications are created.

    Instead of exposing raw MySQL credentials, Cloudways could:

    Provide API-generated temporary access tokens
    Support credential rotation via API
    Enable event/webhook triggers on app creation

    This would allow secure automation while avoiding permanent credential exposure and improving support for modern SaaS architectures.

    @ soflo wheelie life

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Built-in A/B Testing for Landing Pages Without Third-Party Tools

    Many websites, including online tools such as random wheel generators, rely on testing different headlines, layouts, colors, and call-to-action buttons to improve engagement and conversions.

    It would be valuable if Cloudways offered a lightweight built-in A/B testing feature that allows users to:

    Create multiple versions of a page
    Split traffic automatically between variations
    Track conversions and engagement metrics
    Declare a winning version with one click
    Run tests without installing external plugins or services

    This would help website owners optimize performance and user experience directly from the Cloudways platform while reducing dependence on third-party tools.

    Benefits
    Higher conversion rates
    Faster optimization…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Applications  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?