Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Tk TableMatrix automatic rowheight speed problem

by Takamoto (Monk)
on Feb 11, 2019 at 10:10 UTC ( [id://1229757]=note: print w/replies, xml ) Need Help??


in reply to Tk TableMatrix automatic rowheight speed problem

Hello

You could:

  • Take out of the loop $font = $MainTable->Font (); and put it in the main part of the script after table has been created
  • Do not measure/adapt the first column (Id) as this width can be fix

After applying these changes, the loading time is reduced of about 2/3. Still not ideal, but acceptable.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1229757]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-25 17:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found