Performance parameters - page load - adf pages

I am developing a webcenter portal application. most of it's pages are displaying adf tables which data coming from web services.
business has not given any numbers for performance of system and i need to put numbers in requirement catalog so requirements can be measured later.
we are into development phase now, services are not yet ready.
I was thinking how can I come up with these numbers like -
a 'simple' page should load in 2 sec?
a 'medium' page should load in 4 sec?
a 'complex' page should load in 6 sec?
How this is determined?
help appreciated.
thanks.

Hi,
You can use a utility called HTTP watch http://www.httpwatch.com/ to measure the page performance. You can also see which files are cached and which are not etc etc.
Based on that you can tweak your pages to meet the baselines.
Hope it help,
Zeeshan

Similar Messages

  • Interactive Report - Go button perform a page submit?

    Hi,
    Is it possible to obtain a normal page submit when the Go button in Interactive Report is submitted?
    I would like a normal page submit as this is the reliable way to have my different check boxes and select lists saved. These checkboxes and select lists act as bind variables in the IR query, and I do not get reliable results without the page submit. You may for instance experience that the report output looks ok according to your selections, but when you then download to excel, the report content reflects the true session state values.....
    Alternatively is it possible to remove/hide the Go button? I could then add a normal button to perform the page submit. I just do not like to confuse my users with two buttons..... for the same purpose....
    Best regards,
    Jesper

    Hi,
    With jQuery you can easily change that button attributes.
    E.g. set button to submit page, add below to page HTML header
    <script type="text/javascript">
    $(function(){
      $('.apex_finderbar_left .formlayout td input[value="Go"]').removeAttr("onclick");
      $('.apex_finderbar_left .formlayout td input[value="Go"]').bind('click',function(){
        doSubmit('MYREQUEST');
    </script>If you like hide button, add to page HTML header
    <script type="text/javascript">
    $(function(){
      $('.apex_finderbar_left .formlayout td input[value="Go"]').hide();
    </script>Remember load jQuery javascript library also.
    Here is one guide how install jQuery
    http://www.danielmcghan.us/2008/06/jquery-in-application-express.html
    Br,Jari

  • Any tutorial for performing manual CRUD beside ADF faces and ADF BC ?

    Hi
    Thank you for reading my post
    is there any tutorial around which help me learn how to perform manual CRUD beside ADF BC ?
    in my application i have some complex DB operation which i need to perform them manually.
    an example is my login page :
    user enter user name and password and i should check it with database and after i checked that its correct then i can set session attributes that user is loged in.
    now the question is : how i perform that check for user name and password , does ADF-BC helps or i should get the connection and create an statement ...
    thanks

    Hi!
    You can do that with bind variables. Perhaps this thread will help you:
    Re: SQL statement problem!!
    Claus

  • Best practice for performing spell check in ADF

    Hi,
    I would like to know if there is a way to perform spell check in ADF. What is the best way to do? Does ADF have some type functionality for that or do I need to have an external library for that?
    Any help will be appreciated.
    thank you in advanced,
    Abraham
    I'm using Jdevelper 11.1.1.4.0 - Build JDEVADF_11.1.1.4.0_GENERIC_101227.1736.5923

    couple of related threads
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=2167553
    spell check for the input text
    may be you can check if there is a ajax way of doing this through jsf

  • Performance problem in loading the Mater data attributes 0Equipment_attr

    Hi Experts,
    We have a Performance problem in loading the Mater data attributes 0Equipment_attr.It is running with psuedo delta(full update) the same infopakage runs with diffrent selections.The problme we are facing is the load is running 2 to 4 hrs in the US morning times and when coming to US night times it is loading for 12-22 hrs and gettin sucessfulluy finished. Even it pulls (less records which are ok )
    when i checked the R/3 side job log(SM37) the job is running late too. it shows the first and second i- docs coming in less time and the next 3and 4 i- docs comes after 5-7 hrs gap to BW and saving in to PSA and then going to info object.
    we have userexits for the data source and abap routines but thay are running fine in less time and the code is not much complex too.
    can you please explain and suggest the steps in r/3 side and bw side. how can i can fix this peformance issue
    Thanks,
    dp

    Hi,
    check this link for data load performance. Under "Extraction Performance" you will find many useful hints.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3a699d90-0201-0010-bc99-d5c0e3a2c87b
    Regards
    Andreas

  • Safari can't load adf.ly server, what to do ?

    Safari can't load adf.ly server, what to do ?

    It appears that currently Dynamic Web TWAIN Plug-in for Mac doesn't support Safari 5.0 when it's run in 64-bit mode (5.1 or above is ok) . Therefore you need to run Safari 5.0 in 32-bit in order to use Dynamic Web TWAIN Plug-in for Mac. i changed it to 32bit mode and it worked for adf.ly servers.

  • Error Loading Adf FR

    Dear All,
    when i launch Financial Reporting reports i receive this error:
    "Error Loading Adf Http://myHFMserver/ for module with id: Reporting.HRPreviewPovDlg".
    This error occured for any reports that was launched.
    The release is 11.1.1.3.  The IE version is 8.0.7601.
    Could you help me?
    Thanks
    Best regards

    Hi. Not familiar with the specific message but a common approach is to restart your environment and see if the error continues.
    Eric

  • Error Loading Adf

    Some of my users are getting this error when they attempt to run a report via the workspace
    "Error Loading Adf 'http://<HFM SERVER>/hr/modules/com/hyperion/reporting/web/reportViewer/HRRunDlg.jsp?"
    This error occurs before they get a chance to select their POV.
    it seems to be a provisioning issue, since it is confined to one user group. I have set the permissions on the individual report, but it has no effect.
    Edited by: CHolt on Jun 10, 2009 11:05 AM

    Hi All,
    One of my client is facing the same issue. But this is not happening for all the end users. Also this is an intermitent issue. Regardless of reports this issue is happening please advice
    Thanks in Advance,
    Nowshad.

  • Feature Request: Pass parameters to loaded SWF through Loader

    I would like the option to add parameters (similar to
    loaderInfo.parameters) when loading an SWF with Loader.load().
    These parameters will then appear in loaderInfo.parameters in the
    loaded SWF.
    You might ask, why not just append them as a query string to
    the source URL? The answer is: doing that means the loaded file has
    a unique URL and this defeats browser caching. The SWF might
    already be in cache, but it will be forced to re-download because
    the url has some query variables appended. Instead, I should be
    able to pass these invisibly to the loaded SWF.

    I don't think there is any way to get it in
    loaderInfo.parameters.
    I see, you want to get the variables available before the
    child constructors complete. I don't like telling people how they
    should practice their app design, but have you considered placing
    the code instead in public methods and manually calling them after
    loaderInfo.complete or loaderInfo.init? I believe that would be
    expected design in this case. However, I agree that vars available
    on load are nice.
    You might be able to use loaderInfo.progress to find a point
    at which the movie is sufficiently loaded to add properties to it
    but the constructors have not fired, and in this way you might be
    able to accomplish what you want. I doubt it will be the case -- it
    wasn't possible in AS2. It's worth some investigation though.
    HTH

  • Firefox can't load adf.ly

    Firefox can't load adf.ly and the following message appears:
    ''The connection has timed out.
    The server at adf.ly is taking too long to respond.''

    See http://kb.mozillazine.org/Error_loading_websites - "Error_loading_some_websites"
    Make sure that your firewall or router isn't blocking that site.
    Other things that need attention.<br>
    See http://www.mozilla.com/plugincheck/
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    # Shockwave Flash 10.0 r32
    # Next Generation Java Plug-in 1.6.0_17 for Mozilla browsers
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    Update the [[Java]] plugin to the latest version.
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • Network Performance Parameters

    Hi All,
    Hi All,
    I need your advise on following point:
    1.     To measure network performance parameters (Availability, Packet Drop, Latency, and Jitter & Throughput) through NMS on Cisco device, what commands need to be configured on Cisco devices?
    2.     Is it through IP SLA commands, does it require SNMP RW commands to be enabled instead of SNMP RO command?
    3.     What activity would be required at NMS to fetch the data from Cisco device so as to generate performance reports from NMS tool? Is it walkthrough? What impact this activity will have in production environment to re-discover the elements in NMS?
    Please revert.

    If you are using ciscoworks, you can use IPM to do this. you only need to configure snmp ro and rw strings on the cisco device.
    IPM does a set and get to get the IP SLA information from the routers.

  • Router can perform static route load balance

    Dear All
    I am not sure a question. I need your idea and help. The question is if the router can perform static route load balance. I tested it. The result showed No. If you have any experience on it, could share it with me. I also post my result here. Thank you

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    Normally they can, but you generally need different next hops.  How did you "test".

  • Performing an HRMS Load

    Hi friends,
    Im new to informatica OBIA DAC world and im learning it up to now. Im in the verge of performing ETL load for HR analytics.
    I have a Oracle Source r12 instance with Oracle 11g database and my Oracle target database is 10.2.0.1.0. I need to perform an HRMS load from my source to target using Informatica. So, as of first step how will i need to connect and import source r12 instance hrms data's to my DAC to perform ETL inorder to load my target database.
    Hope u understand.
    Thanks in Advance.
    Regards,
    Saro

    Dear Svee,
    Thanks for the reply again, yes like you said i checked the custom properties of my Integration service
    It is like below
    Name: value
    SiebelUnicodeDB: apps@test biapps@obia
    overrideMpltVarWithMapVar: yes
    ServerPort: 4006
    SiebleUnicodeDBFlag: NoAs it is already set to 'Yes'.
    For one of my failed Workflow "SDE_ORA_Flx_EBSValidationTableDataTmpLoad" in the workflow monitor i right clicked it and selected Get Workflow Log, in that i got those following details like
    2012-07-23 10:19:01 : INFO : (1164 | 2556) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36435 : Starting execution of workflow [SDE_ORA_Flx_EBSSegDataTmpLoad] in folder [SDE_ORA11510_Adaptor] last saved by user [Administrator].
    2012-07-23 10:19:01 : INFO : (1164 | 2556) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_44206 : Workflow SDE_ORA_Flx_EBSSegDataTmpLoad started with run id [463], run instance name [], run type [Concurrent Run Disabled].
    2012-07-23 10:19:01 : INFO : (1164 | 2556) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_44195 : Workflow [SDE_ORA_Flx_EBSSegDataTmpLoad] service level [SLPriority:5,SLDispatchWaitTime:1800].
    2012-07-23 10:19:01 : INFO : (1164 | 2556) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_44253 : Workflow started. Clients will be notified
    2012-07-23 10:19:01 : INFO : (1164 | 2556) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36330 : Start task instance [Start]: Execution started.
    2012-07-23 10:19:01 : INFO : (1164 | 2556) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36318 : Start task instance [Start]: Execution succeeded.
    2012-07-23 10:19:01 : INFO : (1164 | 2556) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36505 : Link [Start --> SDE_ORA_Flx_EBSSegDataTmpLoad]: empty expression string, evaluated to TRUE.
    2012-07-23 10:19:01 : INFO : (1164 | 2556) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36388 : Session task instance [SDE_ORA_Flx_EBSSegDataTmpLoad] is waiting to be started.
    2012-07-23 10:19:01 : INFO : (1164 | 2556) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36682 : Session task instance [SDE_ORA_Flx_EBSSegDataTmpLoad]: started a process with pid [4732] on node [node01_BIAPPS].
    2012-07-23 10:19:01 : INFO : (1164 | 2556) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36330 : Session task instance [SDE_ORA_Flx_EBSSegDataTmpLoad]: Execution started.
    2012-07-23 10:19:02 : ERROR : (1164 | 1380) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : VAR_27086 : Cannot find specified parameter file [D:\Informatica\PowerCenter8.6.1\server\infa_shared\SrcFiles\SDE_ORA11510_Adaptor.SDE_ORA_Flx_EBSSegDataTmpLoad.txt] for [session [SDE_ORA_Flx_EBSSegDataTmpLoad.SDE_ORA_Flx_EBSSegDataTmpLoad]].
    2012-07-23 10:19:02 : INFO : (1164 | 1552) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36488 : Session task instance [SDE_ORA_Flx_EBSSegDataTmpLoad] : [TM_6793 Fetching initialization properties from the Integration Service. : (Mon Jul 23 10:19:01 2012)]
    2012-07-23 10:19:02 : INFO : (1164 | 1552) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36488 : Session task instance [SDE_ORA_Flx_EBSSegDataTmpLoad] : [DISP_20305 The [Preparer] DTM with process id [4732] is running on node [node01_BIAPPS].
    : (Mon Jul 23 10:19:01 2012)]
    2012-07-23 10:19:02 : INFO : (1164 | 1552) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36488 : Session task instance [SDE_ORA_Flx_EBSSegDataTmpLoad] : [PETL_24036 Beginning the prepare phase for the session.]
    2012-07-23 10:19:02 : INFO : (1164 | 1552) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36488 : Session task instance [SDE_ORA_Flx_EBSSegDataTmpLoad] : [TM_6721 Started [Connect to Repository].]
    2012-07-23 10:19:02 : INFO : (1164 | 1552) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36488 : Session task instance [SDE_ORA_Flx_EBSSegDataTmpLoad] : [TM_6722 Finished [Connect to Repository].  It took [0.21875] seconds.]
    2012-07-23 10:19:02 : INFO : (1164 | 1552) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36488 : Session task instance [SDE_ORA_Flx_EBSSegDataTmpLoad] : [TM_6794 Connected to repository [Oracle_BI_DW_Base] in domain [Domain_BIAPPS] as user [Administrator] in security domain [Native].]
    2012-07-23 10:19:02 : INFO : (1164 | 1552) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36488 : Session task instance [SDE_ORA_Flx_EBSSegDataTmpLoad] : [TM_6721 Started [Fetch Session from Repository].]
    2012-07-23 10:19:02 : INFO : (1164 | 1552) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36488 : Session task instance [SDE_ORA_Flx_EBSSegDataTmpLoad] : [TM_6722 Finished [Fetch Session from Repository].  It took [0.140625] seconds.]
    2012-07-23 10:19:02 : INFO : (1164 | 1552) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36488 : Session task instance [SDE_ORA_Flx_EBSSegDataTmpLoad] : [TM_6793 Fetching initialization properties from the Integration Service. : (Mon Jul 23 10:19:02 2012)]
    2012-07-23 10:19:02 : ERROR : (1164 | 1552) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36488 : Session task instance [SDE_ORA_Flx_EBSSegDataTmpLoad] : [CMN_1761 Timestamp Event: [Mon Jul 23 10:19:02 2012]]
    2012-07-23 10:19:02 : ERROR : (1164 | 1552) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36488 : Session task instance [SDE_ORA_Flx_EBSSegDataTmpLoad] : [PETL_24049 Failed to get the initialization properties from the master service process for the prepare phase [Session task instance [SDE_ORA_Flx_EBSSegDataTmpLoad]: Unable to read variable definition from parameter file [D:\Informatica\PowerCenter8.6.1\server\infa_shared\SrcFiles\SDE_ORA11510_Adaptor.SDE_ORA_Flx_EBSSegDataTmpLoad.txt].] with error code [32694552].]
    2012-07-23 10:19:04 : ERROR : (1164 | 364) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36320 : Session task instance [SDE_ORA_Flx_EBSSegDataTmpLoad]: Execution failed.
    2012-07-23 10:19:04 : WARNING : (1164 | 364) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36331 : Session task instance [SDE_ORA_Flx_EBSSegDataTmpLoad] failed and its "fail parent if this task fails" setting is turned on.  So, Workflow [SDE_ORA_Flx_EBSSegDataTmpLoad] will be failed.
    2012-07-23 10:19:04 : ERROR : (1164 | 364) : (IS | Oracle_BI_DW_Base_Integration_Service) : node01_BIAPPS : LM_36320 : Workflow [SDE_ORA_Flx_EBSSegDataTmpLoad]: Execution failed.
    Whether is this log is pointing out to the correct reason for that task to be failed. If so, from the above log what is the reason for the failure for that workflow.
    Kindly help me with this svee.
    Thanks for your help.
    Regards,
    Saro

  • Performance Issue : Why does ADF Taskflow Portlet (JSF bridge portlet) loading ADF Specific images, css, js everytime from portlet producer with dynamic URL with portlet_id and context parameters?

    Hi All,
    We have used WSRP Portlet in Webcenter Portal Page. The Portlet is created using JSF Bridge out of ADF Bounded Taskflow.
    It is causing Performance issue. Every time static content like js, css and images URLs are downloaded  and the URL contain portlet_id and few other dynamic parameters like resource_id, client_id etc.
    We are not able to cache these static content as these contains dynamic URL. This ADF Specific  images, js and css files  are taking longer time to load.
    Sample URL:
    /<PORTAL_CONTEXT>/resourceproxy/~.clientId~3D-1~26resourceId~3Dresource-url~25253Dhttp~2525253A~2525252F~2525252F<10.*.*.*>~2525253A7020~2525252FportletProdApp~2525252Fafr~2525252Fring_60.gif~26locale~3Den~26checksum~3D3e839bc581d5ce6858c88e7cb3f17d073c0091c7/ring_60.gif
    /<PORTAL_CONTEXT>/resourceproxy/~.clientId~3D-1~26resourceId~3Dresource-url~25253Dhttp~2525253A~2525252F~2525252F<10.*.*.*>~2525253A7020~2525252FportletProdApp~2525252Fafr~2525252Fpartition~2525252Fie~2525252Fn~2525252Fdefault~2525252Fopt~2525252Fimagelink-11.1.1.7.0-4251.js~26locale~3Den~26checksum~3Dd00da30a6bfc40b22f7be6d92d5400d107c41d12/imagelink-11.1.1.7.0-4251.js
    Technologies Used:
    Webcenter Portal PS6
    Jdeveloper 11.1.1.7
    Please suggest , how this performance issue can be resolved?
    Thanks.
    Regards,
    Digesh

    Strange...
    I can't reproduce this because i have issues with creating portlets... If i can solve this issue i will do some testing and see if i can reproduce the issue...
    Can you create a new producer with a single portlet that uses a simple taskflow and see if that works?
    Are you also using business components in the taskflows or something? You can try removing some parts of the taskflow and test if it works so you can identify the component(s) that causes the issues.

  • (php) Delete being performed on page load instead of on submit-button click

    I'm building a Delete Record page in PHP using Dreamweaver's server behaviors, following the instructions in the DW Help.
    It's working - except the delete seems to be happening upon delete-carpet.php being loading, without the Submit button on that page being clicked.
    I have a page (choose.php) which allows the user to locate the record he wants to delete. Clicking on that link is supposed to take him to the Delete page (delete-carpet.php), which I built following the directions in the DW Help.
    I can see that the URL parameter is being passed, and in fact, the delete is successful. BUT, the Delete page itself, with the hidden form field and server behavior, doesn't even appear - only the "success" page that it re-directs to.
    In other words, when I click the "Delete" link, which looks like this:
    <a href="delete-carpet.php?carpet_id=<?php echo $row_GetCarpets['carpet_id']; ?>
    I thought that I should be getting a URL like this:
    delete-carpet.php?carpet_id=9
    But instead, I get this:
    success.php?carpet_id=9
    It seems to be just performing the delete without needing the user to click the Submit button.
    I've read through the directions and re-created this so many times that either I'm still missing something, or else the instructions are missing something. Any help is much appreciated.
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate Worksheet

    In other words, when I click the "Delete" link, which looks like this:
    <a href="delete-carpet.php?carpet_id=<?php echo $row_GetCarpets['carpet_id']; ?>
    I think your delete link was okay, maybe there might be some mistakes on delete-carpet.php page. Okay, on that page, choose delete record (Insert > Data Objects > Delete record) and popup window will appear and choose data as below.
    First check if variable is defined: Primary key value
    Connection: your database
    Table: the carpet table
    Primary key column: carpet_id
    Primary key value: URL parameter > carpet_id
    After deleting go to: this one u can choose same page(choose.php) or other page except the delete-carpet.php

Maybe you are looking for

  • IMac 27 Hard Drive Brand?

    I have an imac 27inch EMC 2309 that will not start.  How do I find the exact brand and type of HD i need to purchase so that it will work if I cant access the drive to know the brand for the sensor wire?  I've tried everything.  At first it wouldnt s

  • Flash media encoder - "compatible analog to digital converters"

    anyone know which analog to digital converters are compatible with FME? I'm needing to get analog input up onto FMS. I'm thinking FME is the solution but I need to know what hardware to buy and I'm not getting anywhere quick. Not even Adobe sales cou

  • I cannot open photoshop due to file damaged by disc error

    I cannot open CS5 due to this message "could not initialize photoshop because the file has been damaged due to disc error

  • ABAP for APO Module

    HI All, I'm just wondering how the ABAP work in APO module. Will it be same as if all other modules of SAP like SD, MM, FI etc or Its different from regular ABAP, for example HR-ABAP.  I know HR abap is different from Normal ABAP, as we use more Macr

  • I'd like to read  your opinions about  a method.

    Hi everyone. Just want opinions. If someone tells u that its only going to use the method , what kind of asserts would u use? They told me that , i must use asserts, but i already have an assert in the main (which is not going to be used by them) The