FastFPC
FastFPC copied to clipboard
Magento 2 improved FPC and Varnish replacement was used for Magento SaaS solution when you need high performace and scaling. No more outdated Adobes official Varnish approach is requred
Doesn't seem work on Magento 2.4.6 on a cloudlinux instance with php8.1, unfortunately. Upon running "bin/magento fpc:deploy" it gives the following error: ``` `PHP Warning: Module "igbinary" is already loaded...
Query String Sort increases cache-hit rates by first sorting query strings into a consistent order before checking the Rdis cache. By default, magento cache treats resources as distinct if their...
For cache-HITs, the Content-Security-Policy header is not returned to the viewer.
Always return from cache! Revers cache from the local file system.
Marketing query parameter like `gclid` should not be respected in cache-key. Varnish equivalent: ``` set req.url = regsuball(req.url, "(gclid|cx|ie|cof|siteurl|zanpid|origin|fbclid|mc_[a-z]+|utm_[a-z]+|_bta_[a-z]+)=[-_A-z0-9+()%.]+&?", ""); set req.url = regsub(req.url, "[?|&]+$", ""); ```
Magento stores cache GZIPED. However only content must be Gzipped and content returned to the Nginx with added header "You must add header("Content-Encoding: gzip"); to your php gzipped response."
server { listen 80 default_server; location / { if ($uri ~ "^/$") { rewrite / /404; } proxy_intercept_errors on; proxy_pass http://codes:80; error_page 403 404 503 = @outage; error_page 400 401...
possible you could add support for valkey configurations