[Seaside] bad performance Pharo Windows 7 64bit

Bart Veenstra bart.veenstra at gmail.com
Wed Aug 4 14:34:44 UTC 2010


Hi,
I am among the few people still using windows for my development and I
won't make the switch to OS-X because I simply love my keyboard layout
and shortcuts. And...Windows 7 is not that bad after all..
When I use seaside-3.0rc on a Windows XP 32bit system at work, i get
the performance I expect.

Opening the JQuery UI example on WXP takes 766ms in total :


GET jquery-ui http://localhost:8080/javascript/jquery-ui  200 OK
localhost:8080 7.6 KB  63ms
GET jQuery.js http://localhost:8080/files/JQDeploymentLibrary/jQuery.js
200 OK localhost:8080 70.5 KB 47ms
GET jQueryUi.js
http://localhost:8080/files/JQUiDeploymentLibrary/jQueryUi.js 200 OK
localhost:8080 187.8 KB 282ms
GET development.css
http://localhost:8080/files/WADevelopmentFiles/development.css 200 OK
localhost:8080 2.9 KB 32ms
and so on...

On my W7 64bit, each request takes over a second:

GET jquery-ui http://localhost:8080/javascript/jquery-ui 200 OK
localhost:8080 7.6 KB 1.05s
GET jQuery.js http://localhost:8080/files/JQDeploymentLibrary/jQuery.js
200 OK localhost:8080 70.5 KB 1.01s
GET jQueryUi.js
http://localhost:8080/files/JQUiDeploymentLibrary/jQueryUi.js 200 OK
localhost:8080 187.8 KB 1.08s
GET development.css
http://localhost:8080/files/WADevelopmentFiles/development.css 200 OK
localhost:8080 2.9 KB 1.01s

As you can see, each request takes over a second on W7 64bit.

Does anyone else noticed this behaviour? I have no performance issues
in seaside for Vast80 and VW77.

Regards,

Bart


More information about the seaside mailing list