erich.wanker Posted July 22, 2016 Posted July 22, 2016 Hello, i use a lot of uniContainerPanels .. and i search a way to reduce the traffic of my app - and increase speed .. i found out that a uniContainerpanel has 3 blocks of code: 1.) <div class="x-container x-abs-layout-item x-container-default x-abs-layout-ct" style="background-color:#E8E8E8;left:0px;top:329px;width:607px;height:35px;" id="O224_id"> 2.) <span id="O224_id-outerCt" style="display: table; width: 100%; table-layout: fixed; height: 100%;" role="presentation"> 3.) <div id="O224_id-innerCt" style="display:table-cell;height:100%;vertical-align:top;" class="" role="presentation"> if i delete block 2 and 3 per chrome developer tools - my UniContainerPanel works "normal"... So - for what is 2 and 3 neccesary - and can we reduce traffic and increase performance - if block 2 and 3 are not created? (would reduce traffic about 30% of my forms..) ThanX for suggestions ... Erich Quote
mhmda Posted February 1, 2017 Posted February 1, 2017 What you show us above is NOT what unigui server sends to the client, uniGUI send Extjs js code and the browser render it using js engine (DOM elements). so that content is generated by Extjs framework. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.