Hello, I have developed a site using umbraco 7.3 version successfully. It is public facing site.
Now this site is working little bit slow in mobile. So my manager suggest me use 'ACCELERATED MOBILE PAGES(AMP)' to get performance high in mobile. But I am not getting how to use it in existing site.
Or is there any other way using which we can get load time less in mobile?
Depends a lot on what you are actually serving up as your site.
But number one thing is try and reduce size of media being loaded. ImageProccessor is great for helping to reduce the fill sizes of images and is baked in to the Umbraco core. (More details here: https://our.umbraco.org/projects/collaboration/imageprocessor/)
Depending on whether you are using a responsive site or mobile sub site, you can set up responsive images or just use the smaller image. This post about responsive images is great.
Aside from that bundling and minification of CSS and JS will help and again there's a great blog post about this.
Performance issue in mobile of site
Hello, I have developed a site using umbraco 7.3 version successfully. It is public facing site.
Now this site is working little bit slow in mobile. So my manager suggest me use 'ACCELERATED MOBILE PAGES(AMP)' to get performance high in mobile. But I am not getting how to use it in existing site.
Or is there any other way using which we can get load time less in mobile?
Please help me to solve this issue.
Thanks, Dipa
Depends a lot on what you are actually serving up as your site.
But number one thing is try and reduce size of media being loaded. ImageProccessor is great for helping to reduce the fill sizes of images and is baked in to the Umbraco core. (More details here: https://our.umbraco.org/projects/collaboration/imageprocessor/)
Depending on whether you are using a responsive site or mobile sub site, you can set up responsive images or just use the smaller image. This post about responsive images is great.
Aside from that bundling and minification of CSS and JS will help and again there's a great blog post about this.
Hopefully some of that will prove useful.
Hi Guys,
What is the best approach for the latest Umbraco to use responsive images, using the Image cropper, for different breakpoints, please?
Thank you
Kind Regards
Hi Simon,
I think you should have a look at the package called Slimsy https://our.umbraco.org/projects/website-utilities/slimsy/
If you want to know more about this package there is a uHangout episode http://uhangout.co.uk/videos/ep030-with-jeavon-leopold-responsive-imaging-cropping/
Hope this helps,
/Dennis
Hi Dennis,
But how can I user Slimsy too call one image with different crops, for different breakpoints?
Thank you
Hi Simon,
I am not sure that you can call one image with different crops, for different breakpoints with Slimsy
/Dennis
is working on a reply...