I have a slow form here

I have a slow form here http://ppl.ug/OD6rBPEj7FM/ Need the tabbing to go faster. It at 3 sec. they want it at 1 sec.(instant gratification)
I can't do upgrades (default install es8), add pages, or make it read only. Help my job on the line.

Hi,
I can't look at your form at the moment, however try and avoid script in events like layout:ready, as this can really slow things down. See here for a description: http://assure.ly/nB0Bvz. A quick way to check for script in your form in a particular event, is to select it in the show dropdown (like layout:ready) and then select the root node. In the Script Editor you can then quickly scroll down and check for objects with script.
Also have a look at John Brinkman's blog as he has a number of examples for efficient script. In particular: http://blogs.adobe.com/formfeed/2011/10/script-performance-exercise.html.
3 seconds seems a very long time.
Good luck,
Niall

Similar Messages

  • Hi from the last two days my iphone have very slow to open the apps and very slow when i check the notification window , it taking too much time to open when i tap to down . help me to resolve the issue.

    Hi,  from the last two days my iphone( iphone 4 with ios 5) have very slow to open the apps and very slow when i check the notification window , it taking too much time to open when i tap to down . help me to resolve the issue.

    The Basic Troubleshooting Steps are:
    Restart... Reset... Restore...
    iPhone Reset
    http://support.apple.com/kb/ht1430
    Try this First... You will Not Lose Any Data...
    Turn the Phone Off...
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear and then Disappear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...
    Turn the Phone On...
    If that does not help... See Here:
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414

  • I have a slow Macbook Pro

    Hi guys,
    I hope you all are doing well. I have a slow Mac, it is a 10.8.3, 2.5 Intel Core, 4GB. I bought this brand new from Apple. For the last year, this laptop has been slow to the point where I think it would be cheaper to move back to the PC and just buy a new PC every 2-3 years.
    The problems I have are the following:
    1. Web pages are loading up slow. The PC loads them faster on the same network.
         - I have tried clearing the cache and ran Onyx as well. I used Safari and Chrome
          - I also ran ClamXav and no high level virus pops up. My former boss did have a virus on his where when he would show up with his laptop at the office and      the internet would slow down. Genius bar was no help, but our help desk found a virus that was killing our bandwidth. He downloaded a lot of movies from      Bittorrent. So I was thinking I may have the same problme. But I am not sure if ClamVav is advanced enough to find these types of viruses. And Genius      Bar could not find any problem.
    2. Loading programs take a while, espcially with Word and Excel. The PC loads faster.
         - I ran the disk utilies to verify disk and the permissions
         - I even formatted the Hard Drive and reinstalled the software.
    3. Sometimes when I play a embedded video, the whole screen turns black and would take 30 second or so for the screen to reappear and continue with the clip. This problem started today.
    4. The hard disk clicks once in a while. Back when I was on the PC, this was a sign that the HD needs to be replaced
         - I would run the utility to see if the hard disk was fine. About 5 months ago it said the disk was damaged. I have been rerunning once every two months      since and so far that error has not reappeared.
    I use this laptop just to check email and surf the web. I do not do any graphic design so do not know why these simple functions are a headache. I do watch movies as well on the laptop.  I have run the Activity Monitor and nothing is really eating the the CPU and I have a decent amount of free HD space.
    I did take the laptop to Apple and they said the laptop seemed sluggish and when they did an overnight test they could not find any problems. I have has the video board changed out a few times because sometimes when I would use Safari, the screen would have a "white snow screen" for a split second from I jump from the homepage to another website. This stopped when I upgraded to the recent OS.
    Sometime the Apple tech would say that the corrupt video board would also affect the wireless connection thus the slow internet. But for this laptop, I think I changed the video board around 3 times, which is disappointing for a laptop that costs around $2,000 versus a $600 PC. I do use this laptop everday and carry it around each day until the PC laptops in the past. So it has been my workhorse for over 3+ years.
    I really do not think I need more memory since my laptop use is not demanding. I may be that the hard drive needs to be changed out or some type of virus eating up my performance. If the hard drive, I was thinking of getting a SSD.
    Any help would be appreciated.

    First, back up all data immediately, as your boot drive might be failing.
    There are a few other possible causes of generalized slow performance that you can rule out easily.
    Reset the System Management Controller.
    If you have many image or video files on the Desktop with preview icons, move them to another folder.
    If applicable, uncheck all boxes in the iCloud preference pane.
    Disconnect all non-essential wired peripherals and remove aftermarket expansion cards, if any.
    Check your keychains in Keychain Access for excessively duplicated items.
    If you have more than one user account, you must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way you launched Activity Monitor. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Select the 50 or so most recent entries in the log. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V). You're looking for entries at the end of the log, not at the beginning.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some personal information, such as your name, may appear in the log. Anonymize before posting. That should be easy to do if your extract is not too long.

  • I have created a form in DW 5.0 using spry text fields. I am wondering what I did wrong to make the

    I have created a form in DW 5.0 using spry text fields. I am wondering what I did wrong to make the form fields show text?
    Thank you.

    Thanks again. There's one other thing I wanted to achieve here. I need the date format to be displayed like "dd/mm/yyyy" and not like it's doing by default at the moment (i.e. mm/dd/yyyy)
    I don't have any knowledge of jQuery but had a go anyway at trying to fix this using this link http://api.jqueryui.com/datepicker/ as aid to try adjust my code. Obviously I couldn't get it to work so far...  So I'm looking for a little bit of help from anyone who knows a bit of jQuery.
    Here's the original default code (just the stuff that goes in the 'head' of the page):
    <script>
      $(function() {
          $( "#datepicker" ).datepicker();
    </script>
    And here's what I tried adding to make it work:
    <script>
      $(function() {
          $( "#datepicker" ).datepicker();
          $.datepicker.formatDate( "dd/mm/yyyy" );
    </script>
    Obviously I tried other combinations including .parseDate instead of .formatDate etc etc none of which worked.
    I'm wondering whether the extra code should perhaps go inside where the XXs are - $( "#datepicker" ).datepicker(XX)
    Anyway, if somebody could help me out that would be great. Cheers!

  • My wife sign in her iphone with my icloud id and deleted my contacts form her phone, while deleted them form the cloud, can I recovered them

    my wife sign in her iphone with my icloud id and deleted my contacts form her phone, while deleted them form the cloud, can I recovered them

    Yes if you backed up your iPhone with iTunes to your Mac.  You can restore your phone to the last backup:
    Or with a iPhone backup viewer/restorer application like iPhone Backup Viewer or Mac iPhone Data Recovery. But the phone has to have been backed up with iTunes to the Mac.
    Other possible applications can be found at MacUpdate.com by searching for iPhone recovery or iPhone backup, etc.
    Change your Apple ID password so you wife can't log into your iCloud again and do the same thing.

  • I have a slow startup or login, with numerious spinning wheels. Sometimes after a long ti,e I can sign into the computer and sometimes it just fails to startup or login. I have a MacBookPro OS X 10.7.5 from 2011

    I have a slow startup or login, with numerious spinning wheels. Sometimes after a long ti,e I can sign into the computer and sometimes it just fails to startup or login. I have a MacBookPro OS X 10.7.5 from 2011. It became more serious recently as I think I might have let my battery run out I also tried to download the operating system to reinstall it but it allways stops around 1.4 GB out of 1.7 then the whell starts again.

    Keep the MBP attached to the power adapter.
    First try SMC and PRAM resets:
    http://support.apple.com/kb/ht3964
    http://support.apple.com/kb/ht1379
    Then try to boot the MBP in recovery (OPTION key down) and select the recover partition.  Select Disk Utility>First Aid and verify and repair the HDD.
    Additional steps can be found here:
    https://discussions.apple.com/docs/DOC-3353
    Ciao.

  • I updated my mac 10.8 to mavericks but after installation the app store ask for the same software update again..i have a slow connection..i cannot install it again and again..what should i do?

    I updated my mac 10.8 to mavericks but after installation the app store ask for the same software update again..i have a slow connection..i cannot install it again and again..what should i do?

    In case you are not aware, Mavericks requires a high speed broadband connection.
    In the event you need to restore or repair the starutp disk, OS X Recovery also requires a broadband connection as noted here >  About OS X Recovery
    You can check your download speed here > Speedtest.net
    15Mbps or less, you may not be able to install Mavericks or use OS X Recovery.

  • I have date type list field in sharepoint list and i have created one form in sharepoint webpage.

    Hi All,
    i have date type list field in sharepoint list and i have created one form in sharepoint webpage.
    Now i want to save that field from shareepoint webpage, its declared "t1.text" but its showing error.
    How can i save this field?

    Hi AnilKarthink, 
    I wrote a Technet Wiki article on saving data to the various SharePoint fields. You can view it here: http://social.technet.microsoft.com/wiki/contents/articles/21801.sharepoint-a-complete-guide-to-getting-and-setting-fields-using-c.aspx
    Regards, Matthew
    MCPD | MCITP
    My Blog
    View
    Matthew Yarlett's profile
    See my webpart on the TechNet Gallery that allows administrative users to upload, crop and format user profile photos. Check it out here:
    Upload and Crop User Profile Photos

  • Since upgrading to FF4, my web applications and browser start-up time have been slower, instead of faster as the upgrade promises. Any suggestions?

    I feel like my web apps have been slowing down ever since the plug-in container was introduced. With the previous version of FF, I would have to close the browser and re-open it periodically to ensure that apps ran smoothly. Now, even that doesn't work. I've tried these applications in IE and they work with no problem, so I feel that the issue is in FF and not my system. Any tips would be much appreciated.
    I've run all the troubleshooting steps listed on the help pages (ensuring that I have the latest versions, etc.), and the problems are still there. Thanks in advance.

    You can disable the Plugin Container.
    To do this,
    * Type about:config in the address bar.
    * Click on I'll be careful
    * Type dom.ipc.plugins.enabled in the filter column
    * Double click on the value to change it to "false"
    * Restart Firefox
    Plugin Container is disabled and now your apps may work properly.

  • I have created a form in InDesign, exported to a pdf, created an editable form and saved.  When I open the form and make changes and save, the reopen the changes are there.  If try to email this form as an attachment after editing, the attachment is alway

    I have created a form in InDesign, exported to a pdf, then created an editable form and saved.  When I open the form and make changes and save, then reopen the changes are there.  If try to email this form as an attachment after editing, the attachment is always minus the edits.   ????

    Hi chuck,
    If you ave created the form and then filling it yourself and saving the form, the filled data should be there when you reopen the same form.
    Can you please send the form to me at [email protected]  so that I can have a look.
    Regards,
    Rave

  • How do I use Adobe to Edit PDF files, I have an application form I need to Edit?

    I have an application form that is in PDF format, I wish to edit this form by adding text to specific fields, how do I go about doing this?

    If the file has fields - actual PDF fields, you just type. The text goes in the fields.
    Or do you want to turn it into a fillable form?
    Or do you want to fill in, a non fillable form, just once?
    By the way if you have an application form and it isn't fillable, they DON'T expect you to fill it. Just print it and treat it like it came in the mail.

  • All my icons are missing in YahooMail. I have tried everything written here, Delete cache, let web site choose own fonts. Works in Chrome.

    I have read every post here regarding this problem. I now have to use chrome to use my Yahoo mail. This problem i have on my note book too.
    Tell me how install FF version before 24.
    I see i am not the only one with this issue.
    Also I now use 25 and still no good, my font size is so small and I cannot re size it.

    Those icons are a special font that is downloaded from the Yahoo server.
    I assume that you see little boxes with the hex code instead?
    If that is the case then you are somehow blocking downloading and applying this font.
    Try to create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over the problem.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    If a new profile still has this issue then your security software might be blocking this font.

  • Can you have multiple contact forms in a single Muse site?

    I have a site created in Muse that needs to use multiple contact forms of a sort.  One is a simple contact form.  Two others are sign up forms. In two of the three forms I have to separate the First and Last names.  Also in those there are multiple Custom fields and Message fields.
    The original simple contact form is working fine and has been.  However, I modified one of the pages by adding a second form, the first of the two sign-up forms.  It looked great in Muse, but when uploaded to the site, all of the fields were gone, leaving only the Labels in a single paragraph.
    Does this mean I can't have multiple contact forms in a single site?  If I actually, can, then what might have caused the problem?  And what could you suggest for me to try to fix it?
    Thank you,
    Laura

    Thank you for the information, but I cannot find anywhere in help where to find the field names (if that is my problem).  I changed all the labels and the corresponding text inside the field (remember, Muse does not give access to code as far as I can tell).  When I preview the page in a browser (using FireFox as default, but also tried with IE), everything looks good.  When I export to html and open the index.html on my computer, everything still looks great.  But when I FTP the page to the website, this is what I get:
    First Name:RequiredRescuer Email:RequiredOrganization (if any):RequiredSubmitting Form...The server encountered an error.Form received.Geographic Areas Covered:RequiredRescuer Cell Phone:RequiredRescuer Home Phone:RequiredRescuer Home Address:
    RequiredRescuer City:RequiredRescuer State:RequiredRescuer Zip code:RequiredRescuer Country:RequiredVeterinarian Name:RequiredVet Address:RequiredVet City & State:RequiredVet Phone:RequiredRequiredServices Offered:RequiredAdditional Info About You:Required Rescuer (available to general public) RequiredVolunteer (available only to Rescuers)RequiredPhoneRequiredEmailRequiredOtherRequiredLast Name:RequiredImage Verification:Required
    How would you prefer to be listed?
    How would you prefer to be contacted?
    However, this is how it looks on the preview:
    So, what is my problem?  And how can I fix it?
    Thank you,
    Laura

  • Is it possible to have a PDF form flow to a second page IF the user needs to type in a lot of information? ( Like a Word Doc would)

    Is it possible to have a PDF form flow to a second page IF the user needs to type in a lot of information? ( Like a Word Doc would)
    An automated second page.

    There are two approaches.
    If you wish to use AcroForm technology, then you would need to write a bunch of JavaScript to enable this.  It has been done, but it’s not trivial.
    If you wish to use XFA technology, then it can be setup to happen automatically.
    Be aware that in both cases, even though both technologies are part of the PDF standard, that the forms will only be usable in this manner in Adobe’s viewers as many others don’t support JavaScript or XFA.

  • I bought my iPhone 4 in Canada and have been using it here for the past 7 months. In september i will be moving to the UK and am wondering if I get a UK sim card will I be able to use it as my cell phone over there?

    I bought my iPhone 4 in Canada and have been using it here for the past 7 months. In september I will be moving to the UK and am wondering if I get a UK sim card will I be able to use it as my cell phone over there?

    Hi: I don't believe that Telus provides unlocking for the iPhone. Other phones, yes, iPhone no.
    Follow-up info from Telus:
    http://www.telusmobility.com/en/BC/Unlock-Device/unlocking_your_device.shtml?eVa r6=link
    Stedman

Maybe you are looking for