AppsLocalLogin.jsp slow to load first time

When logging into EBS 11.5.10.2 for the first time (for any given user), the AppsLocalLogin.jsp page takes anywhere from 5 to 15 seconds to load. Subsequent logins are nearly instantaneous.
This behavior leads me to think it's being cached somewhere, whether in the database or on the PC. Is there a way to pre-load it into the cache, to speed up that initial login? Or is there something else going on here that is causing the slow initial load?
Thanks,
Lori

As part of the server startup, similar to Hussein mentioned, do a:
wget http://<hostname>.<domainname>:<port>/OA_HTML/AppsLocalLogin.jsp?username=<username>
or similar for your O/S.Thanks, I'm experimenting with this.
Or go one step further and script the user/password form submit for a given user.Any tips on how to go about this?
PS. I have to ask, how often are you restarting your instance? Since the issue is only the first time the first user logs on, I
woudn't have thought it would be a problem? Or is there something we are missing.We bounce our forms tier nightly at 3 am, so it tends to be an issue for users first thing in the morning. The reason I'm investigating now, though, is because we will soon be deploying a DMZ tier for self service HR, and expect to have more users who don't log in frequently. It's more for "appearances" sake - i.e., we don't want users to log in once to view their paystub, and be frustrated because the one and only time they log in, it takes so long.

Similar Messages

  • Query execution slow for the first time...

    I am new to Oracle sql.
    I have a query whose performance is very slow for the first time, but on subsequent executions its fast. When executed for the first time it is taking around 45 seconds and on subsequent executions, 600 milliseconds.
    Is there a specific reason for this to happen. I am calling this query from my java code using a prepare statement.

    Are the differences in queries solely in the where clause? If so can you parameterize the query and use bind variables instead so the only difference from one query to the next is the values of the bind variables? Using bind variables in your queries will enable the parser to reuse the already parsed queries even when the bound values differ.
    Also there may be other optimizations that can be made to either your query or the tables that it is querying against to improve your performance. To be able to improve your queries performance you need to understand how it's accessing the database.
    See Rob's thread on query optimization [When your query takes too long |http://forums.oracle.com/forums/thread.jspa?threadID=501834&start=0&tstart=0] for a primer on optimizing your query.

  • My laptop had water spilled on it 3 days ago, I let it sit as instructed by best buy . I am on it right now but the mouse movement isn't smooth anymore and it is slower. The first time I turned it on it didn't respond at all, how bad is the damage.?

    My laptop had water spilled on it 3 days ago, I let it sit as instructed by best buy . I am on it right now but the mouse movement isn't smooth anymore and it is slower. The first time I turned it on it didn't respond at all,can anyone tell how bad the damage really is without actually seeing it ? Do you think maybe it will be just a simple repair or am I looking at a whole new logic board?

    Until you take it in so that a technician can look at it, it is all guessing and nothing more.
    Allan

  • How to avoid system slow when login first time  everyday

    if login system first time every day, it will be very slow for loading web application.
    I think maybe it 's  reload cache every night or by a certain perods of time.
    how to avoid this situation. or set cache reload a time per week?
    Thanks.

    Terry,
    I would confirm your application pools are set up as suggested in the install documentation.  This should resolve your issue.
    Thanks,
    Drew

  • Flash file not loading first time but loads on refresh

    I have a problem where a flash program is not loading when
    the webpage is first visited, it will get stuck on the loading
    screen. Now for this file to finish loading, it needs to load in
    another file. Once that file is done loading then the program will
    continue. But like I said the first time the program gets stuck on
    the loading screen and never continues. If you hit refresh in the
    browser then the program will continue past the loading screen.
    I've checked the code and everything seems fine there. Could
    this be a security issue? The two files are on the same domain. Or
    if anyone has any insight into this problem, it would be
    appreciated.

    "Dusarn" <[email protected]> wrote in
    message news:e3b9i7$qup$[email protected]..
    >I have a problem where a flash program is not loading
    when the webpage is first
    > visited, it will get stuck on the loading screen. Now
    for this file to finish
    > loading, it needs to load in another file. Once that
    file is done loading then
    > the program will continue. But like I said the first
    time the program gets
    > stuck on the loading screen and never continues. If you
    hit refresh in the
    > browser then the program will continue past the loading
    screen.
    >
    > I've checked the code and everything seems fine there.
    Could this be a
    > security issue? The two files are on the same domain. Or
    if anyone has any
    > insight into this problem, it would be appreciated.
    That is almost always caused by a faulty preloader code. Post
    your preloader code or a link to the website so it can be checked.
    tralfaz

  • Edge animation fails to load first time in Opera, Crome  but work in Firefox and Safari, both localy and

    Hi guys, I have quite a serous problem here, I have a Adobe Edge Animation (done in CC) that fails to load the first time in Opera and Crome but does work in Firefox and Safari. It fail to load every time coming from another page.
    The problem persist both locally and online. It does work in preview every single time.
    I you can push me in the right direction, that would be great.
    Thanks!
    Here you can see the animation:
    http://tierraburritos.com/test/laCarta.html

    It seems to because of a style insertion error in animate library/content
    Is it possible for you to share/mail your files with us,we can isolate the issue.

  • JSFF CSS not loading first time

    Hi everyone,
    My JSFF refers to a CSS when the jsff starts the first time it doesn't show any styles but when I press F5 the styles are shown
    this is my jsff
    <ui:composition xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
                    xmlns:f="http://java.sun.com/jsf/core">
        <af:resource type="css" source="/recursos/css/utiles.css"/>
    ...etc...QUESTION 2:
    Is there a way to set a hint for an <af:inputtext> ??
    just like there is in amx for web mobile? HINT TEXT ?
    THANKS!!!

    Sorry for the late response,
    Yes is inside the public_html, because I have my css and js inside a folder in the webcontent
    when my jsff loads no styles or js behavior loaded, then I press F5 and the styles are shown and what the javascript does also y noted
    here is my code.
    <?xml version='1.0' encoding='UTF-8'?>
    <ui:composition xmlns:ui="http://java.sun.com/jsf/facelets"
                    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
                    xmlns:f="http://java.sun.com/jsf/core"
                    xmlns:adfsilat="/webapp/untitled1.taglib">
                    <af:resource type="css" source="/recursos/css/utiles.css"/>
                    <af:resource type="javascript" source="/recursos/js/tagscript.js"/>
    ...

  • Inputtext component refreshes and the entered data is vanishes only happen when page loads first time

    Hi,
    Am using 11.1.1.5 adf jdev.
    I got unique issue , i have couple of jsff seach pages . In jsff , i have user enterable inputtext box ,Issue is when user enters data for first time . the component refreshes and the entered data is vanishes .
    But it happen for the first time when page loads, There is no partial triggers on dat input text box.

    Hi John,
    My page is not a part of a task flow. The whole app is an Admin app comprising of multiple individual pages navigated using Menu.
    I have tried to run this page individually on my local machine as well as when deployed on the WLS server. The behavior is the same.
    Kindly advice,
    Thanks,
    Ram

  • Gnome 2.28 won't load first time

    hi,
    I'm experiencing a strange problem as I investigate trying to have a working Gnome on my Arch.
    I boot in gdm through inittab, and when i login for first time, desktop seem to load but gnome-panel not, and top shows activity of dbus and gvfs (maybe looping as I reported in older posts).
    Then I kill gnome-session, back to gdm, login again and voila, it works.
    Any idea? I'm stuck on this since weeks...
    Last edited by lafayette (2010-05-14 18:54:04)

    Sorry, I got badly confused, I'm using Gnome 2.30 (with 2.28 I hadn't any problems). I just ran a "pacman -Syu", just in case.
    $ cat /etc/inittab
    # /etc/inittab
    # Runlevels:
    # 0 Halt
    # 1(S) Single-user
    # 2 Not used
    # 3 Multi-user
    # 4 Not used
    # 5 X11
    # 6 Reboot
    ## Only one of the following two lines can be uncommented!
    id:5:initdefault:
    rc::sysinit:/etc/rc.sysinit
    rs:S1:wait:/etc/rc.single
    rm:2345:wait:/etc/rc.multi
    rh:06:wait:/etc/rc.shutdown
    su:S:wait:/sbin/sulogin -p
    # -8 options fixes umlauts problem on login
    c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux
    c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux
    c3:2345:respawn:/sbin/agetty -8 38400 tty3 linux
    c4:2345:respawn:/sbin/agetty -8 38400 tty4 linux
    c5:2345:respawn:/sbin/agetty -8 38400 tty5 linux
    c6:2345:respawn:/sbin/agetty -8 38400 tty6 linux
    ca::ctrlaltdel:/sbin/shutdown -t3 -r now
    # Example lines for starting a login manager
    #x:5:respawn:/usr/bin/xdm -nodaemon
    x:5:respawn:/usr/sbin/gdm -nodaemon
    #x:5:respawn:/usr/bin/kdm -nodaemon
    #x:5:respawn:/usr/bin/slim >& /dev/null
    # End of file
    It's getting even harder to log into Gnome, as system often freezes while in gdm login screen. I'd tend to exclude hw problems, livecds of other distros and memory tests did not report any problem.
    MODs: title of topic can be updated to Gnome 2.30?

  • IE slow to load first page each time.

    We are experiencing an issue where when a user opens Internet Explorer 10 on a Server 2012 RDS session host the first page in a new tab takes 8-10sec of sitting there then loads quickly all subsequent page loads on any domain as very fast after this.
    If you close IE and try again, same issue occurs
    Server is 2012
    IE is 10.
    all addons disabled, no proxy, testing vs and internal webserver on 10G so sub 1ms latencies.
    tried reseting IE, using software instead of GPU rendering, rebuilding profile, disabling Anti-Virus, disabling IPv6
    Anyone have any ideas?

    This can be due to installed addons on the browser. You may try disabling them and try it
    Turning off and removing add-ons
    Add-ons can sometimes cause browsers to run slowly and crash, or they might pose a security or compatibility risk. You can turn off specific add-ons to help increase your browsing speed, or if you suspect they're causing problems
    for Internet Explorer. You can also remove add-ons that you're no longer using from your PC. It's a good idea to delete add-ons if you suspect they're causing performance, compatibility, or security problems.
    Open the desktop, and then tap or click the Internet Explorer icon on the taskbar.
    Tap or click the Tools button ,
    and then tap or click Manage add-ons.
    Under Show, tap or click All
    add-ons, and then select the add-on you want to turn off.
    Tap or click Disable, and then tap or click Close.
    http://windows.microsoft.com/en-us/internet-explorer/manage-add-ons#ie=ie-11
    http://www.arabitpro.com

  • HTML view does not load first time?

    All,
    I have two HTML views on my Visual Composer model which both have 'Start' connectors going into them with the URL's defined (and correct), but when the page first loads the HTML views just show as gray boxes.
    To get the HTML views to display the user needs to refresh the page then they appear!?
    Has anyone also experienced this? If so how did you resolve this problem, because this is unacceptable to the user?
    Thanks
    Conrad

    Hi Antonio,
    thanks for your reply.
    The problem that we seem to be having now is that 90% of the time the html views load but some times they don't, they just remain as gray boxes.
    I tried the simple demo that you suggested and it worked for me also, but as i said the problem only sometimes occurs.
    It maybe as you said a problem because i have lots of epcm events flying about and JavaScripts.
    I will try and get a consistent failure, take it from there and keep you posted.
    Thanks
    Conrad

  • Help- check box on when the page is loaded first time have to show div tag

    posted Yesterday 11:48 PM
    Hi Friends,
    I have a check box and the information of if it is checked or not comes from Actionform get, I want the div tag to be displayed when the jsp is first loaded and the check box is checked.
    Can some one help me in sending the sample code for this.
    with regards,
    Bhargavi.

    Hi Scott,
    Declare a SessionBean variable to hold the unique key field value for that table. Set that value when the user clicks on the button. Use the value to select only that row on the next iterattion of the page in RowSet.setCommand statement.. You will want to do some conditional initialization for this page depending upon whether or not this seesion bean variable has been initialized.

  • UI configuration not loaded first time when view is enhanced

    Hi,
    I did enhancement on the view BP_SALES/CorpAccountShippingEF  in component BP_SALES
    There are UI configuration to be loaded based on the condition (life cycle stage) and for which enhancement has been done in spot CRM_UIU_BP_ENHANCEMENT.
    All works fine untill I simply create a enhancement for the above mentioned view. Once I do the enhancement, without making any further changes, the UI config that should get loaded doesn't load and is loaded with the default one.
    However on pressing enter, the desired config get loaded and all the mandatory fields show up.
    If I delete the enhancement for this view, then it works fine.However I need to enhance the view to default some values.
    Does anyone know why this is happening?
    Many thanks in advance for your help.
    Cheers,
    Rakesh

    Hi,
    Probably,when you enhance,some particular field ,which decides the runtime configuration to be loaded,is not getting its proper value.
    You can test this by putting a brkpoint in the method DO_CONFIG_DETERMINATION of your class.
    Do this wihout the enhancement first.
    So when you test,you would be able to see which configuration is loading for the 1st time,and also why.
    After this test it with the enhancement.This will help you to differentiate between the 2 scenarios,and probably also help you to identify the issue.
    Suvidha

  • Safari Really Slow To Load First Page on Startup

    I'm using Safari 4.0 on OS 10.4 on a PPC. When I first launch Safari, it takes a really long time, several minutes, to load the first page which is Google. I can hear the hard drive running the whole time it takes to load. Subsequent page views are fine. I've cleaned caches and stuff, but it didn't help.

    HI David,
    First, please take a moment and click My Settings on the right side of this page and complete your forum profile. Tell us which Mac, exactly which Mac OS X, and which version of Safari you are running. Thanks! To see which version of Safari you have, with Safari open, from the Menu Bar click Safari, About Safari. The version number is displayed there.
    Also, you need to be running Mac OS X 10.4.11 and have the most recent Security Updates installed.
    To see which version your Mac is running, from the Menu Bar in the Finder, click the Apple icon
     then click: About This Mac. The version number is displayed there.
    As for the Security Update, open System Preferences/Software Updates - Installed Updates
    Make sure you see this update: Security Update 2009-005 (Tiger PPC)
    If not, go here and download that update. http://support.apple.com/downloads/SecurityUpdate_2009_005__Tiger_PPC
    As for trouble shooting...
    From the Safari Menu Bar, click Safari / Empty Cache. When you are done with that...
    From the Safari Menu Bar, click Safari / Reset Safari. Select the top 5 buttons and click Reset.
    Go here for trouble shooting 3rd party plugins or input managers which might be causing the problem.
    http://support.apple.com/kb/TS1594
    Clear Google History
    1. Go to the Safari Menu
    2. Select Preferences
    3. Select Autofill tab
    4. Select the Edit button from the Other Forms Line
    5. From the AutoFill list of sites select Google.com
    6. Select Remove
    7. Select Done
    Restart your Mac.
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. *Make sure you always have a minimum of 10% to 15% free disk space at all times.*
    Carolyn
    Message was edited by: Carolyn Samit

  • Plug-In very slow to load (first) applet - is IPv6 the problem?

    G'day,
    I've previously reported a similar [problem on Windows 2000|http://forums.sun.com/thread.jspa] which is also affecting Vista (though not as extreme).
    Each time the Plug-In is launched there is a long delay before the applet is started - during this period I simply see the animated Java logo, no change to its (empty) progress bar and no chatter on the Java Console (trace-level 5).
    There is no delay starting the applet when reloading the page or when subsequently visiting other web-pages hosting applets. With the "next generation" Plug-In the JPI is sometimes shutdown and then later relaunched. The delay occurs each time the Plug-In is relaunched.
    For example, when I visit [http://www.java.com/en/download/help/testvm.xml] the delay is 90 seconds on Vista (JRE6.0_12, IE7 & FF3) versus only 20 seconds on Linux (JRE6.0_12, FF3).
    When I dump the running threads in the Console during the delay I noticed an IPv6 method call (stack trace shown at end) is always running - could it be the culprit?
    I'll also try jstack as suggested in the other thread and report back.
    Thanks,
    Chris.
    "thread applet-testvmDynamicJavaComPopUp819.class-1" prio=4 tid=0x043b8800 nid=0x1460 runnable [0x0587e000..0x0587fa68]
       java.lang.Thread.State: RUNNABLE
         at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
         at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)
         at java.net.InetAddress.getAddressFromNameService(Unknown Source)
         at java.net.InetAddress.getAllByName0(Unknown Source)
         at java.net.InetAddress.getAllByName0(Unknown Source)
         at java.net.SocketPermission.getIP(Unknown Source)
         at java.net.SocketPermission.getCanonName(Unknown Source)
         at java.net.SocketPermission.impliesIgnoreMask(Unknown Source)
         at java.net.SocketPermission.implies(Unknown Source)
         at java.security.CodeSource.matchLocation(Unknown Source)
         at java.security.CodeSource.implies(Unknown Source)
         at sun.security.provider.PolicyFile$8.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.security.provider.PolicyFile.addPermissions(Unknown Source)
         at sun.security.provider.PolicyFile.getPermissions(Unknown Source)
         at sun.security.provider.PolicyFile.getPermissions(Unknown Source)
         at sun.security.provider.PolicyFile.getPermissions(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.getPermissions(Unknown Source)
         at java.security.SecureClassLoader.getProtectionDomain(Unknown Source)
         - locked <0x2428f658> (a java.util.HashMap)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         - locked <0x2427b178> (a sun.plugin2.applet.Applet2ClassLoader)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    Thanks SoCalGuy...I've been going nutzoid over this problem with the new Firefox 5 and later. Searched the internet and no credible solutions available. I've installed Firefox 6 beta 2 and same problem. Every time I shut down my computer and reboot, Firefox 5 (and higher) takes an eternity to start. No such issue with IE9 or Chrome. Been a long time fan of F/F but this has really tested my patience - no apparent fix and what has been suggested on the internet is a load of goobledygook. Hate to say it but unless F/F addresses this issue I might have to head north. Sob...

Maybe you are looking for

  • Credit Block in Sales Order

    Hi Gurus I have an issue in production system wherein a user has created a sales order for a customer say 'X' which went into a credit block. When the credit master is checked for the customer the credit limit was well below 100%. There are no open o

  • Is the Do Not Disturb mode working correctly in 2013?

    I use the Do Not Disturb function between the hours of 11:30pm and 7:30am.  Starting the new year, the do not disturb mode is always on regardless of scheduled hours. I've tried powering the phone off and on.  I tried changing schedules to see if it

  • How do I close out IE?

    I have tried MANY times to download the latest version of Adobe Flash Player. It goes so far and then says,"Please close the following programs to continue: Internet Explorer". Even though I have closed the program, it continues to give me the same m

  • From NT to UNIX

    Hi I have a Java application developed on an NT platform.The front is JSP & the business logic is done by java. I want to run the same application on a UNIX machine.Rather i want to migrate all my code on to a UNIX server from my local NT PC. can any

  • Sending LINKS to sites does not work on friend's computers

    What is the problem? There are two choices to send a site to someone....Mail contents of this page, or Mail link to this page... I keep getting replies saying there's no attachment or no link to click.... what is the problem???????????????????