uniguibbs Posted August 29, 2013 Posted August 29, 2013 how to optimize my app? we visit online demos in ungui.com , the demos work fine. my app , visit on intranet , work fine. but in internet , it don't work. two question: 1.how to optimize app if deploy my app in internet? 2.how to decrease ext-all.js size. Quote
chefdackel Posted August 29, 2013 Posted August 29, 2013 how to optimize my app? we visit online demos in ungui.com , the demos work fine. my app , visit on intranet , work fine. but in internet , it don't work. two question: 1.how to optimize app if deploy my app in internet? 2.how to decrease ext-all.js size. please be more specific, what does "it don`t work" mean exactly? Is it a standalone exe, an Isapi.... what errors are shown, if any? Quote
uniguibbs Posted August 30, 2013 Author Posted August 30, 2013 Isapi, win64, iis, when i visit my app, need to wait a long time, then session timeout. i think may be the ext-all.js too large, browser wait it download for a long time , so session timeout. is it exactly? how optimize ? Quote
Hayri ASLAN Posted August 30, 2013 Posted August 30, 2013 you can change sessiontimeout adn ajaxtimeout in servermodule properties. Quote
uniguibbs Posted August 30, 2013 Author Posted August 30, 2013 is there a way to decrease ext-all.js size. Quote
chefdackel Posted August 30, 2013 Posted August 30, 2013 Isapi, win64, iis, when i visit my app, need to wait a long time, then session timeout. i think may be the ext-all.js too large, browser wait it download for a long time , so session timeout. is it exactly? how optimize ? this article is a bit older, but check all things the author mentioned: http://chee-yang.blogspot.de/2009/10/configure-windows-7-iis7-for-isapi-dll.html Quote
uniguibbs Posted August 30, 2013 Author Posted August 30, 2013 this article is a bit older, but check all things the author mentioned: http://chee-yang.blogspot.de/2009/10/configure-windows-7-iis7-for-isapi-dll.html can not visit the URL. Quote
chefdackel Posted August 31, 2013 Posted August 31, 2013 can not visit the URL. ? No problem here. Just to complete: if your application is mature enough, you possibly want to test it with automation. One promissing tool is Sahi, from the description: "Sahi can automate applications built using ExtJS, ZK, Dojo, YUI or any other framework." http://sahi.co.in/ Or check the free http://docs.seleniumhq.org/ or another one, designed to do native automation tests for ExtJS applications: http://www.cogitek.com/riatest/features/technologies/extjs.html No, I did not use these tools yet (because MY application is far from production state ) , but did a little research for these automation tools, for those which are in budget for a serious UniGUI programmer (or free). If you do automation, I am sure you first check your work as a standalone application, if everything works as expected you check the application as an Isapi to find out Isapi related issues. 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.