How to quadruple Develop slider performance

While the LR and ACR teams are working to find and fix the performance issues some are having with LR 4, I thought I'd share a tip that can quadruple the performance of the sliders in the Develop module.
See attached image.
If you can get the number of horizontal pixels displayed below the next break point, with break points being at 1/2, 1/4, 1/8th and so on of the number of horizontal pixels in the as-cropped image, Develop slider performance will quadruple.  You can do this by shrinking the window, opening additional panels, or expanding the panels that are already there.
So, for example, if the as-cropped image is 6000x4000 and you are currently displaying 1501 horizontal pixels, you are under the 1/2 break point (3000), but over the 1/4 break point (1500).  So it'll perform the same as if you are displaying 3000 horizontal pixels.  Decreasing the size of your displayed image to 1499 horizontal pixels will quadruple performance.
Maybe this can help some of you while the team works to find the problems and improve LR4's performance.  This trick is not unique to whatever the problems are - this would always work and will work even when the problems get fixed.

Thanks Lee,
I used Pixus to measure the horizontal dimension, which overlays a ruler on the screen (http://www.jpeg.cn/).
However the calculation (1/4 point) seems to work on the cropped dimensions and not the original image dimension.
Also, it is a bit disappointing to upgrade and end up with significantly poorer performance.
Niall

Similar Messages

  • How to add new slides in iAD Producer?

    Hello, there!
    I am trying to producer a new slide where I can write text in iAD.
    I have problems with it though and can you please tell me how to add new slides, where I can either write text or add new objects or assets?
    Also when I try to use the CAROUSEL, I can only put it there, but once I put the asset image on it, it doesnt work - I can't place the image in the center of each boxe and it doesn't go full screen once I click on on it through my iPod Touch (5th Generation).
    Please answer me those questions and I would be very happy indeed!

    Contact the developer. You question does not seem to be related to the iPod touch. Also, there is a general's developer's forum:
    https://discussions.apple.com/community/developer_forums

  • How to start developing Xcelius component?

    Guys,
    When can I find steb-by-step explanation of how to start developing own Xcelsius components or modify existing?
    I performed following actions:
    1) installed Xcelsius 2008 Component SDK SP3
    2) downloaded Flex 2.0.1 SDK from here:
    http://labs.adobe.com/technologies/flex/sdk/flex2sdk.html
    3) installed Flex Builder 3.0
    Now I don't understand what to do...need assistance

    Hi,
    You use the Xcelsius Add-On Packager (comes with the SDK) to create custom add-ons. Within this tool you can define visual components, connections or functions that can be exported as add-ons.
    In order to define a visual component (the most used type) you need to first create two separate swf files. One contains your custom flex component, the other contains the interface (property sheet) the user will be using in Xcelsius to interact with the custom component. 
    1. Custom flex component (swf)
    Develop your custom flex component as you normally do in Flex, Xcelsius SDK is not involved in any way here. Define component styles and public properties that can be later be accessed via the property sheet.
    2. Property sheet (swf)
    It's the interface to your custom component. Here end users can change fonts, colors, bind cell values to component properties, etc. This is possible via the Xcelsius SDK. Using the SDK you get to populate the interface initial values values with the default custom component style and property values. You can also initiate bindings here between component properties and cell values.
    Under C:\Program Files\Business Objects\Xcelsius\SDK you can find both the full documentation and samples to get you started.
    Hope this helps,

  • How to improve the extactor performance?

    Dear all,
    I have an ODS with active data (1,180,000Records).
    I also have an InfoCube. It has a characteristices C1 with 5 navigation attributes.
    For C1, it has 4,300,000 records in the master.
    I have tried to load data to InfoCube from the ODS.
    But it takes more than 12 hours, how can I improve the performance or is there any bug in BW for so many records extracting?
    Thank you very much.
    Seven

    dear Seven,
    do you try to delete infocube's index first ?
    infocube->manage->performance->delete indexes
    take a look oss note
    130253-General tips on uploading transaction data to BW
    Tip 8:
    When you load large quantities of data in InfoCubes, you should delete
    the secodary indexes before the loading process and then recreate them afterwards if the following applies: The number of the records that are loaded is big in comparison to the number of records that already exist in the (uncompressed) F fact table. For non-transactional InfoCubes, you must delete the indexes to be able to carry out parallel loading.
    Tip 9:
    When you load large quantities of data in an InfoCube, the number range buffer should be increased for the dimensions that are likely to have a high number of data sets.
    To do this, proceed as follows. Use function module RSD_CUBE_GET to find the object name of the dimension that is likely to have a high number of data sets.
    Function module settings:
    I_INFOCUBE = 'Infocube name'
    I_OBJVERS = 'A'
    I_BYPASS_BUFFER = 'X'
    The numbers for the dimensions are then contained in table 'E_T_DIME', column 'NUMBRANR'. If you enter 'BID' before this number, you get the relevant number range (for example BID0000053).
    You can use Transaction SNRO (-> ABAP/4 Workbench -> Development --> Other tools --> Number ranges) to display all number ranges for the dimensions used in BW if you enter BID*. You can use the object name that was determined beforehand to find the required number range.
    By double-clicking this line, you get to the number range maintenance. Choose Edit -> Set-up buffering -> Main memory, to define the 'No. of numbers in buffer'.
    Set this value to 500, for example. The size depends on the expected data quantity in the initial and in future (delta) uploads.

  • How to improve the query performance in to report level and designer level

    How to improve the query performance in to report level and designer level......?
    Plz let me know the detail view......

    first its all based on the design of the database, universe and the report.
    at the universe Level, you have to check your Contexts very well to get the optimal performance of the universe and also your joins, keep your joins with key fields, will give you the best performance.
    at the report level, try to make the reports dynamic as much as you can, (Parameters) and so on.
    and when you create a paremeter try to get it match with the key fields in the database.
    good luck
    Amr

  • How to Measure Function Module Performance?

    Please can you tell me how I can measure the performance and trace the actions of a Function Module in R/3?
    The function module in R/3 is run when a user calls a WebDynpro action from a WebDynpro screen within the SAP Portal.
    I have tried running a trace on a user (ST05) but that only shows table actions (e.g. reads/fetch etc.). Also it does not appear in ST04 or ST03N. I would like to know how long the program actually takes to run.
    Thanks.
    Paul

    Hi,
    if I want to measure the runtime required to run some Abap, I use SE30. However i used it only for normal Dynpro application, not WebDynpro.
    The detail level of the created trace can be configured. The aggregation level should be set to "Full" or "By call" at the beginning. Disabling aggregation leads to huge trace files.
    You can select which statements should be traced. If you disable an option it's runtime is not lost but add to the traced action in the next level. If for example "Open SQL" is disabled, the time used by it is added into the net time of the method, function module of subroutine. Otherwise if "Open SQL" is enabled the net time of a function module does not include SQL time. SQL time is then listed separately.
    Greetings

  • HOW TO USE A SINGLE PERFORM FOR VARIOUS TABLES ?

    perform test TABLES t_header.
    select
           KONH~KNUMH
           konh~datab
           konh~datbi
           konp~kbetr
           konp~konwa
           konp~kpein
           konp~kmein
           KONP~KRECH
           FROM konh INNER JOIN konp
                  ON konpknumh = konhknumh
           into table iTABXXX
            "ANY TEMPERARY INTERNAL TABLE.
           for all entries in t_header
           where
                 konh~kschl = t_header-kschl
             AND konh~knumh = t_header-knumh.
    endform.
    how can I use above perform for various internal tables of DIFFERENT LINE TYPES but having the fields KSCHL & KNUMH.

    u can use single perform....
    just see this example......hope this is what u r expecting....
    tables : pa0001.
    parameters : p_pernr like pa0001-pernr.
    data : itab1 like pa0001 occurs 0 with header line.
    data : itab2 like pa0002 occurs 0 with header line.
    perform get_data tables itab1 itab2.
    if not itab1[] is initial.
    loop at itab1.
    write :/ itab1-pernr.
    endloop.
    endif.
    if not itab2[] is initial.
    loop at itab2.
    write :/ itab2-pernr.
    endloop.
    endif.
    *&      Form  get_data
          text
         -->P_ITAB1  text
         -->P_ITAB2  text
    form get_data  tables   itab1 structure pa0001
                            itab2 structure pa0002.
    select * from pa0001 into table itab1 where pernr = p_pernr and begda le sy-datum and endda ge sy-datum.
    select * from pa0002 into table itab2 where pernr = p_pernr and begda le sy-datum and endda ge sy-datum.
    endform.                    " get_data
    Regards
    vasu

  • How can you develop photo galleries with multiple pages using the web module?

    Going through the web module I can see there are many options for developing a web page with a single collection of photos.  How can you develop a web site with multiple pages containing different categories of photos using the Lightroom web module?

    This thread will give you several ideas.
    Re: How do you embed a gallery into an existing website?

  • How can i develope a report for getting purchase requisition details

    how can i develope a report for getting purchase requisition details like mrp controller release date unit of measure

    Hi,
      Go to Tcode ME53(Purchase requisition display). Give any preq number and click the item overview button..
    in the next page click select one item and press item details button(or F2 button)..In the next page all your requiresd fields will be there.. put cursor in reqd field and press f1.. in the pop up box press techical details(hammer button) to get the field name as well as the transparent table.. Use those fields and table in ur program..
    hope it helps
    Award points if it helps

  • In PSE 9 how do I add slides to a saved slide show

    In PSE 9 How do I add slides to a saved slide show?

    When you open a project, there is an option to launch Add Media window from where you can access files from Catalog or a particular album.

  • How do I develop a PDF Portfolio for a Dissertation Presentation?

    How do I develop a PDF Portfolio for a dissertation International Review Board Committee?
    Thanks in advance,
    Pat

    Do you want a portfolio for a committee which happens to be a pdf file or a PDF Portfolio (these are two different things). I am having trouble imagining a IRB committee asking specifically for a PDF Portfolio. I suggest you ask a member of the committee on the QT. You do not want to end up creating a pdf portfolio that some of the members do not know how to handle.

  • OAF page : How to get its query performance from Oracle Apps Screen?

    Hi Team,
    How to get the query performance of an OAF page using Oracle Apps Screen ??
    regards
    sridhar

    Go through this link
    Any tools to validate performance of an OAF Page?
    However do let us know as these queries performance can be check through backend also
    Thanks
    --Anil
    http://oracleanil.blogspot.com/

  • How to create development class (package)

    Hi
    Can anybody help me out in creating development class (package) to store ABAP programs.
    Thanks in advance
    Raghav

    Hi
    go with abap dictionary->select database table->provide the table for dev classs eg. V_TDEVC-> go for display option-> select utilities->select contents option-> select create dev class,
    provide the name and short text,software component->create req.no.
    with this dev class will be created
    or
    Use the transaction SE80.
    1. Select "Package" from the list box.
    2. Enter "ZEST" in the below text box
    3. Press "Enter".
    4. It will ask you whether to create.
    5. Sy "Yes".
    6. Give Short Description
    7. Click Save button.
    check this
    How to create development class
    If u find it useful plz reward the points
    charitha
    Message was edited by:
            charitha kolla

  • How will os 10.9 perform on a March 2009 MAC MINI 2.0/1X1G/120/SD/AP/BT-USAMB463LL/A

    How will os 10.9 perform on a March 2009 MAC MINI 2.0/1X1G/120/SD/AP/BT-USAMB463LL/A?

    It fits the specs, if it's actually an early 2009
    http://www.apple.com/osx/specs/
    Mac mini (Early 2009 or newer
    If not you'll get a message that you can download it.
    Although 2GB RAM is the stated minimum 4GB is more realistic. I'd add more RAM.

  • How to get the health , performance information and about the services run on devices that have connected to the system center?

    Hi All,
    I want to know how to get the health , performance information and about the services run on devices that have connected to the system center to my c# application. Also I need to know about the information of databases that have connected to system center.
    I will appreciate your feedback
    Thank you

    Hi,
    You can configure service monitor for the required service on the server
    refer below link for how to configure service monitoring
    http://www.bictt.com/blogs/bictt.php/2011/03/17/scom-monitoring-a-service-part3
    You can use SCOM SDK to connect to the scom server using c# and get required information
    http://msdn.microsoft.com/en-us/library/hh329086.aspx
    you can find the database in below registry path on management server
    HKLM:\SOFTWARE\Microsoft\Microsoft Operations Manager\3.0\Setup\DatabaseName
    Regards
    sridhar v

Maybe you are looking for

  • Incoming calls bypass the general iphone lock

    Although I've set up the general lock on my IPhone 3G, incoming calls bypass the mechanism and make the phone accessible by anyone who picks it up. Is there a way to require a passcode for receiving calls....I want to block all access to my phone! An

  • ITunes is not recognizing or connecting to network

    My iTunes is not recognizing or connecting to my network. Everytime I try to update my iPhone 4S to the its latest OS software or update my apps via iTunes Store, it prompts up an error message as: 'The iPhone software update server could not be cont

  • Confirmed qty change in Sales Order

    Hi all! Do you know if exsist a fm or bapi to modify the confirmed quantity in schedule line of a sales order? I know that exsist BAPI_SALESORDER_CHANGE but I'm not able to modify confirmed qty. My flow consists in two steps: 1. sales order create wi

  • How do you know what version methods became available ?

    A reply to another one of my posts informed me that String.replaceAll did not become available until version 1.4. How could I find out what version methods became available? I think I'm experiencing a similar situation with String.ValueOf. Thanks in

  • Style of Ruusian fonts in iBooks

    Dear Apple, It is awfull you dont keep the same style of fonts  for Russian language in iBooks fonts family Charter, Athlelas, Iowan, Platino, Seravek as for English one. If you don't want to do it, please send me the  tools for drawing of proper sha