Giter Site home page Giter Site logo

Comments (2)

AltGr avatar AltGr commented on May 29, 2024

The server really doesn't do anything special, anything that can serve web pages should be OK, since all the hard work is done in the client browser. I am adding some storage of data, but that shouldn't be anything your average toaster today can't handle (or I did something wrong!).

As for building the app from an exercise repository (learn-ocaml build), I just checked on a large repo and it doesn't reach 100MB memory usage. It could take a while on a slow machine, though (note: I just re-added parallel builds in my branch).

The main thing that would be worth checking is the network throughput when confronted with a large number of requests, possibly holding quite some bit load: say in the last minutes before a project is due...

from learn-ocaml.

yurug avatar yurug commented on May 29, 2024

I have made some performance measurement with Chrome network monitoring, Google page speed, siege and loadimpact.com. Three conclusions:

  • the server resources consumption (CPU and RAM) indeed seem very low ;
  • the server responds very quickly even under an hundred concurrent users ;
  • the page loading time is around 8 seconds mainly because we do not compress and caching static entities.
    The last item is not too scary: we have many ways to optimize page loading time.

from learn-ocaml.

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.