Blog

Everything that's new at Nephila: technical posts, community stories, all of our everyday experiences in the technological world.

Light tracks

Measuring frontend performance

Every time I write a new feature which involves javscript or massive css code, I need to check how much that piece of code impacts performances. 

While I was searching for a tool which could retrieve some information about page load timings, I found the great phantomas. This tools is able to collect a huge amount of data regarding a specific URL. Bingo!

Library

What is a web framework

The main concept which comes to the light is that a framework is aconsolidated structure, built upon set of rules and features. Commonly, when we use this word, we refer to a structured set of concepts, practices and criteria which can be adopted to solve recurring problems.