Edit: - IE6 ilişkin genel tavsiyelerde varsa hala, - @ Grumpy Benim sorun giderilmiştir sayesinde cevaplamak için çekinmeyin.
, Selam
Ben hala (ben onları yükseltmek için çalıştı, ama yavaş yavaş, çünkü geniş bir kullanıcı tabanı oluyor) IE6 kullanan bir müşteri var.
On one page there are is a table containing prices (11 columns with 24 rows per entry). Each cell has either an input or select element in it. When only one entry is shown, this table renders very fast, but as soon as there are more, it takes much longer (e.g. 6 entries take >30 seconds).
I know its the table, because all elements above are directly visible. I tried to optimize the table by giving the table and each cell a fixed size and setting the table-layout:fixed
-style.
I also tried giving each entry its own table, but neither seem to help.
Any tips, links or any ideas how to improve the page speed are appreciated, thanks. If you need more infos, please ask in the comments.