Technical practice phase II Flutter exception capture

Author: Youmeng + technical expert Yanke1, BackgroundApplication performance stability is a key link in a good user experience. In order to better ensure the stability of application performance, exception capture plays a vital role in ensuring the stability of online products. Our team launched U-APM mobile application performance monitoring p ...

Posted by chrima on Mon, 06 Dec 2021 15:39:34 -0800

Practice of analyzing network jitter based on BPF

IntroductionWith the increasing complexity and diversity of cloud computing network environment, the problem of occasional network jitter has become a major problem for cloud services. However, when dealing with such problems, the traditional network performance tools (sar, ss, tcpdump, etc.) based on kernel internal statistics and network pack ...

Posted by timmerk on Mon, 29 Nov 2021 19:48:47 -0800

How to optimize the performance of a scenario where the 95th percentile delay requires 5ms

The data system in the group cannot meet the performance requirements when undertaking a business requirement, so some optimizations are made for this scenario, and an article is written here for records. The business scenario is as follows: the caller obtains hundreds of characteristics of a user at a time (characteristics can be understood a ...

Posted by jaoudestudios on Thu, 25 Nov 2021 22:33:41 -0800

Technical difficulties and performance optimization encountered by the front end

1px at mobile end Problem Description: 1px border. Under the HD screen, the 1px of the mobile terminal will be very thick. Cause: first of all, we need to understand a concept: DPR (device pixel ratio), which is the ratio of device pixels to CSS logical pixels when the default zoom is 100%. At present, the mainstream screen DPR=2 or 3. PX set ...

Posted by dabnet on Wed, 24 Nov 2021 18:46:26 -0800

Remember the performance optimization of 18 times at a time

backgroundRecently, a self-developed Dubbo registration center in charge often received alarms about CPU utilization, so it carried out a wave of optimization with good results. Therefore, it plans to share the thinking and optimization process, hoping to help you.What is the Dubbo registration center? I'll draw a sketch. Just feel it a little. ...

Posted by paul_20k on Sun, 21 Nov 2021 20:24:34 -0800

The performance of a murder case caused by an instruction optimization is crazy by 50%. Lang becomes stupid after using the - ffast math option

https://www.cnblogs.com/bbqzsl/p/15510377.html Recently, during optimization, some functions were bench tested on different compilation platforms . Found a lot of problems. Now let's share one of the questions. 1 typedef float MAFloat; 2 3 MAFloat sma(const MAFloat* seq, const int cnt, const int N, const int M) 4 { 5 const MAFloat C ...

Posted by LordPsyan on Thu, 04 Nov 2021 06:24:53 -0700

Solve the problem of creating too many threads for Go file operation

Solve the problem of creating too many threads for Go file operation github code repository A remote file performance test service implemented using Go. It is used to record the tuning process and solve the problem of too many threads created by Go processing blocked file IO. 1. Configuration There is a config.json configuration file on the ...

Posted by sarabjit on Mon, 18 Oct 2021 11:34:54 -0700

Detailed Nginx common optimization items and optimization parameter settings

Optimize Ngxin for increased security and high concurrency By optimizing Nginx settings, Nginx enhances security while supporting more concurrent requestsTune Nginx's host Linux kernel parameters to make them more compliant with Web servers that support high concurrent access Nginx configuration optimization Edit nginx.conf configuration fil ...

Posted by roots on Thu, 09 Sep 2021 09:35:28 -0700