Changes between Version 8 and Version 9 of QtWebKitPerformanceUtilities
- Timestamp:
- Oct 7, 2009 9:55:04 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitPerformanceUtilities
v8 v9 8 8 ==== The mirroring application ==== 9 9 10 The mirroring application can be found in the ''' mirror/''' directory and allows to mirror web content to a local SQLite3 database. It is possible to use the cookiejar of Arora to reuse the login cookies and mirror logged in pages of services like ''facebook.com'', ''gmail.com''. The SQLite3 database can be served by the ''http_server''.10 The mirroring application can be found in the '''host-tools/mirror/''' directory and allows to mirror web content to a local SQLite3 database. It is possible to use the cookiejar of Arora to reuse the login cookies and mirror logged in pages of services like ''facebook.com'', ''gmail.com''. The SQLite3 database can be served by the ''http_server''. 11 11 12 12 The ''do_mirror.sh'' script is included in the distribution to create clones of some famour websites. The list was collected by personal preference and the alexa.com list of popular websites. When invoking ''do_mirror.sh'' all arguments are passed on to the ''mirror'' application. This allows to use the Arora cookie jar for mirroring the whole set of pages. … … 18 18 Running the tools: 19 19 {{{ 20 $ cd mirror/20 $ cd host-tools/mirror/ 21 21 # Help of mirror 22 22 $ ./mirror options [url] … … 56 56 57 57 {{{ 58 $ cd h ttp_server58 $ cd host-tools/http_server 59 59 60 60 # Starting the server. It attempts to bind to port 80. … … 72 72 73 73 {{{ 74 $ cd launcher74 $ cd tests/launcher 75 75 $ ./launcher http://www.webkit.org 76 76 }}} … … 80 80 81 81 {{{ 82 $ cd robustness82 $ cd tests/robustness 83 83 # Load various websites 84 84 $ ./robustness … … 94 94 95 95 {{{ 96 $ cd loading96 $ cd tests/loading 97 97 $ ./tst_loading 98 98 ./tst_loading … … 116 116 117 117 {{{ 118 $ cd painting118 $ cd tests/painting 119 119 $ ./tst_painting 120 120 ... … … 125 125 126 126 {{{ 127 $ cd scrolling127 $ cd tests/scrolling 128 128 $ ./tst_scrolling 129 129 }}}