Image: Medium, FT Product & Technology
This interesting article describes how one line of Javascript code caused the Financial Times website to become 10 times slower, and how the problem was diagnosed. The cause was a blocking call to JSON parse and stringify which involved unnecessary deep copying of data.
Source: