How can I improve Cloudflare performance without guessing?
A performance change should improve the measured workload without sacrificing correctness or wasting capacity. Which measurements and bottlenecks should be considered first?
ReadMeFeed / Community knowledge
Real questions. Useful conversations. Find the people who know your stack.
A performance change should improve the measured workload without sacrificing correctness or wasting capacity. Which measurements and bottlenecks should be considered first?
I'm using NestJS, TypeORM and GraphQL for my backend API. I'm getting the following error: GraphQLError [Object]: Query root type must be provided. at SchemaValidationContext.reportError (/home/wise-introvert/Container/Projects/the-notebook/app/server/node_modules/graphql/type/validate.js:88:19) at validateRootTypes (/home/wise-introvert/Container/Projects/t
Setup: Ubuntu 20.04 on a box with 5 physical ethernet ports (let's call them eth1 - eth5). I have joined them all to a bridge ("br0") with brctl and they can all ping each other. What I'm trying to do: allow eth2 - eth5 to all continue chatting freely with each other while limiting what can come in via eth1. (Ultimately eth1 will be the "outside connection"
Configuration must be available to the application without exposing credentials in source control, logs or browser code. What belongs in the runtime and which access controls matter?
Recently I wanted to upgrade my Azure functions to use .NET 7 . For some reasons, after doing all the required steps, when I want to run any of the functions, I keep getting this error message box telling There is no Functions runtime available that matches the version project specified by the project I checked to have the proper settings in the .csproj file
An upgrade needs a compatibility check, a tested release and a recovery path. Which changes deserve particular attention before the new version reaches production?
I see Google has 8.8.8.8 and CloudFlare has 1.1.1.1 . How do I get myself a distinctive IP address? What's involved in acquiring something that has a pattern in it?
I'm trying to access the information in my spreadsheet according to the code below and I have this error that I don't quite understand the reason for. I already gave permission for the credentials email on google ... const { google } = require("googleapis"); const creds = require("./config/gCredentials.json"); const client = new google.auth.JWT( creds.client
I am using a Windows 10 Pro machine. When I run netstat , it is showing kubernetes:port as foreign address in active connections. What does this mean? I have checked and there is no kubernetes cluster running on my machine. How do I close these connections? Minikube status: $ minikube status host: kubelet: apiserver: kubectl: