V
|
Vienna 1/29/2012 |
[size="3"]Key to the performance issues, serious issues, when pages load generated by PHPRunner 6.0 into different popular Browsers are the Javascript and CSS libraries PHPRunner 6 is using.
|
P
|
procheck author 1/29/2012 |
Hi Vienna, |
P
|
procheck author 1/29/2012 |
Well I spent the day reading up on all this and I don't see a solution other than what has already been suggested by Vienna. I just checked the browser stats of my users. 48% users use Internet Explorer - 31% use Firefox. |
![]() |
pmontavon 1/30/2012 |
The solution to obtain correct response times with internet explorer is to install and use Google Chrome Frame plug-in ! |
P
|
procheck author 1/30/2012 |
The solution to obtain correct response times with internet explorer is to install and use Google Chrome Frame plug-in ! http://www.chromium.org/developers/how-tos/chrome-frame-getting-started/chrome-frame-faq Advantages are JavaScript performance improvements. Apps are faster and more responsive. My applications runs 10 times faster with this plug-in ! (The response times are the same as firefox...) To enable this plug-in with your applic., edit the file "page.htm" in the phprunner directory (C:\Program Files\PHPRunner6.0\templates\layouts\) and replace <META content=IE=7 http-equiv=X-UA-Compatible> per <meta http-equiv="X-UA-Compatible" content="chrome=1"> Kind regards Pascal
|
A
|
acpan 3/15/2012 |
Hi Admin, [size="3"]Key to the performance issues, serious issues, when pages load generated by PHPRunner 6.0 into different popular Browsers are the Javascript and CSS libraries PHPRunner 6 is using. Build 9948 of PHPRunner 6 , the latest available maintenance release, is generating code for page loading javascript and css styles entirely incorporating the YUI (Yahoo) javascript & css library. It is this extensive library that has the greatest impact on Cross-Browser performance for our PHPRunner 6 projects. However, PHPRunner 6 is passing along a javascript and css styling package that is now seriously out of date. PHPRunner 6 generates all CSS and all of its key Javascript functions that affect Browser performance online by using the YUI 2.81 library. That YUI library has been updated 8 times since then. The release date for PHPRunner 6 javascript and css stylesheets goes back to May of 2010. What, ideally, PHPRunner 6 should be loading and running when we output projects online is YUI js & css library 3.4.1 released in September 2011. This latest library from YUI represents, over the course of the intervening 8 subsequent releases (since PHRunner 6 's library), MAJOR IMPROVEMENTS, BUG FIXES, cross-browser code upgrading, and improvements specifically to enhance SPEED. As far as issues with Internet Explorer loading ---- the 4th upgrade, YUI 3.1.1, published August 26, 2011, includes this note:
|
![]() |
Sergey Kornilov admin 3/15/2012 |
This whole thread is a collection of misunderstandings and assumptions. |
P
|
procheck author 3/15/2012 |
I'll be the first person to admit that I know little about the YUI (Yahoo) javascript & css library upgrades. Unfortunately there are only so many hours in the day and I cannot learn everything so somtimes I'm required to go on recomendations. |