Customer
Comments
-
There are many possible reasons why a site may be unexpectedly slow in production. The most common root causes are: Caching is not properly configured. The site is not able to scale to a highe...
-
Simplest is to delete the project and start over, setting up a project takes a minute. But… if you really want to do this, nothing complicated: The templates live in git and can be found on our pu...
-
Thanks, especially for the link directly to the templates in github. I figured I could copy & paste the bits from the platform.app.yaml as needed, BUT, it seemed I had to set up and check out a com...
-
Modify the project name with the CLI If you accidentally named your project Jedo Mind Tricks, you can modify its name using the Platform.sh CLI: $ platform project:info title "Jedi Mind Tricks" Pr...
-
If you use the built-in mail support provided by Platform.sh on Grid accounts, we provide a best-effort delivery but deliver is not 100% guaranteed. If email delivery is application-critical and/or...
-
The read-only disk for application code is a key facet of Platform’s security and developer experience. It prevents security flaws from allowing code to be overwritten and provides a trail of chang...
-
Hey, how is it going? Could you provide move details about your site? What technologies are you using? Briefly. Now we have support to Java applications: https://platform.sh/blog/2019/java-hello-wo...
-
The file system on Platform.sh is read-only, by design. That has two advantages: It’s more secure, as even a compromised application cannot modify application code. All changes have an audit trai...
-
Root access is not available on Platform.sh. Platform.sh is a fully managed PaaS, which means most system-level configuration and package management is handled in an automated fashion by our team....
-
Only project level variables are available during build time, so you will not be able to create a variable that is different in each environment that will be accessible during builds. You can creat...