Simple pub/sub messaging for the web
Redact JS objects
generate random IDs and avoid collisions
A message bus client in Javascript
LiveReload JS client - auto reload browser on changes
Basic IP rate-limiting middleware for Express that slows down responses rather than blocking the user.
Google TTS (Text-To-Speech) for node.js
TypeScript definitions for hat
tsParticles slow external interaction
Fastest Levenshtein distance implementation in JS.
Slow down your Cypress tests
TypeScript Language Service Completion API is slow when calculate auto-import.
Convert form parameters to an object using the same logic as Rack
Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.
A simple little reporter that detects slow tests in Mocha, and prints a list of the name and time, ordered by slowest first.
Timeout a promise after a specified amount of time
Replacement for shelljs' slow exec method - benchmarked 20x faster
Print out of slowest trees for Broccoli.
Easing functions for smooth animation.
A Karma plugin - adapter for Jasmine testing framework.
Reports the slowest tests in your jest suite.
Force V8 to use fast properties for an object
Sane aims to be fast, small, and reliable file system watcher.
Access the system certificate store on Windows, macOS and Linux
Allows for setting the maximum request time before it get logged also provides a custom log to data relevant to the slow request and can even provide a different log for each slow request for easy debugging.
Request log analyzer's purpose is to find out how your web application is being used, how it performs and to focus your optimization efforts. This tool will parse all requests in the application's log file and aggregate the information. Once it is finished parsing the log file(s), it will show the requests that take op most server time using various metrics. It can also insert all parsed request information into a database so you can roll your own analysis. It supports Rails-, Merb- and Rack-based applications logs, Apache and Amazon S3 access logs and MySQL slow query logs out of the box, but file formats of other applications can easily be supported by supplying an easy to write log file format definition.