The Image point editor for Optimizely/Episerver CMS can be used together with the Picture helpers in PictureRenderer.Optimizely or ImageProcessor.Web.Episerver to control the cropping of images. If showing the same image in different height and width on your site, you might want to control how the image is cropped. Let's say you are showing super cool, … Continue reading Control the cropping of your images with a focal point
Episerver CMS
A dead-easy way to optimize the images on your Episerver site.
Earlier this year i wrote about a solution for optimizing the images on your Episerver site. Since then, that solution has been included in the ImageProcessor.Web.Episerver nuget package. With the Picture html helper included in the nuget it's easy to optimize the images in size, quality, and file size. Images will be responsive, and can be … Continue reading A dead-easy way to optimize the images on your Episerver site.
Optimize your images with ImageProcessor
Optimizing the file size for the images on a site can really improve page load time. This article shows how you can use ImageProcessor to minimize the size of your images. UPDATE: The Picture Html helper described below is now included in the ImageProcessor.Web.Episerver nuget. Read more here. I'm extending the solution for responsive images … Continue reading Optimize your images with ImageProcessor
Picture element + ImageProcessor = responsive images made easy
By using the picture element together with ImageProcessor, you can create a robust solution for responsive images. With this solution you can very quickly make sure that you at least don't serve way too big images. Once that is done, you can add more image sizes and fine tune the media queries, to further optimize … Continue reading Picture element + ImageProcessor = responsive images made easy
Automate your Episerver site definitions
We've all been there. Restoring a copy of the production database on your development or test-environment, start the site and you get a 404. Argh, I forgot to set the correct site definitions! Again! Fig 1. The freaking site definitions In a multi site environment you can have a lot of different site definitions, and … Continue reading Automate your Episerver site definitions
Penny-pinching your Episerver Azure environment
What's the cost for hosting an Episerver test environment on Azure? And what can you do to minimize those costs? Calculating the price for hosting on Azure is a bit complex, so it's hard to say what a certain setup would cost for you. You can use the price calculator here to see the list-price. … Continue reading Penny-pinching your Episerver Azure environment
Performance when using controllers for blocks
Sometimes you may consider using controllers for all blocks, instead of just having the view engine select the correct view. As far as I know the only real difference is performance. But how much will performance be affected if you choose to use controllers for all blocks? TL;DR: around 10% better performance without controller, according … Continue reading Performance when using controllers for blocks
Use PowerShell to set up an Episerver environment in Azure
Remember the time when setting up an Episerver environment took hours? I don't mean your local dev-environment, I mean a test or production environment with IIS and SQL server. Maybe you got access to one or two freshly installed Windows machines where you needed to install windows features, IIS addons, SQL server, et.c. And more … Continue reading Use PowerShell to set up an Episerver environment in Azure
A super simple geo-coordinates property for Episerver
This blog post shows how to extend Episerver with a property where editors can enter an address that will be converted to latitude/longitude. It's the latitude/longitude value that is saved. Suggestions for addresses/locations will be shown while typing. If you want to show a location on a map you need to know the coordinates for … Continue reading A super simple geo-coordinates property for Episerver
Episever CMS 10 exam tips
A few day ago I passed the Episerver CMS 10 certification exam. Here are some tips if you plan to do the same. Note that this is not a full list of the knowledge areas. This is just a list of the areas that (I'm pretty sure) are new to the CMS 10 exam: Episerver Forms. … Continue reading Episever CMS 10 exam tips