From e082f5ddb4735ec783a499b6b0066c3459e14618 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Tue, 14 Apr 2015 04:12:50 +0200 Subject: NMS: Performance tuning on multiple layers 1. Add scaffolding for frontend timer tweaks, and a simple debug UI for it. 2. Add frontend ajax-tracker, to avoid spamming the backend too fast when it's unable to cope. 3. Considerably simplify the SQL The SQL tuning has drastically cut the response time of port-state.pl. I need to update the schema too to reflect the new indexes I'm using. --- web/nms.gathering.org/nms2/index.html | 44 ++++++++++++----------------------- 1 file changed, 15 insertions(+), 29 deletions(-) (limited to 'web/nms.gathering.org/nms2/index.html') diff --git a/web/nms.gathering.org/nms2/index.html b/web/nms.gathering.org/nms2/index.html index ffa36a3..211bcf9 100644 --- a/web/nms.gathering.org/nms2/index.html +++ b/web/nms.gathering.org/nms2/index.html @@ -70,6 +70,7 @@
  • Scale:
  • About
  • +
  • Debug timers
  • @@ -199,6 +200,19 @@ + + @@ -215,35 +229,7 @@ -- cgit v1.2.3