On Tue, Oct 21, 2008 at 12:02:53AM +0900, ???? wrote:
2008/10/20 Johannes Hofmann <Johannes.Hofmann@gmx.de>:
Is there still a high CPU usage after the page has finished loading?
Yes, as long as I see this page, CPU usage is high. I don't do anything else but just see the page.
What font are you using?
I used sazanami-gothic to see Japanese. I change font to times then CPU usage became about 67%.
Can you try to run dillo with xtrace as described in http://lists.auriga.wearlab.de/pipermail/dillo-dev/2008-September/004911.htm... (at the end). xtrace will output a lot. What I'm interested in is the output after the page has loaded. Cheers, Johannes PS: Anyone else on the list using FreeBSD?
Sorry, I replied to you rather than sent to mailing list. 2008/10/21 Johannes Hofmann <Johannes.Hofmann@gmx.de>:
Can you try to run dillo with xtrace as described in http://lists.auriga.wearlab.de/pipermail/dillo-dev/2008-September/004911.htm... (at the end). xtrace will output a lot. What I'm interested in is the output after the page has loaded.
xtrace output was quite fast and I can't tell when the page is loaded. So I attached a log from start to end. The log file is here http://proxy.f3.ymdb.yahoofs.jp/bc/35859833/bc/log.gz?bcSfR_IBM5W5sefZ I found another page http://japan.cnet.com. This page causes the problem. Regards, furaisanjin
On Mon, Oct 20, 2008 at 06:34:32PM +0200, Johannes Hofmann wrote:
On Tue, Oct 21, 2008 at 12:02:53AM +0900, ???? wrote:
Yes, as long as I see this page, CPU usage is high. I don't do anything else but just see the page. [...] I used sazanami-gothic to see Japanese. I change font to times then CPU usage became about 67%. [...]
PS: Anyone else on the list using FreeBSD?
I don't see that problem, using FreeBSD 7.1-PRERELEASE, but I don't get any redering of the japanise fonts in dillo either. This is on dillo-2.0. japanese/sazanami-ttf and fltk-2.0.r6305 are installed from ports. Christopher
Christopher wrote:
On Mon, Oct 20, 2008 at 06:34:32PM +0200, Johannes Hofmann wrote:
On Tue, Oct 21, 2008 at 12:02:53AM +0900, ???? wrote:
Yes, as long as I see this page, CPU usage is high. I don't do anything else but just see the page. [...] I used sazanami-gothic to see Japanese. I change font to times then CPU usage became about 67%. [...]
PS: Anyone else on the list using FreeBSD?
I don't see that problem, using FreeBSD 7.1-PRERELEASE, but I don't get any redering of the japanise fonts in dillo either. This is on dillo-2.0. japanese/sazanami-ttf and fltk-2.0.r6305 are installed from ports.
Are you setting vw_fontname and fw_fontname to use sazanami-gothic? PS fltk-2.0.r6403 contains various fixes.
On Tue, Oct 21, 2008 at 10:16:34AM +0000, corvid wrote:
Christopher wrote:
I don't see that problem, using FreeBSD 7.1-PRERELEASE, but I don't get any redering of the japanise fonts in dillo either. This is on dillo-2.0. japanese/sazanami-ttf and fltk-2.0.r6305 are installed from ports.
Are you setting vw_fontname and fw_fontname to use sazanami-gothic?
Thank you, I was not aware of that. Now I get good rendering of the japanise fonts in both http://www.itmedia.co.jp/bizid/ and http://japan.cnet.com, but I don't see the heavy load on Xorg.
PS fltk-2.0.r6403 contains various fixes.
Yes, I know, but for now I go with what is available in the ports system. Christopher
Hello all. I was able to strip down the minimum HTML code which caused the problem. <html> <head> <title>test</title> </head> <body> <form action="http://search.itmedia.co.jp/" method="GET"> <button type="submit">search</button> </form> </body> </html> "search" is flicking on the dillo screen and I guess this causes the problem. Regards, furaisanjin
furaisanjin wrote:
<button type="submit">search</button>
Hmm... I wonder whether it has something to do with ComplexButton. Does the following cause the problem as well? <html> <head> <title>test</title> </head> <body> <form action="http://search.itmedia.co.jp/" method="GET"> <input name="img" type="image" src="http://www.dillo.org/main-small.jpg"> </form> </body> </html>
participants (4)
-
christopher.illies@ki.se
-
corvid@lavabit.com
-
furaisanjin@gmail.com
-
Johannes.Hofmann@gmx.de