Or, profile your application using a tool like Valgrind to find out what parts of your code in particular should be worth looking at for optimizing purposes. Remember the 90/10 rule: a 90 percent speed increase can be achieved by optimizing only 10 percent of your code.<div>

<br><div class="gmail_quote">On Wed, Sep 1, 2010 at 06:02, Taylor Carrasco <span dir="ltr"><<a href="mailto:crackerbunny@gmail.com">crackerbunny@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Is the code available for us to take a look at for possible optimizations <br><div><div></div><div class="h5"><br><div class="gmail_quote">On Tue, Aug 31, 2010 at 9:09 AM, alanm <span dir="ltr"><<a href="mailto:me@alandmoore.com" target="_blank">me@alandmoore.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">I wrote a small browser in PyQT4 using QWebView, of course.  The browser runs<br>
well and does what I need, but when I deployed it to my thin clients, it was<br>
far to slow to use.<br>
<br>
In fact, most modern browsers were; I had to settle on Epiphany because all<br>
the other browsers I tried were far to slow at showing or interacting with<br>
HTML controls (text inputs, drop-downs, etc).<br>
<br>
I tried disabling all QT effects in the Trolltech.conf file, and various<br>
graphicssystem settings on Qapplication, but it's still slow.<br>
<br>
Are there any other places where graphical effects can be toned down or<br>
optimized?  I still notice a bit of a fade-in effect on drop-downs even when<br>
all QT Gui effects are disabled, and this is rendering really badly on the<br>
thin clients (slow and lots of screen artifacts).<br>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" target="_blank">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
</blockquote></div><br>
</div></div><br>_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br></blockquote></div><br><br clear="all"><br>-- <br>Nick Gaens<br>
</div>