|
Home > Archive > Microsoft Content Management Server > December 2005 > Performance measure of placeholder.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Performance measure of placeholder.
|
|
| Happy Me! 2005-12-30, 5:53 pm |
| I am trying to measure the performance of all elements in a CMS template. How
do I measure the performance of a placeholder? I want to calculate the object
lifetime of all placeholders. What is the best way to do it?
Also what are other good practices to measure performace of CMS pages.
| |
| Stefan [MSFT] 2005-12-30, 5:53 pm |
| Hi,
what do you mean with "performance of a placeholder"?
A placeholder is loaded with the posting it belongs to.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"Happy Me!" <Happy Me!@discussions.microsoft.com> wrote in message
news:F1F13E1E-ADC8-421F-B6E2-D740D67AB2B4@microsoft.com...
>I am trying to measure the performance of all elements in a CMS template.
>How
> do I measure the performance of a placeholder? I want to calculate the
> object
> lifetime of all placeholders. What is the best way to do it?
> Also what are other good practices to measure performace of CMS pages.
| |
| Happy Me! 2005-12-30, 5:53 pm |
| A posting is composed of several placeholders. They all add to the
performance of a posting. I want to measure each placeholder's contribution
to the time taken by a posting for rendering.
I hope this clarifies.
"Stefan [MSFT]" wrote:
> Hi,
>
> what do you mean with "performance of a placeholder"?
> A placeholder is loaded with the posting it belongs to.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
> Check out the new book as well: Advanced MCMS development:
> http://tinyurl.com/8ugwj
> ----------------------
>
>
> "Happy Me!" <Happy Me!@discussions.microsoft.com> wrote in message
> news:F1F13E1E-ADC8-421F-B6E2-D740D67AB2B4@microsoft.com...
>
>
>
| |
| Stefan [MSFT] 2005-12-30, 5:53 pm |
| Hi,
ok, if you mean rendering then this is more an ASP.NET question.
You should post this to an ASP.NET related newsgroup to check if there is a
possiblilty to messure the rendering time for a ASP.NET server control.
MCMS placeholder controls are nothing but special ASP.NET server controls.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"Happy Me!" <HappyMe@discussions.microsoft.com> wrote in message
news:8861949F-D856-4A70-A43D-33B3493C0F6F@microsoft.com...[vbcol=seagreen]
>A posting is composed of several placeholders. They all add to the
> performance of a posting. I want to measure each placeholder's
> contribution
> to the time taken by a posting for rendering.
> I hope this clarifies.
>
> "Stefan [MSFT]" wrote:
>
|
|
|
|
|