Blog.init();


A technical blog on Computer Science and Software Development topics by Tomás Pérez.


Tag: web performance


  1. Minimizing javascript libraries

    The minification of static file bundles is an useful process to improve the performance of the client side of web applications. This process removes comments, blank spaces, EOL, tabs, etc. from the Javascript code. That way the size of the files downloaded by the browser is reduced, therefore load time…

    javascript, web performance