[CLOSED] Combobox makes page with large image really slow

  1. #1

    [CLOSED] Combobox makes page with large image really slow



    I have a simple page with a toolbar and a combobox. Underneath the toolbar is a huge image (3mb). The combobox makes the page super slow after it renders. Scrolling is slow, clicking on the combobox is slow, everything is slow. If I replace the combobox with a dropdownlist, everything is fast again.

        <form id="form1" runat="server">
        <ext:ScriptManager ID="ScriptManager1" runat="server">
        </ext:ScriptManager>
        <ext:Toolbar ID="Toolbar1" runat="server">
            <Items>
            <ext:ComboBox runat="server" ID="cb" >
            <Items>
            <ext:ListItem Text="Test" Value="Test" />
            </Items>
            </ext:ComboBox>
            </Items>
        </ext:Toolbar>
        <ext:Image runat="server" ID="img" ImageUrl="anybigimage">
        </ext:Image>
        </form>

  2. #2

    RE: [CLOSED] Combobox makes page with large image really slow

    Hi,

    Unfortunately, I can't reproduce it. I use 8 Mb BMP picture but under IE6/IE8, FF, Chrome works all fine without any delays.
    Can you provide more details? Does it depend from computer (i mean if computer is faster then delay decreases)? Under what browsers it is reproduces? May be you can specify more conditions to reproduce it


  3. #3

    RE: [CLOSED] Combobox makes page with large image really slow

    I am using IE8 on my dev machine (WinXP, 2gig ram, p4 3.60GHz). When the page renders, the scrolling is ok. But as soon as I click on the trigger field in the combobox, everything slows down. I will try to get a public page out for you to see.
  4. #4

    RE: [CLOSED] Combobox makes page with large image really slow

    Sent you guys an email yesterday with a sample page you can look at. Let me know if there's anything else you need. Thanks!
  5. #5

    RE: [CLOSED] Combobox makes page with large image really slow

    Please let me know if you were able to reproduce this issue using the link I sent via email. I want to make sure it's not my computer.
  6. #6

    RE: [CLOSED] Combobox makes page with large image really slow

    Hi Jacky,

    We were not able to reproduce the issue. Both Vladimir and I tested your code separately and it appeared to work as expected.


    Geoffrey McGill
    Founder
  7. #7

    RE: [CLOSED] Combobox makes page with large image really slow

    Thank you for the followup. Did you try the link I emailed using IE8? I am able to reproduce it now on multiple testing machines.
  8. #8

    RE: [CLOSED] Combobox makes page with large image really slow

    Hi Jacky,

    I've tried the link and I re-recreated the sample locally, but unfortunately was unable to reproduce the problem.


    Geoffrey McGill
    Founder
  9. #9

    RE: [CLOSED] Combobox makes page with large image really slow

    Hi Jacky,

    Do you have any updates on this issue?

    Geoffrey McGill
    Founder

Similar Threads

  1. Page Loading very very slow
    By vs.mukesh in forum 1.x Help
    Replies: 8
    Last Post: Sep 24, 2012, 7:15 AM
  2. [CLOSED] Slow loading of image from browser cache
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 06, 2012, 11:52 AM
  3. [CLOSED] Binding Large Set of Data to a Grid makes browser unresponsive
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Apr 14, 2011, 4:01 PM
  4. Replies: 1
    Last Post: Feb 15, 2011, 12:21 PM
  5. Replies: 0
    Last Post: Mar 30, 2010, 5:32 PM

Posting Permissions