Hi all,
thanks again for help. By a friend I got a very nice site to test the speed. For this I needed only a locally webserver on my mac and then I could test my project as public website with this tool.
The result shows, that everything is connected with the big javascript files of jquery.
http://gtmetrix.com/
But at first on the list I get the message, that the project produces a lot: "Defer parsing of JavaScript".
Especially this parsing needs already 22,62 seconds of time, to finish loading the project.
Now my question. How I can settle this problem to defer parsing, if in each project of appery, the head begins like this:
"
script type="text/javascript" src="files/resources/lib/store/json2.js"
script type="text/javascript" src="files/resources/lib/jquery/jquery-1.8.2.js"
script type="text/javascript" src="files/resources/lib/jquerymobile/1.3.0/jquery.mobile-1.3.0.js"
script type="text/javascript" src="files/resources/js/mobilebase.js"
script type="text/javascript" src="files/resources/lib/event/customEventHandler.js"/script
script type="text/javascript" src="files/resources/lib/base/sha1.js"
script type="text/javascript" src="files/resources/lib/base/oauth.js"
script type="text/javascript" src="files/resources/lib/base/contexts.js"
script type="text/javascript" src="files/resources/lib/base/jsonpath.js"
script type="text/javascript" src="files/resources/lib/base/jquery.xml2json.min.js"
script type="text/javascript" src="files/resources/lib/base/appery.js"
script type="text/javascript" src="files/resources/lib/get_target_platform.js"
script type="text/javascript" src="files/resources/lib/cordova.js"
script type="text/javascript" src="files/resources/lib/childbrowser.js"
script type="text/javascript" src="files/views/assets/js/fehlermeldung.js"
script type="text/javascript" src="files/views/assets/js/my_own_script.js"script language="JavaScript" type="text/javascript"