Skip to content

Latest commit

 

History

History
240 lines (200 loc) · 15.1 KB

performance.md

File metadata and controls

240 lines (200 loc) · 15.1 KB

Bookmarks tagged [performance]

https://blogs.oracle.com/oraclemagazine/bulk-processing-with-bulk-collect-and-forall

In this article, I will cover the two most important of these features: BULK COLLECT and FORALL.

  • BULK COLLECT: SELECT statements that retrieve multiple rows with a single fetch, improving the speed ...
  • 📆 published on: 2012-10-01
  • tags: oracle, plsql, performance, optimization

https://github.com/aFarkas/lazysizes

High performance and SEO friendly lazy loader for images (responsive and normal), iframes and more, that detects any visibility changes triggered through user interaction, CSS or JavaScript without co...


https://github.com/idealo/mongodb-slow-operations-profiler

This java web application collects and stores slow operations from one or more mongoDB system(s) in order to visualize and analyze them.


https://medium.com/@igorkhomenko/troubleshooting-mongodb-100-cpu-load-and-slow-queries-da622c6e1339

In this article I’m going to cover 3 main things:

  • How to detect the queries that lead to CPU load spikes: solution N1
  • How to detect the queries that lead to CPU load spikes: solution N2
  • How to g...
  • 📆 published on: 2017-11-16
  • tags: mongodb, troubleshooting, performance

https://jmeter.apache.org/

The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Appli...


https://github.com/thedaviddias/Front-End-Performance-Checklist

Performance is a huge subject, but it's not always a "back-end" or an "admin" subject: it's a Front-End responsibility too. The Front-End Performance Checklist is an exhaustive list of elements you sh...


https://web.dev/route-preloading-in-angular/

In this post, you'll learn how to speed up navigation when using route-level code splitting by taking advantage of JavaScript preloading in Angular.


https://web.dev/apply-instant-loading-with-prpl/

PRPL is an acronym that describes a pattern used to make web pages load and become interactive, faster. In this guide, learn how each of these techniques fit together but still can be used independent...


https://stackoverflow.com/questions/1108/how-does-database-indexing-work

Why is it needed?

When data is stored on disk-based storage devices, it is stored as blocks of data. These blocks are accessed in their entirety, making them the atomic disk access operation. Disk bl...


https://nodejs.org/ru/docs/guides/dont-block-the-event-loop/

Should you read this guide?

If you're writing anything more complicated than a brief command-line script, reading this should help you write higher-performance, more-secure applications.

This do...


https://github.com/real-logic/Agrona

Data structures and utility methods that are common in high-performance applications.


https://lmax-exchange.github.io/disruptor

Inter-thread messaging library.


https://github.com/eclipse/eclipse-collections

Collections framework inspired by Smalltalk.


http://fastutil.di.unimi.it

Fast and compact type-specific collections.


https://labs.carrotsearch.com/hppc.html

Primitive collections.


https://github.com/JCTools/JCTools

Concurrency tools currently missing from the JDK.


https://github.com/OpenHFT/Koloboke

Hash sets and hash maps.


https://github.com/davidsonfellipe/awesome-wpo#readme

📝 A curated list of Web Performance Optimization. Everyone can contribute here! - davidsonfellipe/awesome-wpo


https://alibaba.github.io/arthas/en/

Key features

  • Check whether a class is loaded, or where the class is being loaded. (Useful for troubleshooting jar file conflicts)
  • Decompile a class to ensure the code is running as expected....
  • tags: java, diagnostics, performance
  • :octocat: source code

https://medium.com/@addyosmani/the-cost-of-javascript-in-2018-7d8950fbb5d4/

Youtube video

Building interactive sites can involve sending JavaScript to your users. Often, too much of it. Have you been on a mobile page that looked...


https://metrics.dropwizard.io/

Metrics is a Java library which gives you unparalleled insight into what your code does in production.


https://www.jetbrains.com/help/idea/tuning-the-ide.html

Configuring JVM options and platform properties.


https://developers.google.com/web/fundamentals/performance/why-performance-matters/

Thanks to mobile device and network proliferation, more people are using the web than ever before. As this user base grows, performance is more important than ever. In this article, find out why perfo...


https://rclayton.silvrback.com/speaking-intelligently-about-java-vs-node-performance

Speaking Intelligently about "Java vs Node" Performance - Please understand what's really important when it comes to the benefits of a platform.


https://www.nginx.com/blog/5-performance-tips-for-node-js-applications/

Achieve high performance with node.js applications with these 5 tips from NGINX, including how to use a reverse proxy server, load balancer, and caching.


http://www.aosabook.org/en/nginx.html

nginx (pronounced "engine x") is a free open source web server written by Igor Sysoev, a Russian software engineer. Since its public launch in 2004, nginx has focused on high performance, high concurr...


https://www.youtube.com/watch?v=K8spO4hHMhg

I will be taking you through the variety of resource bottlenecks you can expect to run into, like network, memory, disk and cpu. I’ll touch upon how to find these bottlenecks and what technologies you...


https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/


http://www.kt.rim.or.jp/~kbk/regex/regex.html

木村浩一


https://msdn.microsoft.com/library/hs600312.aspx

MSDN Library


https://github.com/mgechev/angular-performance-checklist

Cheatsheet for developing ⚡lightning⚡ fast Angular applications.


[

Boneh Publications: Who Killed My Battery: Analyzing Mobile Browser Energy Consumption](https://crypto.stanford.edu/~dabo/pubs/abstracts/browserpower.html) https://crypto.stanford.edu/~dabo/pubs/abstracts/browserpower.html

Abstract: Despite the growing popularity of mobile web browsing, the energy consumed by a phone browser while surfing the web is poorly understood. We present an infrastructure for measuring the p...


https://developers.google.com/speed/pagespeed/insights/

PageSpeed (Page Speed) Insights analyzes the content of a web page, then generates suggestions to make that page faster.