Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Murray Roke 503 posts 966 karma points c-trib
    May 05, 2011 @ 01:42
    Murray Roke
    0

    Macro and SSL causes 1.5 minutes to load editContent.aspx page

    I have taken a snippet from the trace output on /umbraco/editContent.aspx page

    in 2 scenarios, with SSL, and without, and found when requesting an edit page containing a macro the page takes 1.5 mintues to load, this happens on all types of macro (including contour and other 3rd party macros)

    Without using SSL everything works nice and quickly macros included.

    When I request the page using HTTPS (the cert is untrusted) 

    aspx.page Begin PreRender 0.131694661360302 0.000022
    umbracoMacro Macro loaded from cache (ID: 3, Insert Map) 0.258996930730551 0.127302
    umbracoMacro Macro loaded from cache (ID: 3, Insert Map) 0.259096235896336 0.000099
    aspx.page End PreRender 1495.20008691698 1494.940991
    aspx.page Begin PreRenderComplete 1495.20016099587 0.000074

    When I request the page using HTTP :

    aspx.page Begin PreRender 0.335715422263068 0.000022
    umbracoMacro Macro loaded from cache (ID: 3, Insert Map) 0.468930529317946 0.133215
    umbracoMacro Macro loaded from cache (ID: 3, Insert Map) 0.469019284437651 0.000089
    aspx.page End PreRender 0.541666059668101 0.072647
    aspx.page Begin PreRenderComplete 0.541729576479167 0.000064
  • Karl Kopp 121 posts 227 karma points
    May 05, 2011 @ 01:54
    Karl Kopp
    1

    Had the same issue - we disabled the macro rendering in the backoffice and all worked sweet :) Hope that helps!

  • Murray Roke 503 posts 966 karma points c-trib
    May 05, 2011 @ 02:09
    Murray Roke
    0

    Well that fixes it, but it's a bit dissapointing to miss the preview :-(

  • Karl Kopp 121 posts 227 karma points
    May 05, 2011 @ 02:16
    Karl Kopp
    0

    Agree - never dug any deeper, but at least it gets you up and running :)

  • Murray Roke 503 posts 966 karma points c-trib
    May 05, 2011 @ 02:22
    Murray Roke
    0

    I found the codeplex issue now I know what to look for...

    http://umbraco.codeplex.com/workitem/27438

  • Karl Kopp 121 posts 227 karma points
    May 05, 2011 @ 02:33
    Karl Kopp
    0

    LOL - I raised that almost a year ago now :)

Please Sign in or register to post replies

Write your reply to:

Draft