What do people do to ensure performence on launch ?
Hey there :)
We are about to launch a webshop for a customer, nothing special or anything, 900 products using teacommerce. Overall the site is maybe 1500-2k nodes so nothing biggy, and the database is so far up and hitting about 200mb.
The site is so far doing great and we are going to launch very soon, but i was wondering what you guys did before launch to increase performence. Anything special like IIS cache or orther great tricks that your willing to share :)
ive been looking around for small tweaks to do but all the blog posts ive found so far are from like 2007 and dosnt seem nessecry.
Awesome to get some quick feedback, yea ive already run ugolive. Ive been testing cache abit but it dosnt seem to kick in for me. When im looking trough the debugging lines it says nothing about the caching part on my razor macros.
Tough ive set it on my sub nav macro, to 3600secs, but it dosnt seem to go through.
Did you look at the trace yet? It shows the performance of the macro's. (you need to enable tracing if you turned it of with uGoLive :)
What about the load times with pingdom? If it is more than 800ms then you need to do improvements which might be in code or have something to do with the design (images, lots of js).
It says my subnav macro is taking about 0.35s which seems heavy for such a small macro. But its also not giving me anything about the cache that i have activated on my macro.
Ive also just installed and setup static and dynamic compression on the server.
What do people do to ensure performence on launch ?
Hey there :)
We are about to launch a webshop for a customer, nothing special or anything, 900 products using teacommerce. Overall the site is maybe 1500-2k nodes so nothing biggy, and the database is so far up and hitting about 200mb.
The site is so far doing great and we are going to launch very soon, but i was wondering what you guys did before launch to increase performence. Anything special like IIS cache or orther great tricks that your willing to share :)
ive been looking around for small tweaks to do but all the blog posts ive found so far are from like 2007 and dosnt seem nessecry.
Hi Rasmus,
Some things to look at:
Hey David :)
Awesome to get some quick feedback, yea ive already run ugolive. Ive been testing cache abit but it dosnt seem to kick in for me. When im looking trough the debugging lines it says nothing about the caching part on my razor macros.
Tough ive set it on my sub nav macro, to 3600secs, but it dosnt seem to go through.
Did you look at the trace yet? It shows the performance of the macro's. (you need to enable tracing if you turned it of with uGoLive :)
What about the load times with pingdom? If it is more than 800ms then you need to do improvements which might be in code or have something to do with the design (images, lots of js).
Hey David, yea i renebled the trace :)
It says my subnav macro is taking about 0.35s which seems heavy for such a small macro. But its also not giving me anything about the cache that i have activated on my macro.
Ive also just installed and setup static and dynamic compression on the server.
If your subnav macro is taking too long have a look at this topic: http://our.umbraco.org/forum/developers/razor/28479-Razor-menu-performance-(v4)
Jeroen
is working on a reply...