SpeedUp Neos-Backend?

Hey Christian,
would be really cute if you could find time and a helping hand.

There are only two javascripts in:

  • app.min.js with own simple Menu and animation stuff in.

  • script.min.js with some regular stuff like modernizr in.
    Both jshint’ed minimized, and concat’ed. Without errors in DevTools Console from chrome.
    In Firefox there are only :

  • getPreventDefault() sollte nicht mehr verwendet werden. Verwenden Sie stattdessen defaultPrevented. ContentModule-built.js:422:59052

  • document.createAttribute() sollte nicht mehr verwendet werden. Verwenden Sie stattdessen element.setAttribute(). translator.js:2658:11

  • setAttributeNode() sollte nicht mehr verwendet werden. Verwenden Sie stattdessen setAttribute(). translator.js:2666:13

  • Das nodeValue-Attribut von Attributen sollte nicht mehr verwendet werden. Verwenden Sie value stattdessen. ContentModule-built.js:422:849651

To have certainty, I deleted both js-scripts from the template, disabled the IM-Translator , flushed the flow cache, restart the browser and double checked in devTool => NO “own” JS in town:
But also -> NO CHANGE in speed.

Only 2 warnings in Firefox left:

  • Das nodeValue-Attribut von Attributen sollte nicht mehr verwendet werden. Verwenden Sie value stattdessen. ContentModule-built.js:422:849651
  • getPreventDefault() sollte nicht mehr verwendet werden. Verwenden Sie stattdessen defaultPrevented. ContentModule-built.js:422:59052

So, the base for find the bottleneck should be relatively clean I hope. Deeper instructions very welcome.