From 89268ce55632d88bbb7e4ca83bd6b547f54cb342 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 13:58:19 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- .../2019-09-13-live-blogging-symfonylive-london.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md index 648b4747..aef7f6ce 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -337,6 +337,15 @@ A way on the front-end JS, CSS, images at the beginning of the request, sends a ### Using Twig as an alternative to an SPA? +### Faster UI - Try and figure out where the problem is. + +If you're trying to speed things up, find out where the problem is. + +* Browser tools +* Web debug toolbar +* Blackfire +* Optimise and monitor + ## BDD Your Symfony Application (Kamil Kokot) ## Migrating to Symfony one route at a time (Steve Winter)