I have a node server that will send a huge payload, which I am currently gzipping at nginx layer. nginx is making the etag weak upon gzipping and akamai doesn't cache based on weak headers. Need a way of by passing weak etag generation at nginx layer or some other solution to enable caching at CDN layer. Tried doing gzip at node layer using fastify-compress but the QPS value is decreasing drastically if this is done. Can someone tell me if there is some good way of handling this situation?
Allow nginx to send strong etag after gzipping
167 Views Asked by Keer At
0
There are 0 best solutions below
Related Questions in NODE.JS
- Using Puppeteer to scrape a public API only when the data changes
- How to request administrator rights?
- How do I link two models in mongoose?
- Variable inside a Variable, not updating
- Unable to Post Form Data to MongoDB because of picturepath
- Connection terminated unexpectedly while performing multi row insert using pg-promise
- Processing multiple forms in nodejs and postgresql
- Node.js Server + Socket.IO + Android Mobile Applicatoin XHR Polling Error...?
- How to change the Font Weight of a SelectValue component in React when a SelectItem is selected?
- My unban and ban commands arent showing when i put the slash
- how to make read only file/directory in Mac writable
- How can I outsource worker processes within a for loop?
- Get remote MKV file metadata using nodejs
- Adding google-profanity-words to web page
- Products aren't displayed after fetching data from mysql db (node.js & express)
Related Questions in NGINX
- Nginx reverse proxy with query parameters not working
- Root path analogue in uWSGI as in Uvicorn
- Keycloak: How to override Welcome Screen redirect behavior (to custom realm, instead of master realn/admin)
- nginx set up reverse proxy from subfolder to a port
- Nginx Not Correctly Redirecting Users To Custom Page
- How to connect to ssh server with domain name
- Nginx configuration file and SSL certificate errors in Docker
- Invalid Host header not being rejected by nginx
- Nginx only caches file endpoints
- How to configure Nginx for a VPS?
- Problem with changing default NGINX 404 error page
- My VPS does not accept HTTPS requests on a port other than 443
- NGINX Configuration Issue with Next.js and Strapi Project
- Openshift nginx proxy_pass not redirecting from current host to another
- Adonis.js in production : ENOENT: no such file or directory, open '/public/assets/.vite/manifest.json'
Related Questions in SERVER
- Sending data from C++ server to React.js client
- Deploy Flutter and Laravel php mobile app on the host server
- Protect Server Actions with Next Auth in Next JS 14
- Cannot interact with netcat server over distance
- Facing fatal errors while running "yum update" command on CentOS 7/Cloudlinux 7
- Is there any way to set a printer as default according with Active Directory Policy Security Group and PC hostname?
- How to run GRPC and REST server on same port in Go?
- Share files from the server without data or internet usage
- Django Not Sending Tasks to Celery in Production
- Install Postfix Mail Server
- Is it viable proxying all my mobile apps requests, to some kind knowing that a request is coming from a secure source
- How does a server handle multiple requests, and how does is know where to send which response?
- Trying to launch batch file from powershell, and immediately closes
- Apache: How can I redirect to a subfolder with a URL param but serve required content via the main URL?
- Developing on a remote server an app symfony
Related Questions in ETAG
- The javascript and css files cached by chrome do not belong to the same version
- Application test to verify caching on an endpoint with ETag
- http spec like ETag, but client-side calculation?
- The browser doesn't send If-Match header on PATCH request
- Android WebView not using ETag for proper caching
- ASP.NET Core 8 TypedResults.File with ETag always returning result from browser disk cache
- Chrome Fetch Request to 127.0.0.1 Not Returning Expected 304 Status in Spring Boot Application
- localhost vs 127.0.0.1 (in chrome)
- Cannot extend nor lock Azure immutability policy from command line: Operation not allowed on immutability policy with incorrect etag
- In Azure Storage (using TableClient in C#), how can I get the (updated) ETag when updating an Entity?
- PATCH request don't work in ODATA with DataServiceContext and If-Match
- NSwag C# Client Not Properly Generating Azure.ETag
- Use etag compare and save with R curl::multi_download()
- AWS S3 Etag for multipart upload with "-1"
- Allow nginx to send strong etag after gzipping
Related Questions in AKAMAI
- command is working fine inside the docker container but not working in dockerfile when building image
- Akamai PowerShell Module: add-PropertyHostnames error
- updated content only loads on hard refresh, else it loads old content
- Node http-request module returns 503s from google query
- How to install Akamai and NetStorage CLI on Ubuntu using Docker?
- How to get active alerts from Akamai using PowerShell?
- akamai pipeline save cannot write to dist
- XERO API Returns HTTP 503 when sending multiple invoices in one requests
- CURL returns a successful response, but "requests" - 403
- Allow nginx to send strong etag after gzipping
- How to integrate Akamai FastPurgeAPI into AEM using Java code?
- Data-Transer increased after migrating to EKS
- Rewrite url for the final path using CDN
- Issue in java code while purging cached url's in Akamai
- Can modern Web Application Firewalls (WAFs) detect requests originating from intercepting proxies
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?