1. Installation

Install the plugin Penci Speed Optimizer & some requirements to get it works

Requirements

  • Active PHP Extension mbstring on the Hosting

  • Allow using PHP function curl_exec

Installation

You install normally like other plugins but use the file upload method. Note: In order for the installation to be successful, you need to make the folder wp-content/plugins writable.

Before proceeding to install the plugin we suggest you to disable cache plugins such as WP Rocket, W3 Total Cache..to avoid errors during optimization implementation. After optimization is complete, re-enable the cache plugin and configure it according to the instructions in step 4.

To install, you login to the WP admin page and go to Appearance > Install Plugins > select to install plugin "Penci Shortcodes & Performan" and "Penci Speed Optimizer". You need to activate both plugins "Penci Shortcodes & Performan" and "Penci Speed Optimizer" to get it works correctly.

After installed & activated the plugins "Penci Shortcodes & Performan" and "Penci Speed Optimizer", you can go to Customize > Speed Optimization > PageSpeed Optimizer > and check to "Enable Page Speed Optimizer"

Note:

  • Set PHP memory limit in the wp-config.php file: define('WP_MEMORY_LIMIT', '512M');

Usage

This plugin will not edit or delete any files on the hosting. The optimization process will generate new js & CSS files based on the original files of the website. In case you change CSS and js files for your theme and plugins so you need to tell with the plugin that you have modified them. To do this you can go to Dashboard > Settings > PageSpeed Optimizer > and press the [Purge All] button to refresh the CSS and js files generated for optimization.

Hosting configuration

Some hosting have to install software for viruses scanning or security plugins automatically delete suspicious files. Penci Speed Optimizer plugin has used curl_exec function, and the PHP file can be removed by your host. To ensure plugin works without errors, please exclude virus scan from folder plugins/wp2speed

Enter the absolute path to Penci Speed Optimizer plugin & click ADD button, like this:

$HOME/wp-content/plugins/wp2speed

Disable opcache when you got 503 error after activate plugin "Penci PageSpeed Optimizer"

In some case, if you using PHP 8, you can get an error 503 issue after activating the plugin Penci PageSpeed Optimizer - you just need to go to your hosting > Cpanel > Select PHP Version > click on the "Extensions" tab and disable the opcache extension - check the image below:

Last updated