Results 1 to 3 of 3

Thread: WebKit MUCH faster on Linux with same code

  1. #1
    Join Date
    Dec 2009
    Posts
    41
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    6

    Question WebKit MUCH faster on Linux with same code

    Hi !

    My program under Windows with Qt4.6.2 uses qwebview to load QWebPage (about 60) one by one so as to parse them. But the load method of QWebPage is slow on Windows and eats 100% cpu, slowing down the refresh of the interface. It is not the parsing, only the load of the pages. The exact same code on Linux is really much faster (about 4 minutes on windows and 20~30 seconds on Linux). Why ? Could it be related to compilation settings ?

    Thanks

  2. #2
    Join Date
    Dec 2009
    Posts
    41
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    6

    Default Re: WebKit MUCH faster on Linux with same code

    Please find attached a little demonstration : the page takes 13 seconds to load underWindows and only 4 seconds under Linux. The same problem appears on every pages of this site, on Arora but not on Konqueror or Chrome

    Thanks
    Attached Files Attached Files

  3. #3

    Default Re: WebKit MUCH faster on Linux with same code


Similar Threads

  1. Replies: 2
    Last Post: 15th February 2010, 06:42
  2. How to step inside(debug) webkit code?
    By nish in forum Qt Programming
    Replies: 5
    Last Post: 30th December 2009, 12:23
  3. Faster code possible?
    By ShaChris23 in forum General Programming
    Replies: 1
    Last Post: 28th May 2008, 07:35
  4. Replies: 4
    Last Post: 9th January 2008, 15:28
  5. C code linux to windows
    By deekayt in forum General Discussion
    Replies: 1
    Last Post: 19th October 2006, 22:17

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.