CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting
ASP.NET MVC Ready – 3 Months Free and Free Setup



Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.classifieds_starter_kit Tags:
Item Type: NewsGroup Date Entered: 9/28/2006 5:29:56 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 13 Views: 19 Favorited: 0 Favorite
14 Items, 1 Pages 1 |< << Go >> >|
nmodi
Asp.Net User
Performance improvement9/28/2006 5:29:56 PM

0

We have recently deployed Classified in the production environment (Debug is set to false). We are unhappy with performance of the default.aspx. It takes upto 8 to 10 seconds to load this page. After loading first page, all other pages are loading ok. Any tips on improving performance.

Server is not an issue. It is loading other sites (ASP, HTML, ASPX  extensions) on server very fast with no performance degradation.

All suggestions are welcome... 

[email protected]
Asp.Net User
Re: Performance improvement9/28/2006 8:29:21 PM

0

Get more traffic.  Literally.  Then pages will stay cached and not have to be recompiled.

Jeff


Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
paggy4u
Asp.Net User
Re: Performance improvement9/29/2006 4:06:11 AM

0

nmodi:

We have recently deployed Classified in the production environment (Debug is set to false). We are unhappy with performance of the default.aspx. It takes upto 8 to 10 seconds to load this page. After loading first page, all other pages are loading ok. Any tips on improving performance.

Server is not an issue. It is loading other sites (ASP, HTML, ASPX  extensions) on server very fast with no performance degradation.

All suggestions are welcome... 

 ---------------------------------------------------------------------------------------------------

I too agree with you.

The page takes a long time to load, and though being really good, its still a loss for us, as visitor might feel frustrated and may move elsewhere. Still many visitors are used to fast speed by  Classic ASP and they dont understand the concept of compilation at first level.

Is it possible to PRE-COMPILE the entire site and place it,

Is it possible to PRE-COMPILE with Visual Web Developer.

Sorry, I do not know , how to pre compile....?  Can any one guide me.

As jeff has said, to increase the Visitors, Its not possible since the website will take long time to become famous, and we cannot wait for visitors to compile on our behalf. The site will become more famouys, if it has good contents and good speed.

This is a burning issue and needs  to be solved. Its good that someone has started this issue in time.

Thanks

Paggy4u


Paggy4u
-----------------------------------------
An Unblinking eye on IronRuby,Asp.Net and .Net
http://ironruby.blogspot.com/
Kadjiokou
Asp.Net User
Re: Performance improvement9/29/2006 8:04:44 AM

0

 

If i were you i would purchase search engine expertise. As Jeff said this application really strived to implement extensive caching. It is just very optimzed for high volume traffic.

Yopu might add page level caching if you have huge graphics on your design.

Your application is unloaded from memory when you have no visitor for a certain amount of  time.

You may want to read the excellent article below:

 

http://hyperthink.net/blog/CommentView,guid,814816c5-bf82-4d0d-9480-a60713e97705.aspx

 

Thanks

/Kadji

Kadjiokou
Asp.Net User
Re: Performance improvement9/29/2006 8:26:36 AM

0

 

Paggy do not compare classic asp and asp.net .
Classic asp is interpreted. This is really bad for performance. You will find similar behaviour in scripting language like PHP.
Asp.net is just in time compiled and the compiled class of the page is cached until something critical changes.
And as you mentioned yourself, you now have the possibility to deploy your application as precompiled.


Classifield is really designed for very high performance. They use extensive caching and Generics. Caching has dramatic effect on application performance.

Really be very happy to own a copy of this code.

Thanks

/Kadji

nmodi
Asp.Net User
Re: Performance improvement10/2/2006 9:41:46 PM

0

Search engine expertise is not issue. One of our site is placed at number 1 in the specific category in Google and Yahoo ranking. We are aware of mechanism to get site to the top in search engine. Performance can be still an issue. We have deployed other asp.net packages which has more complex code (Forum for example) in the default page than classified and takes less time to load than classified first time around.
paggy4u
Asp.Net User
Re: Performance improvement10/3/2006 3:35:17 AM

0

Hello MarcGel/ Jeff King

Could you kindly provide few tips to make this classified run faster.

Could you prpvide few tips, how to precompile and run it.

Thanks

Paggy4u

Paggy4u
-----------------------------------------
An Unblinking eye on IronRuby,Asp.Net and .Net
http://ironruby.blogspot.com/
nmodi
Asp.Net User
Re: Performance improvement10/11/2006 8:58:14 PM

0

Figured it out. Using .net framework utility called aspnet_compiler allows to pre compile the app.

http://msdn2.microsoft.com/en-us/library/ms229863.aspx 

http://www.odetocode.com/Articles/417.aspx

Performance is significantly improved. It is taking 50% less time to load the home page. It is still not at the optimum level but it is at the level we can live with.

 

 

paggy4u
Asp.Net User
Re: Performance improvement10/12/2006 4:37:49 AM

0

hello nModi,

 Can you kindly provide me a link to your website. I need to check the speed and advantages of it.

How did you precompile. Is it possible with VWD ( Visual Web Developer )

50% improvement in speed is really welcoming news.

Pl. provide me a link, and more information oin pre compilation process with VWD.

I do not own a VS22005.

Thanks
 


Paggy4u
-----------------------------------------
An Unblinking eye on IronRuby,Asp.Net and .Net
http://ironruby.blogspot.com/
paggy4u
Asp.Net User
Re: Performance improvement10/12/2006 5:57:09 AM

0

The articles are good, but it does not clearly explain how to precompile.


I need a solution/tutorial that teaches precompilation with VWD ( Visual Web Developer )

Can anyone guide me and help me in this case.

I really need to improve my  speed.

Thanks


Paggy4u
-----------------------------------------
An Unblinking eye on IronRuby,Asp.Net and .Net
http://ironruby.blogspot.com/
Kadjiokou
Asp.Net User
Re: Performance improvement10/12/2006 1:42:51 PM

0

 

If you use VS 2005 ,

Right click you website in the solution explorer.

 

The pop up menu number 2 is: "publish website"

 

One of the default option is "Precompiled".

 

HTH

/Kadji

paggy4u
Asp.Net User
Re: Performance improvement10/12/2006 2:36:48 PM

0

Hello,

First of all i do not have VS2005

I want to precompile it before uploading.

I need to know the method to precompile and then the method to upload it

I hope i have cleared it buddy.

Thanks

Paggy4u
-----------------------------------------
An Unblinking eye on IronRuby,Asp.Net and .Net
http://ironruby.blogspot.com/
nmodi
Asp.Net User
Re: Performance improvement10/13/2006 1:02:02 PM

0

You do not need to own Visual Studio 2005. It is part of .net framework. Most likely location for it will be on

c:\WINNT\Microsoft.NET\Framework\v2.0.50727 

You may also want to look onto aspnet_merge utility also. Again you do not need VS2005 to run it. Following article has detail

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/aspnet_merge_exe.asp 

http://go.microsoft.com/fwlink/?LinkId=55639 

 

Mikhail Arkhipo
Asp.Net User
Re: Performance improvement10/13/2006 3:53:22 PM

0

VWD Express does not have an option to precompile in the IDE. You need Visual Studio and maybe Web Deployment Projects add-on.

http://msdn2.microsoft.com/en-us/asp.net/aa336619.aspx 

http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx

You do can precompile manually. See doc on ASP.NET compiler: http://msdn2.microsoft.com/en-us/library/ms229863.aspx


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
14 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Performance Improvement--making it Happen: Making It Happen Authors: Darryl D. Enos, Pages: 198, Published: 2000
Managing Performance Improvement Authors: Baxter/Macleod, Lynne F. Baxter, Alasdair M. MacLeod, Pages: 195, Published: 2008
Learning Unplugged: Using Mobile Technologies for Organizational Training and Performance Improvement Authors: Diane Mary Gayeski, Pages: 192, Published: 2002
Performance Improvement Authors: unknown, Pages: 0, Published: 1996
Total Improvement Management: The Next Generation in Performance Improvement Authors: James S. Harrington, Pages: 488, Published: 1995
Return on Investment in Training and Performance Improvement Programs Authors: Jack J. Phillips, Pages: 375, Published: 2003
Job Feedback: Giving, Seeking, and Using Feedback for Performance Improvement Authors: Manuel London, Pages: 267, Published: 2003
Performance Improvement: Making it Happen, Second Edition Authors: Enos Darryl D, Darryl D. Enos, Pages: 328, Published: 2007
Human Performance Improvement: Building Practitioner Competence Authors: William J. Rothwell, Carolyn K. Hohne, Stephen B. King, Pages: 424, Published: 2007
The Trust Imperative: Performance Improvement Through Productive Relationships Authors: Stephen Hacker, Marsha L. Willard, Laurent Couturier, Pages: 147, Published: 2001

Web:
Performance improvement - Wikipedia, the free encyclopedia Dec 29, 2008 ... Performance improvement is the concept of measuring the output of a particular process or procedure, then modifying the process or procedure ...
International Society for Performance Improvement Founded in 1962, the International Society for Performance Improvement (ISPI) is the leading international association dedicated to improving productivity ...
Performance Improvement Stages, Steps and Tools Interactive site documenting a complete performance improvement process with root cause analysis as the core component, originally developed for medical ...
The Balanced Scorecard and Performance Improvement Using the balanced scorecard to combine viewpoints of company success.
Performance Improvement Failure to manage these nine performance variables will lead to a failure to manage the business holistically. Thus, every performance improvement effort ...
Performance Improvement - ASTD Performance improvement is the process of identifying and analyzing important organizational and individual performance gaps, planning for future ...
AMA Physician Consortium for Performance Improvement Dec 4, 2008 ... The Physician Consortium for Performance Improvement provides performance measurement sets and other resources to help physicians in their ...
Business Performance improvement software tools and templates Feb 13, 2009 ... Business performance improvement resources and software in a range of business management areas: training, communication, ...
Performance Improvement, Population Reports, Series J, Number 52 Performance Improvement (PI), a process pioneered in industry, is now helping to strengthen reproductive health organizations. PI focuses on meeting the ...
ISPI | THE Performance Improvement Conference 2009 Join us at THE Performance Improvement Conference, April 19-22, 2009, in Orlando , ... THE Performance Improvement Conference will focus on three key areas: ...

Videos:
KWin performance improvement Fake - see http://www.kdedevelopers.org/node/3365 .
Innovative Solutions for Today's Business Leaders: Rapid ... Success Force has been exposed to the best business thinking from all over the world. We have spent the last five years refining the most ...
Garmin GPS performance improvement My Garmin GPSmap76CS for Hang Gliding has always performed poorly when the unit is housed in a pod, or in fact when the antenna has any sort of ...
Video Case Study: Plant Performance Improvement Case study of plant performance improvement using Expertune's PlantTriage
Rebound Trainer" For Abs, Aerobics, Sports Performance ... http://ReboundGalaxy.com, New Innovative "All In One" Fitness Machine just hitting the market! Strengthen & Tone Abs, Increase Cardiovascular ...
Achieving Performance Improvement Dr. Cindy Menches discusses her research project: Achieving Performance Improvement through an Effective Project Management Strategy
Dan Thurmon Speech Preview Premiere Speakers Bureau: Exclusively Representing the World's Most Compelling Speakers Dan Thurmon, More Than Seventeen Years of Research and ...
Achieving Performance Improvement Dr. Cindy Menches discusses her research project about achieving performance improvement through an effective project management strategy.
John Robitaille Speech Preview Premiere Speakers Bureau: Exclusively Representing the World's Most Compelling Speakers John Robitaille, Success, Leadership and Communication ...
Project Freewheel 1.0.1 Roll Performance Improvement One of the performance improvements of Freewheel 1.0.1 is rotating around the Z axis.












classifieds site starter kit admin user

how can i set a default location?

not properly closed connections in csk???

finding an advertisement with id...? any solution.

customizing postad.aspx by category

the password provided is invalid. please enter a valid password . acceptable passwords are at least 7 characters long and contain at least 1 non-alphanumeric character.

global.asax

password recovery changes the password?

e-mail query 'respond to ad' does not submit the email also sign up form when viewed in mozilla is off center!

how to convert the classfied kit db apps from sql express to sql server?

a bit of a issue "&"

search function

i get this error message when i try to login - please help

uploading photos.. majour error vb = site has been published

forgoten passwords

easy! how to get rid of ad count? turn "cars (3)" into just "cars"

can't save settings

my site don't look right in internet explorer 7

how can an admin delete the uploaded ads?

new csk site!!

can't rename the categories?

how do i edit the categories?

error uploading photos

authentication

problem in finding the admin access

lost my adim password ????

sending email trouble (web.config)

machine.cfg error

help with featured ads - only one featured ad

url re-writing

   
  Privacy | Contact Us
All Times Are GMT