Version: 1.0.2.1_oc2
Description:
A module for speeding up the mobile version of the site.
How do I make my template responsive? hide "extra" on the mobile version elements.
How, so that the usability does not suffer? move modules and widgets to other positions.
Even the top templates do just that, elements that are `` not needed '' or vice versa, they are needed only in the mobile version: either they are hidden by means of css (display: none); either move, fine if flexbox or bootstrap pull push, but often with a lot of javascript event listeners. Even bootstrap's responsiveness is based on these principles.
All this creates extra `` weight '' and load, which of course slows down the site and forces the user's processor to work with an increased load, making noise like a mining farm.
module Mobile schemes which will allow:
- to reduce the page size,
- to get rid of unnecessary javascript code,
- to get rid of css crutches,
Supports built-in schemes of popular modules, for example, supports SEOCMS.