From 92ea1c43ec1762d74ef0ba7ec204ec78b6828fe6 Mon Sep 17 00:00:00 2001 From: cybice Date: Wed, 15 Jun 2016 19:27:27 +0300 Subject: [PATCH] Remeasured performance using devtools --- develop/GMapOptim.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/develop/GMapOptim.js b/develop/GMapOptim.js index 7a70c29..e4ccc25 100644 --- a/develop/GMapOptim.js +++ b/develop/GMapOptim.js @@ -1,7 +1,6 @@ // Example to test the React Reconciler. This example // is 100x faster in development mode, -// but I see no difference with NODE_ENV==='production' -// so the simple example with same params at ./GMap.js works with the same speed. +// and 1.5-2x faster with NODE_ENV==='production' // The idea was to not draw map children on hovers, but subscribe inside children on hover change // see ./markers/ReactiveMarker source