Following line does't have /products.*
page. This tells Nginx to cache all product pages by default.
Idea is fast loading product pages will improve scalability of a store and also conversion.
Following line does't have /products.*
page. This tells Nginx to cache all product pages by default.
Idea is fast loading product pages will improve scalability of a store and also conversion.
When setting these options consider the following:
sudo grep max_children /var/log/php?.?-fpm.log.1 /var/log/php?.?-fpm.log
#!/bin/bash | |
# ------------------------------------------------------------------------------ | |
# docker_env.sh | |
# | |
# This script securely loads environment variables from Google Secret Manager, | |
# exports them to the local shell, and generates a .env file from a .env.dist | |
# template using envsubst. | |
# | |
# - Secrets are never printed to the console. | |
# - .env is created safely with only non-empty, non-commented variables. |