Skip to content
View in the app

A better way to browse. Learn more.

Clicshopping AI, Free generative artificial intelligence e-commerce Open Source , Open Source Store Onlne

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

With PHP 7.4, support for preloading was added, a feature that could improve the performance of your code significantly.

In a nutshell, this is how it works:

 

- In order to preload files, you need to write a custom PHP script

- This script is executed once on server startup

- All preloaded files are available in memory for all requests

- Changes made to preloaded files won't have any effect, until the server is restarted

 

If you want more information, some article are available on this new feature.
 

library used (under MIT licence):
https://github.com/DarkGhostHunter/Preloader

 

1 / Mandatory Requirement
- Php 7.4 minimum version
- opCache installed
- An access to your php.ini
- Work in 777 chmod

 

2 / How to implement :

 

Step 1 : Know your path
You must know  your root on preloader.php inside your application. below an example

www/var/..../shop/Core/ClicShopping/Work/Log/preloader.php

 

Step 2 : Php.init implementation
Edit your php.init and search this line :

;opcache.preload=

replace by your root path : below an example

opcache.preload=/home/www/..../shop/Core/ClicShopping/Work/Log/preloader.php

 

Step4 : Restart apache2

Make this command inside your terminal

sudo service apache2 restart

Step5 : Configure ClicShopping

* Go to ClicShopping Administration
- Menu Configuration / Session & Cache / Compression & optimization
- Activate the preload functionnalities

 

* Go to your catalog and actualise a page
- The sytem will create a preloader.php file inside your Work/Log directory
- You can check if everything is correct in editing your preload.php files. You must see some information inside.

Guest
This topic is now closed to further replies.

Important Information

By using this site, you agree to our Terms of Use

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.