Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Yes you just have to specify image dimensions in the PHTML template file. But I would not recommend it, as you will loose responsiveness of your template as your images will not scale anymore with the size of the screen.Is there an easy way to specify image dimensions in magento to boost page loading time?
It also depends on how much dynamic JS have you used on your website.defering js, is it good to faster the load time?
For analytics on a website level I recommend Google Analytics due to ease of integration and data sharing with other Google Products. Regarding plugins, you will need a follow up email plugin and enhanced admin grid among others.
Yes you just have to specify image dimensions in the PHTML template file. But I would not recommend it, as you will loose responsiveness of your template as your images will not scale anymore with the size of the screen.
regarding rewards point extension, i recommend j2t reward points. it is easy to configure and set up. it also comes with an additional extension j2t reward group which can automatically update the member group based on the criteria u set.It also depends on how much dynamic JS have you used on your website.
It's very recommended and effective, if you are using a well-designed theme then you shouldn't face any problems.
I'll definitely consider your tips. Thanks!
What about business intelligence levels?
Any other suggestions and tips about modules for front-end and customer loyalty and enhancing user experience and making the website more future rich would be appreciated.
You pointout the key - inline jquery code and jquery lib! A js defer extension loaded before stop my template running further.Yes it will speed up the load time (by not blocking html, css and image loading) but be careful which scripts you put at the end. For example if you put the jquery lib at the end, all the inline jquery code in your template will stop working.