This topic contains 1 reply, has 0 voices, and was last updated by michoel 7 years, 2 months ago.

  • Author
    Posts
  • #21566 Score: 0

    BillGaertner
    • Contributions: 0
    • Level 1

    I have data from a third-party document management company loading though an iframe script on an inline HTML field in a tab in most transactions. Since deploying the scripts that run the iframe I feel like things have been a little slower. Performance Details and the APM both show that the Client side is taking ~80%-90% of the load time on viewing sales orders and Server Suite Script is minimal. In trying to determine the slow down, is anyone aware where the load time of an iframe page would be reflected when looking at Performance Details or APM?
    This is a cached copy. Click here to see the original post.

  • #21567 Score: 0

    michoel
    • Contributions: 0
    • Level 1

    Including an iframe will delay the onload event of the parent page. You could try one of the techniques listed in the link below to defer loading the iframe until the main page done.

    http://www.aaronpeters.nl/blog/ifram…erformance?%3E

You must be logged in to reply to this topic.