DAM Images taking more then usual time to load

Hi All,
I have a problem in reducing image load time. I am using CQ5.4 and more than 60% of page load time consumed by images ( eg.20KB png image from DAM taking 2 sec to load).

When you say load, in what environment are you requesting the asset?
I have (weighted numbers) something like this for a 250 kb jpeg:
Author: 100 ms
Publish: 75 ms
Dispatcher: 60 ms
CDN: 25 ms
That is on a single image request on one page. Requesting multiple images on one page adds quite a lot of wait-time for getting requests through, since only 3 concurrent requests are allowed to our environments at one time.

Similar Messages

  • Importing a request it is taking more then 90min time, what r the

    Hi all
    Importing a request it is taking more then 90min time, what r the
    steps to be followed.?

    Hi Bhupathi,
    I will first of all check for 3 things:
    1. First and foremost TP system logs in STMS transaction for the concerned target system.It will give you lot of info.
    2. Is any of RD* jobs particularilyRDDIMPDP in delay.
    3. Next check in /usr/sap/tans/tmp for semaphore file related to this transport. Such file wil have same numeric part as the transport.
    Please check TP system logs  and give your feedback.
    Regards.
    Ruchit.

  • Sql statement is taking more then excepted time

    Hi All,
    below query is generating report ,but problem is when this query is execute it is taking more then 10 minutes.
    can any one please help me how to increase the performance.
    please tell me the steps plzzz...
    SELECT /*+ parallel(itgmm,4) parallel(cigs,4) */DISTINCT itgmm.product_code_ato product_code,
    itgmm.model_name_sales model_name,
    itgmm.code_name_design code_name,
    itgmm.on_sales_date on_sale_date,
    itgmm.destination destination,
    NVL (cigs.year, itgmm.year) year,
    UPPER (NVL (cigs.season, itgmm.season)) season,
    cigs.model_series model_series,
    cmpt.product_type product_type,
    ilgmi_odm.category_value AS odm,
    cmst.sales_type sales_type,
    '0' AS delete_flag,
    'Admin' create_by,
    SYSDATE create_date,
    ilgmi_fct.category_value AS config_factory
    FROM (SELECT /*+ parallel(cmpt,4) parallel(cigs,4) */ model_id,
    destination,
    product_code_ato,
    model_name_sales,
    code_name_design,
    on_sales_date,
    sales_type,
    product_type,
    CASE INSTR (BUILD_SEASON, '-')
    WHEN 5
    THEN
    DECODE (
    UPPER(SUBSTR (BUILD_SEASON,
    '0',
    INSTR (BUILD_SEASON, '-') - 1)),
    'FALL',
    UPPER(SUBSTR (BUILD_SEASON,
    INSTR (BUILD_SEASON, '-') + 1)),
    UPPER(SUBSTR (BUILD_SEASON,
    '0',
    INSTR (BUILD_SEASON, '-') - 1))
    ELSE
    UPPER(SUBSTR (BUILD_SEASON,
    INSTR (BUILD_SEASON, '-') + 1))
    END
    AS YEAR,
    CASE INSTR (BUILD_SEASON, '-')
    WHEN 5
    THEN
    DECODE (
    UPPER(SUBSTR (BUILD_SEASON,
    '0',
    INSTR (BUILD_SEASON, '-') - 1)),
    'FALL',
    UPPER(SUBSTR (BUILD_SEASON,
    '0',
    INSTR (BUILD_SEASON, '-') - 1)),
    UPPER(SUBSTR (BUILD_SEASON,
    INSTR (BUILD_SEASON, '-') + 1))
    ELSE
    UPPER(SUBSTR (BUILD_SEASON,
    '0',
    INSTR (BUILD_SEASON, '-') - 1))
    END
    AS SEASON
    FROM itpcs.itpcs_tran_grt_mdl_mast a
    WHERE ROWID = (SELECT MAX (ROWID)
    FROM itpcs.itpcs_tran_grt_mdl_mast b
    WHERE a.product_code_ato = b.product_code_ato))
    itgmm,
    common_intr_generation_series cigs,
    common_mast_product_type cmpt,
    common_mast_sales_type cmst,
    (SELECT model_id, category_value
    FROM itpcs.itpcs_list_grt_mdl_items
    WHERE sub_category_id = 41) ilgmi_odm,
    (SELECT model_id, category_value
    FROM itpcs.itpcs_list_grt_mdl_items
    WHERE sub_category_id = 42) ilgmi_fct
    WHERE NOT EXISTS (SELECT 1
    FROM itpcs.itpcs_vintr_sku b
    WHERE b.product_code = itgmm.product_code_ato)
    AND itgmm.model_id = ilgmi_odm.model_id
    AND itgmm.model_id = ilgmi_fct.model_id
    AND itgmm.model_name_sales = cigs.model_name
    --AND itgmm.year = cigs.year
    --AND itgmm.season = cigs.season
    AND itgmm.product_type = cmpt.product_type_name
    AND itgmm.sales_type = cmst.sales_type_name
    UNION
    SELECT /*+ parallel(ivs,4) parallel(cigs,4) */ DISTINCT ivs.product_code product_code,
    ivs.product_name model_name,
    ivs.generation_name code_name,
    ivs.sellin_date on_sale_date,
    ivs.product_specification_code destination,
    NVL (cigs.year, ivs.season_year) year,
    --NVL (cigs.season, cms.season) season,
    NVL (cigs.season, substr(upper(ivs.season_name),6,length(ivs.season_name))) season,
    cigs.model_series model_series,
    TO_NUMBER (ivg.series_sgment) product_type,
    ivs_odm.customer_name AS odm,
    TO_NUMBER (ivs.model_type) sales_type,
    ivs.delete_flag delete_flag,
    'Admin' create_by,
    SYSDATE create_date,
    ivs_fct.customer_name AS config_factory
    FROM itpcs.itpcs_vintr_sku ivs,
    common_intr_generation_series cigs,
    itpcs.itpcs_vintr_generation ivg,
    --common_mast_season cms,
    (SELECT customer_code, customer_name
    FROM itpcs.itpcs_vintr_supplier
    WHERE factory_type IN (1, 2)) ivs_odm,
    (SELECT customer_code, customer_name
    FROM itpcs.itpcs_vintr_supplier
    WHERE factory_type IN (1, 2)) ivs_fct
    WHERE ivs.generation_name = ivg.generation_name
    AND ivs.product_name = cigs.model_name
    AND ivs.bu_factory_code = ivs_odm.customer_code
    AND ivs.config_factory_code = ivs_fct.customer_code
    --AND ivs.SEASON_CODE = cms.SEASON_CODE
    --AND ivs.season_year = cigs.year
    --AND UPPER (cms.season) = cigs.season
    AND ivs.product_code IS NOT NULL
    AND ivs.sku_type = 2
    AND ivs.delete_flag = 0
    --AND ivs.discontinued_flag = 0
    AND ivs.ROWID = (SELECT MAX (ROWID)
    FROM itpcs.itpcs_vintr_sku a
    WHERE a.product_code = ivs.product_code) ;
    Thanks,
    Krupa

    Please provide the information detailed in
    SQL and PL/SQL FAQ

  • Hey ,y phone is new just a 1month old its getting hang more then 15 times in a day

    hey ,y phone is new just a 1month old its getting hang more then 15 times in a day

    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430
    If the issue persists...
    Connect to iTunes on the computer you usually Sync with and Restore
    http://support.apple.com/kb/HT1414
    Make sure you have the Latest Version of iTunes (v11) Installed on your computer
    iTunes free download from www.itunes.com/download

  • SAP is allowing miro more then one time against the single GRN

    Hi All
    Sap is allowing Miro more then one time against the GRN. We have done miro twice and it is still open for miro. In normal case after doing miro SAP shows zero value and qty in grn field in miro screen.
    i want to ristrict his .
    can any body tell me the process
    Regards
    Prakash

    Hi,
    Option-1:Use T.Code:OMRM  & maintain the message M8 -081 as error,Quantities invoiced greater than goods receipt quantity as error  [maintain GR-based IV in the PO item level ]
    Option-2:Use T.code: OMRM & Maintain the message M8 -087 - Invoice quantity greater than PO quantity [item without GR] as error.
    Regards,
    Biju K
    Edited by: Bijay Kumar Barik on Jan 29, 2009 1:59 PM

  • Tag_classifications more then one time in a web app

    Hello everybody, I have a question about the tag classifications. I have a site with a breadcrumb and a titel. I want to have the title of the selected category in the breadcumb and titel. The tag classifications will do the job. But when I place the tag two times in the web app, the second it will show as {tag_classifications}. How can I have a category name more then one time on a web page?

    In case it's useful, I figured out a javascript workaround for this...
    I set the id of the div that has the first instance of {tag_classifications} to "classTag". Then I define a function that gets the contents of that div, puts it in a variable and then prints it out. Lastly, I call that function wherever I need more {tag_classifications} to appear.
    Seems to be working for me. Hope this helps.
    Adrian
    1.  My first instance of the tag goes like this - note the id of the div is set to "classTag"
    <div id="classTag">{tag_classifications}</div>
    2.  I put this javascript function somewhere above where I need the second instance of the classifiactions tag.
    <script type="text/javascript">
    function getClassTag(){
    var myClassTag = document.getElementById("classTag").innerHTML
    document.write (myClassTag);
    </script>
    3.  Where I need the second (or more) {tag_classifications} to appear, I put this instead:
    <script type="text/javascript">getClassTag();</script>

  • Since I upgraded to Adobe Created Cloud, my photo editing processes are taking more than 10 times longer than they used to.  Why would this be?

    Since I upgraded to Adobe Created Cloud, my photo editing processes are taking more than 10 times longer than they used to.  Why would this be?

    You will likely get better program help in a program forum
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • My safari is taking a very long time to load pages

    I just got my macbook pro and its been acting fine for the past few days. but ive been using it today and its been taking a very long time to load web pages if it even loads them at all. theres a perfect wifi connection and ive already restarted the computer but it still seems to be having a hard time. advice?

    Non-responsive DNS server or invalid DNS configuration can cause long delay before webpages load

  • Time is taking more than usual in running a report???

    hello expert,
    i have a report who run successfully in a usually normal time, but from few day it is taking more time than usual.
    i did not made any changes in code, every thing is same.
    please suggest me to tune report performance??
    thanks
    yash

    i did not made any changes in codeMaybe you didn't change anything, but what about somebody else?
    What about changes in the database?

  • Web pages taking a very long time to load; nothing wrong with my internet connection.

    I've contacted my ISP and they've told me there is nothing wrong on their end and that my modem is running perfectly. I've done a speed test and my upload is 33mbps+ and download is 5.5mbps+.
    The problem is, it takes webpages a very long time to load. Sometimes longer than others, but sometimes it's so long I give up. There doesn't seem to be a difference between when I type in a URL or an IP address directly into the address bar.
    One night last week I completely lost the ability to connect to any webpages, and then when I woke up in the morning I was having these problems with connection speed, and the problem has persisted for several days.

    Hello Billyeee,
    Thank you for the details of the issue you are experiencing with Wi-Fi on your MacBook Pro.  I would be concerned about this too.
    I recommend following the steps in the section titled "Symptom: The Wi-Fi network seems slow" in the following article to resolve an issue like the one you described:
    Wi-Fi: How to troubleshoot Wi-Fi connectivity
    http://support.apple.com/kb/HT4628
    Thank you for posting in the Apple Support Community.
    Best,
    Sheila M.

  • MOSS 2007 Search - Crawling is taking longer than usual time since last month for same content sources

    Hi all,
    Off late we have discovered that content crawling is taking longer than expected also overlapping to next scheduled too. Literally no crawl logs seen for hours. No entry in crawl logs. Is there anyone out here having similar issue? Please share a solution
    if any found.
    My farm is implemented with MOSS 2007 SP2 Ver no 12.0.0.6554
    There is not packet drop between index server, App and SQL server/Cluster
    Thank you in advance,
    Reach Ram
    Ramakrishna Pulipati SharePoint Consultant, Bangalore, INDIA

    I believe this is ready for submission for the Time Machine forum.
    As noted, it does not cover diagnosis and correction of specific problems or errors, as that would seem to be better handled separately.
    It also doesn't cover anything about Time Capsule, for the very good reason that I'm not familiar with them. If someone wants to draft a separate post for it, or items to add/update here, that would be great!
    Thanks very much.

  • It is possible to open the front panel of a subVI more then one time at the same moment?

    I want to open a subvi´s front panel several times with each one operating independently. The subvi has a ring with several variables to choose to show in a graphic. The subvi is called from a button on the Main Front Panel. It is possible to, for instance, open the subvi and set it to show a temperature graphic and click again on the button to call another instance of the same subvi and select pressure for the graphic, keeping both new windows side by side? Will I still be able to access the Main Front Panel?

    Yes you can. You have to use a .vit (VI template file). There's an example here. There's also been lot's of discussion on the subject. I think if you do a search for vit, you'll be able to find additional information and examples.

  • Opening  the same form more then one time in the same session

    H! I want to accomplish the following .... I have a form that has a button. The code in the when-buttin-pressed trigger is a call_form - to open another form. I want to be able to push this button as many times as the user may want and the form should keep opening a new form. Meaning I can have 10 forms of the second form open if I want. The user basically wants to be able to flip between the data on the same form opening up this form a couple of times in different windows. when I use the call form the button on the initial form is becoming disabled - not allowing me to push it again to open another form without closing the one already open. Please HELP!

    Sounds like you need Run_product rather than Call_form.
    It will establish multiple database sessions, and the user will be responsible for terminating them. And I am not sure, but this may only be possible in client/server forms.

  • RAC Dataguard Switchover timing taking more than expected time

    I have Dataguard setup in RAC environment and my dataguard is also configured and it is working fine.
    Our goal is to do the switchover using DGMGRL withing the 5 minutes. We have followed the proper setup and MAA tuning document and everything is working fine, Just the switchover timeing is 8 to 10 minutes. which varies depending on some parameters but not meeting our goal of less than 5 minutes.
    The only observation that we have seen is as follow
    After switchover to <db_name> comman in DGMGRL
    1) it will shutdown abort the 2nd instance
    2) transfter all the archivelog ( using LGWR in ASYNC mode) of instance 1
    3) Now it looks for the archive log of 2nd instance, this steps take time upto 4 minutes
    we do not know why it takes that much time and how to tune this??
    4) Now converts primary to standby
    5) Now starts the old standby as new primary
    here All steps are tunined except the step 3, that where our lot of time is going any Idea or explanation
    why it takes such a long time to find the exact archive log 2nd instance (Aborted) to transfer to standby site?
    Can any one give explanation or solution to tune this???
    Regards
    Bhushan

    Hi Robert,
    I am on 10.2.0.4 and we have used "MAA_WP_10gR2_DataGuardNetworkBestPractices.pdf", which is available on oracle site.
    Here are by configuration details
    GMGRL> connect sys@dv01aix
    Password:
    Connected.
    DGMGRL> show configuration;
    Configuration
    Name: dv00aix_dg
    Enabled: YES
    Protection Mode: MaxPerformance
    Fast-Start Failover: DISABLED
    Databases:
    dv00aix - Physical standby database
    dv01aix - Primary database
    Current status for "dv00aix_dg":
    SUCCESS
    DGMGRL> show database verbose dv00aix
    Database
    Name: dv00aix
    Role: PHYSICAL STANDBY
    Enabled: YES
    Intended State: ONLINE
    Instance(s):
    dv00aix1 (apply instance)
    dv00aix2
    Properties:
    InitialConnectIdentifier = 'dv00aix'
    ObserverConnectIdentifier = ''
    LogXptMode = 'ASYNC'
    Dependency = ''
    DelayMins = '0'
    Binding = 'OPTIONAL'
    MaxFailure = '0'
    MaxConnections = '4'
    ReopenSecs = '300'
    NetTimeout = '60'
    LogShipping = 'ON'
    PreferredApplyInstance = 'dv00aix1'
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO'
    StandbyFileManagement = 'AUTO'
    ArchiveLagTarget = '900'
    LogArchiveMaxProcesses = '5'
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = ''
    LogFileNameConvert = '+SPARE1/dv01aix/,+SPARE/dv00aix/'
    FastStartFailoverTarget = ''
    StatusReport = '(monitor)'
    InconsistentProperties = '(monitor)'
    InconsistentLogXptProps = '(monitor)'
    SendQEntries = '(monitor)'
    LogXptStatus = '(monitor)'
    RecvQEntries = '(monitor)'
    HostName(*)
    SidName(*)
    LocalListenerAddress(*)
    StandbyArchiveLocation(*)
    AlternateLocation(*)
    LogArchiveTrace(*)
    LogArchiveFormat(*)
    LatestLog(*)
    TopWaitEvents(*)
    (*) - Please check specific instance for the property value
    Current status for "dv00aix":
    SUCCESS
    DGMGRL> show database verbose dv01aix
    Database
    Name: dv01aix
    Role: PRIMARY
    Enabled: YES
    Intended State: ONLINE
    Instance(s):
    dv01aix1
    dv01aix2
    Properties:
    InitialConnectIdentifier = 'dv01aix'
    ObserverConnectIdentifier = ''
    LogXptMode = 'ASYNC'
    Dependency = ''
    DelayMins = '0'
    Binding = 'OPTIONAL'
    MaxFailure = '0'
    MaxConnections = '4'
    ReopenSecs = '300'
    NetTimeout = '60'
    LogShipping = 'ON'
    PreferredApplyInstance = 'dv01aix1'
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO'
    StandbyFileManagement = 'AUTO'
    ArchiveLagTarget = '0'
    LogArchiveMaxProcesses = '2'
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = '+SPARE/dv00aix/, +SPARE1/dv01aix/'
    LogFileNameConvert = '+SPARE/dv00aix/,+SPARE1/dv01aix/'
    FastStartFailoverTarget = ''
    StatusReport = '(monitor)'
    InconsistentProperties = '(monitor)'
    InconsistentLogXptProps = '(monitor)'
    SendQEntries = '(monitor)'
    LogXptStatus = '(monitor)'
    RecvQEntries = '(monitor)'
    HostName(*)
    SidName(*)
    LocalListenerAddress(*)
    StandbyArchiveLocation(*)
    AlternateLocation(*)
    LogArchiveTrace(*)
    LogArchiveFormat(*)
    LatestLog(*)
    TopWaitEvents(*)
    (*) - Please check specific instance for the property value
    Current status for "dv01aix":
    SUCCESS
    DGMGRL>
    log_archive_dest_2 string service="(DESCRIPTION=(ADDRESS
    _LIST=(ADDRESS=(PROTOCOL=TCP)(
    HOST=*****-vip0)(PORT=1527))
    )(CONNECT_DATA=(SERVICE_NAME=d
    v00aix_XPT)(INSTANCE_NAME=dv00
    aix1)(SERVER=dedicated)))",
    LGWR ASYNC NOAFFIRM delay=0 O
    PTIONAL max_failure=0 max_conn
    ections=4 reopen=300 db_uniq
    ue_name="dv00aix" register net
    NAME TYPE VALUE
    timeout=60  validfor=(online
    logfile,primaryrole)
    NAME TYPE VALUE
    fal_client string (DESCRIPTION=(ADDRESS_LIST=(AD
    DRESS=(PROTOCOL=TCP)(HOST=*****
    -vip0)(PORT=1527)))(CONNECT
    DATA=(SERVICENAME=dv01aix_XP
    T)(INSTANCE_NAME=dv01aix1)(SER
    VER=dedicated)))
    fal_server string (DESCRIPTION=(ADDRESS_LIST=(AD
    DRESS=(PROTOCOL=TCP)(HOST=*****
    -vip0)(PORT=1527))(ADDRESS=
    (PROTOCOL=TCP)(HOST=*****-vi
    p0)(PORT=1527)))(CONNECT_DATA=
    (SERVICE_NAME=dv00aix_XPT)(SER
    VER=dedicated)))
    db_recovery_file_dest string +SPARE1
    db_recovery_file_dest_size big integer 100G
    recovery_parallelism integer 0
    fast_start_parallel_rollback string LOW
    parallel_adaptive_multi_user boolean TRUE
    parallel_automatic_tuning boolean FALSE
    parallel_execution_message_size integer 2152
    parallel_instance_group string
    parallel_max_servers integer 8
    parallel_min_percent integer 0
    parallel_min_servers integer 0
    parallel_server boolean TRUE
    parallel_server_instances integer 2
    parallel_threads_per_cpu integer 2
    recovery_parallelism integer 0

  • How to make transparant images with more then 8 bit color?

    Hi,
    I know that one can use *.gif images in order to make a transparent image. But *.gif images have only 8 bit color depth. Is there a way to display for example *.bmp images and making one color transparent? Or by using a mask like in C++?
    thanx in advance

    Use the PNG format for your images. It supports a color depth of 24 bits/pixel as well as 8 bits/pixel and got an alpha layer so you can have transparent and semi-transparent areas in your image.
    You can load PNG images in Java as easily as you do with GIF and JPG images.

Maybe you are looking for

  • Safari 2.0.3 won't launch from Mail

    Since the new security update yesterday for OS X4.5, my Safari browser 2.0.3 won't launch from the Mail e-mail program. What do I do now? It was working perfectly before the update. Kathy : (

  • Payment medium mt103 format

    Hi, i am working on  DME(Data Medium Exchange), with the MT103, and the function module linked is Z_FI_PAYMEDIUM_MT103_31. my problem is when i try to debug and change  the customized FM .. ..moudule, i am not able to locate the program...how is this

  • Timeout error when submitting feedburner podcast feed to itunes

    This is my first time submitting my podcast to itunes, I have created the feed with feedburner and I can manually subscribe and download the podcast in itunes however when i try to submit the feed I recieve the generic timout error, see below. I have

  • IPhoto managed library imported like a referenced library?

    Hi there, I originally tried to work a referenced library on my new Macbook, changed my mind, deleted all practice libraries and tried to import again.  Checked the box saying somethign about 'copy photos to library' in preferences.  Now when I have

  • What does the black check marks in front of song titles do?

    What does the black check marks in front of the song titles do?