<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hello,<br>
      <br>
      Some investigation shows an issue while appending an € symbol in
      the text representation of my money object (the one used by
      seaside for rendering)<br>
      <br>
      CGMoney&gt;&gt;printOn: aStream<br>
          aStream &lt;&lt; (amount asScaledDecimal: 2) greaseString
      &lt;&lt; ' ' &lt;&lt; '€'<br>
      <br>
      Replacing '€' by 'EUR' gives back normal rendering time.<br>
      <br>
      Indeed the '€' is encoded as WideString, so not sure what is
      happening. All content converted to WideString or what?<br>
      <br>
      But I really want to rendery euro symbol<br>
      <br>
      Thanks<br>
      <br>
      Hilaire<br>
      <br>
      <br>
      Le 31/12/2015 14:32, Hilaire a écrit :<br>
    </div>
    <blockquote cite="mid:n63apl$tkp$1@ger.gmane.org" type="cite">
      <pre wrap="">Hello,

I am experiencing a slow down rendering a large table report:

The table report is more than 240 lines. Reading at the source html, it
is about 900 bytes per lines, so a bit more than 200kB for the report.
Not much for the rest of the page. The page renders in a bit more 5s, on
a local loop.
Profiling shows most of time is spent in WideString&gt;&gt;at:put:

For me 200KB is not that big and this slow down does not look normal.

Seaisde is 3.1.3.2
Smalltalk is Pharo3
CPU is double core intel 800Mhz-2000Mhz
VM is 3.9-7   

The profiling tree is as shown in the screenshot.

Thanks

Hilaire

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
seaside mailing list
<a class="moz-txt-link-abbreviated" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a>
<a class="moz-txt-link-freetext" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://google.com/+DrgeoEu">http://google.com/+DrgeoEu</a></pre>
  </body>
</html>