Giter Site home page Giter Site logo

leleeettt about graphene HOT 3 CLOSED

elianiva avatar elianiva commented on May 27, 2024
leleeettt

from graphene.

Comments (3)

aldy505 avatar aldy505 commented on May 27, 2024

bisa juga gara-gara ini:

<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap" rel="stylesheet">

from graphene.

elianiva avatar elianiva commented on May 27, 2024

woh, bener gara gara itu.

Beberapa benchmark:

  • Before optimisation (current):

    Running 10 requests test @ http://localhost:3000
    1 connections
    
    ┌─────────┬─────────┬─────────┬─────────┬─────────┬───────────┬───────────┬─────────┐
    │ Stat    │ 2.5%    │ 50%     │ 97.5%   │ 99%     │ Avg       │ Stdev     │ Max     │
    ├─────────┼─────────┼─────────┼─────────┼─────────┼───────────┼───────────┼─────────┤
    │ Latency │ 2224 ms │ 2272 ms │ 4771 ms │ 4771 ms │ 2513.9 ms │ 752.78 ms │ 4771 ms │
    └─────────┴─────────┴─────────┴─────────┴─────────┴───────────┴───────────┴─────────┘
    ┌───────────┬─────┬──────┬─────┬─────────┬─────────┬─────────┬─────────┐
    │ Stat      │ 1%  │ 2.5% │ 50% │ 97.5%   │ Avg     │ Stdev   │ Min     │
    ├───────────┼─────┼──────┼─────┼─────────┼─────────┼─────────┼─────────┤
    │ Req/Sec   │ 0   │ 0    │ 0   │ 1       │ 0.39    │ 0.49    │ 1       │
    ├───────────┼─────┼──────┼─────┼─────────┼─────────┼─────────┼─────────┤
    │ Bytes/Sec │ 0 B │ 0 B  │ 0 B │ 21.4 kB │ 8.22 kB │ 10.4 kB │ 21.4 kB │
    └───────────┴─────┴──────┴─────┴─────────┴─────────┴─────────┴─────────┘
    
    Req/Bytes counts sampled once per second.
    
    10 requests in 26.04s, 214 kB read
    
  • After optimisation (using single browser instance):

    Running 10 requests test @ http://localhost:3000
    1 connections
    
    ┌─────────┬─────────┬─────────┬─────────┬─────────┬───────────┬──────────┬─────────┐
    │ Stat    │ 2.5%    │ 50%     │ 97.5%   │ 99%     │ Avg       │ Stdev    │ Max     │
    ├─────────┼─────────┼─────────┼─────────┼─────────┼───────────┼──────────┼─────────┤
    │ Latency │ 2078 ms │ 2133 ms │ 2159 ms │ 2159 ms │ 2130.5 ms │ 23.46 ms │ 2159 ms │
    └─────────┴─────────┴─────────┴─────────┴─────────┴───────────┴──────────┴─────────┘
    ┌───────────┬─────┬──────┬─────┬─────────┬─────────┬─────────┬─────────┐
    │ Stat      │ 1%  │ 2.5% │ 50% │ 97.5%   │ Avg     │ Stdev   │ Min     │
    ├───────────┼─────┼──────┼─────┼─────────┼─────────┼─────────┼─────────┤
    │ Req/Sec   │ 0   │ 0    │ 0   │ 1       │ 0.46    │ 0.5     │ 1       │
    ├───────────┼─────┼──────┼─────┼─────────┼─────────┼─────────┼─────────┤
    │ Bytes/Sec │ 0 B │ 0 B  │ 0 B │ 21.4 kB │ 9.72 kB │ 10.6 kB │ 21.4 kB │
    └───────────┴─────┴──────┴─────┴─────────┴─────────┴─────────┴─────────┘
    
    Req/Bytes counts sampled once per second.
    
    10 requests in 22.04s, 214 kB read
    
  • After optimisation (using single browser instance + without google fonts):

    Running 10 requests test @ http://localhost:3000
    1 connections
    
    ┌─────────┬────────┬────────┬─────────┬─────────┬────────┬───────────┬─────────┐
    │ Stat    │ 2.5%   │ 50%    │ 97.5%   │ 99%     │ Avg    │ Stdev     │ Max     │
    ├─────────┼────────┼────────┼─────────┼─────────┼────────┼───────────┼─────────┤
    │ Latency │ 348 ms │ 376 ms │ 2626 ms │ 2626 ms │ 600 ms │ 675.56 ms │ 2626 ms │
    └─────────┴────────┴────────┴─────────┴─────────┴────────┴───────────┴─────────┘
    ┌───────────┬─────┬──────┬─────────┬─────────┬─────────┬─────────┬─────────┐
    │ Stat      │ 1%  │ 2.5% │ 50%     │ 97.5%   │ Avg     │ Stdev   │ Min     │
    ├───────────┼─────┼──────┼─────────┼─────────┼─────────┼─────────┼─────────┤
    │ Req/Sec   │ 0   │ 0    │ 2       │ 3       │ 1.43    │ 1.05    │ 1       │
    ├───────────┼─────┼──────┼─────────┼─────────┼─────────┼─────────┼─────────┤
    │ Bytes/Sec │ 0 B │ 0 B  │ 43.2 kB │ 64.7 kB │ 30.8 kB │ 22.6 kB │ 21.6 kB │
    └───────────┴─────┴──────┴─────────┴─────────┴─────────┴─────────┴─────────┘
    
    Req/Bytes counts sampled once per second.
    
    10 requests in 7.05s, 216 kB read
    

from graphene.

aldy505 avatar aldy505 commented on May 27, 2024

dukun +1

from graphene.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.