Skip to content

Instantly share code, notes, and snippets.

View dasper's full-sized avatar

Will Shaw dasper

  • Salt Lake City, UT
View GitHub Profile
@dasper
dasper / Output.asc
Created July 23, 2019 02:41
Benchmarks

wrk -t4 -c400 -d10s http://127.0.0.1:1337/

ReactPHP: Running 10s test @ http://127.0.0.1:1337/ 4 threads and 400 connections Thread Stats Avg Stdev Max +/- Stdev Latency 129.98ms 234.70ms 1.94s 85.24% Req/Sec 843.63 1.26k 5.10k 81.08% 18447 requests in 10.42s, 2.13MB read Socket errors: connect 0, read 18447, write 0, timeout 10

@dasper
dasper / session_timeout.html
Last active April 5, 2022 19:51
Session Timeout warning template using JavaScript and jQuery.
<html>
<head>
<title>Session Timeout Template</title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
</head>
<body>
<!-- START: CSS Data -->
<style>
div#message-timeout{
position:fixed;