On Wednesday 09 September 2009 09:42:53 Johannes Zellner wrote: > Hi, > > I found these days on our trolltech internal ml some hints about what to > avoid/use in Qt4.6 within webkit. > Maybe interesting for rekonq's internal html sites like "home" or > html-error pages. > > Optimizations in HTML code running on top of QtWebkit: > - use HTML5 canvas if possible > - Keep things in one page, to avoid re-parsing of Javascript > - show/hide elements instead of modifying the DOM > - Use webkit animations if possible, they're native. > - Try to use native function like document.querySelectorAll instead of > high- level javascript frameworks > - Don't be tempted to use vector graphics (like webkit rounded rectangles > or SVG), always prefer static images. > > Cheers, > Johannes
This is surely very interesting, Thanks!! Regards, -- Andrea Diamantini, adjam GPG Fingerprint: 57DE 8E32 7D1A 0E16 AA52 59D8 84F9 3ECD DBF9 730F rekonq project WEB: http://rekonq.sourceforge.net IRC: rek...@freenode _______________________________________________ rekonq mailing list [email protected] https://mail.kde.org/mailman/listinfo/rekonq
