Optimiser / Compressor / Lazy Load / Google Speed / Google reCaptcha

by
Odoo

133.49

v 13.0 Third Party 69
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Website (website)
Discuss (mail)
Lines of code 2128
Technical Name optimiser
LicenseOPL-1
Websitehttp://odooguys.com/
Versions 10.0 11.0 12.0 13.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Website (website)
Discuss (mail)
Lines of code 2128
Technical Name optimiser
LicenseOPL-1
Websitehttp://odooguys.com/
Versions 10.0 11.0 12.0 13.0

Optimiser

  • Speed up your website
  • Add Lazy Loading for images and pages
  • Compress html
  • Asynchronous load javascript and/or css files
  • Restrict access to users who can use this module.

Watch Demo

Installation

        First of all install The external Dependencies, run these commands in your server terminal
	            pip3 install cssselect
	            pip3 install htmlmin

        Afterwards install this module.
        That's all!!!
    

To configure optimiser module go to Website -> Optimiser, then create configuration for your website.

Select the website you want to optimise and customise settings.

Customise settings of Page Loading as you wish.

To give access of using this module to user go to Settings -> Users -> Users. Select the user whom you want to give access and add him in this group Optimiser.

Add custom javascript or css or even html content to your site at any position you want.

You can add the content

1. At the beginning of head

2. At the beginning of body

3. At the end of head

4. At the end of body

Add Google reCaptcha to your login or registration form.

Free Support

You will get free support and assistance in case of any issues

Additionally we can customise your server configurations for your website better performance.

Need our service?

Contact us by email or fill out request form

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
I see it is avaiable for v. 13 now.
by
pavel@sodomka.cz
on 4/19/20, 5:08 AM

by
Doğan Üstündağ
on 3/25/20, 9:10 PM Confirmed Purchase

sudo apt-get install -y python3-html sudo apt-get install -y python3-cssselect


by
Doğan Üstündağ
on 3/25/20, 9:06 PM Confirmed Purchase

This was not correct to me pip install cssselect pip install htmlmin I used pip3 install cssselect pip3 install htmlmin

Re:
by
OdooGuys
on 4/7/20, 4:06 PM Author

Hi Of course, if you use Odoo11-13 with Python3, you must use pip3 to install packages, and if you use Odoo10 with Python2, then you must use pip. In case of any questions, feel free to contact us. Thank you.