All Projects → stefanjudis → Perf Tooling

stefanjudis / Perf Tooling

List of performance analysis, monitoring and optimization tools

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Perf Tooling

React Esi
React ESI: Blazing-fast Server-Side Rendering for React and Next.js
Stars: ✭ 537 (-14.08%)
Mutual labels:  performance
Swagger Stats
API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices.
Stars: ✭ 559 (-10.56%)
Mutual labels:  performance
Yappi
Yet Another Python Profiler, but this time thread&coroutine&greenlet aware.
Stars: ✭ 595 (-4.8%)
Mutual labels:  performance
Automon
Automon combines the power of AOP (AspectJ) with monitoring or logging tools you already use to declaratively monitor your Java code, the JDK, and 3rd party libraries.
Stars: ✭ 548 (-12.32%)
Mutual labels:  performance
Camerakit Android
Library for Android Camera 1 and 2 APIs. Massively increase stability and reliability of photo and video capture on all Android devices.
Stars: ✭ 5,131 (+720.96%)
Mutual labels:  performance
Awesome Pagespeed Metrics
⚡Metrics to help understand page speed and user experience
Stars: ✭ 585 (-6.4%)
Mutual labels:  performance
Bigcache
Efficient cache for gigabytes of data written in Go.
Stars: ✭ 5,304 (+748.64%)
Mutual labels:  performance
Dll
Fast Deep Learning Library (DLL) for C++ (ANNs, CNNs, RBMs, DBNs...)
Stars: ✭ 605 (-3.2%)
Mutual labels:  performance
Prosopite
🔍 Rails N+1 queries auto-detection with zero false positives / false negatives
Stars: ✭ 555 (-11.2%)
Mutual labels:  performance
React Virtual List
Super simple virtualized list React component
Stars: ✭ 597 (-4.48%)
Mutual labels:  performance
Bloom
🌸 HTTP REST API caching middleware, to be used between load balancers and REST API workers.
Stars: ✭ 553 (-11.52%)
Mutual labels:  performance
Entitas Csharp
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Stars: ✭ 5,393 (+762.88%)
Mutual labels:  performance
Ngx Quicklink
Quicklink prefetching strategy for the Angular router
Stars: ✭ 586 (-6.24%)
Mutual labels:  performance
Profiler
Firefox Profiler — Web app for Firefox performance analysis
Stars: ✭ 546 (-12.64%)
Mutual labels:  performance
Youku Sdk Tool Woodpecker
In-app-debug tool for iOS
Stars: ✭ 600 (-4%)
Mutual labels:  performance
Cppserver
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Stars: ✭ 528 (-15.52%)
Mutual labels:  performance
Chillout
Reduce CPU usage by non-blocking async loop and psychologically speed up in JavaScript
Stars: ✭ 565 (-9.6%)
Mutual labels:  performance
Pydis
A redis clone in Python 3 to disprove some falsehoods about performance.
Stars: ✭ 623 (-0.32%)
Mutual labels:  performance
Instant.page
Make your site’s pages instant in 1 minute and improve your conversion rate by 1%
Stars: ✭ 5,476 (+776.16%)
Mutual labels:  performance
Djson
Fast Go decoder for dynamic JSON
Stars: ✭ 588 (-5.92%)
Mutual labels:  performance

image

Perf Tooling

Join the chat at https://gitter.im/stefanjudis/perf-tooling Gitmoji

dependencies Status devDependencies Status

Welcome to Perf Tooling.

Perf Tooling is a shared resource to keep track of new and existent performance tools.

Contribution

Adding new tools

You want to add a tool? Great!

Either create an issue and we'll add it to perf-tooling.today.

Or propose a pull request and add a tool by adding a JSON file at data/articles, data/slides, data/tools or data/videos. The JSON files in these folders will be automatically rendered using a template based in templates/index.tpl

- By proposing a pull request you will be added to the footer contributors list automatically -

We would like this project to become a shared resource maintained by the community, so if you have any ideas on how to improve it or make it better, please let us know and file an issue. :)

Kicking off the server to test your changes

Perf Tooling is an express application. If you want to see it in action simply clone the repository and run npm install.

After that you can use a couple of npm convenience scripts:

# run test suite
$ npm test

# use gulp without global dependency ( e.g. styles )
$ npm run gulp -- styles

# start development build ( including watch )
$ npm run dev

# start dev server with nodemon and restart on file changes
$ npm run server

# old school and simple way to start the app
$ node app.js

It will be available at localhost:3000. Be aware of the fact, that the fetching of Github stars may not work, because Github is limiting the number of requests that are allowed without any authorization.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].