I am having some problems with performance. If I comment out:
lib/js/jqgrid/js/i18n/grid.locale-en.js
Then I am missing UI interface elements, but the grid renders more than 10x faster– from about 40 seconds to less than 4.
Any chance there is a bug in the implementation of i18n?
3 Answers
Can you show this somewhere online?
If you open this file, you will see it's not more than javascript object with key:value mapping. There must be some other factor slowing things down.
In any case, must review it. we can have remote session or you can email me online link at gridphp@gmail.com
Your Answer