Harshad
Forum Replies Created
-
@iamonline Sorry at the moment there’s no snippet/function available.
@mikehermary Could you please try to check the option “Defer all Javascript” from WP-Optimize > Minify > Javascript and check if it helps to fix the issue?
@henk-barreveld Thanks for reporting, I’ll share the same with our development team to further investigate on the issue.
@krzd7 Yes wp-custom-css is not minified at the moment, this is something on our roadmap, which will be included in future release.
@francoc30 Could you please try to turn of Minify option and check if it helps to fix the issue?
@zyzz3031 At the first attempt you see “an unexpecter request was received” but if you click the Preload button again it will preload the urls.
@malthead Okay so its elementor issue which writes data to the database and shown in wp-optimize (post revisions,auto draft).
@ittone No it doesn’t clear the OpCache, I’ll report this issue to our development team for further investigation, so that it can fixed in future release
@fitnsexy You can find Known incompatible files in WP-Optimize > Minify > Advanced.
Scroll down to Default exclusions box, and you should find the list of files.
@iamonline You can set the Cache lifespan from WP-Optimize > Cache, setting it should auto purge the cache once the hours are set.
At the moment there’s no php snippet available to automate the process.
@nikitabaliov Have you performed a conflict test yet?
Try deactivating all plugins except for WP-Optimize and see if it is resolved.
If so, reactivate each plugin one at a time until you find the culprit. You can check for the issue between activating each plugin, so you can see which one is causing problems.
Please let us know your findings.
@vantuykomn Can you please enable debugging mode, Please add following lines to wp-config.php just before where it says: /* That’s all, stop editing! Happy publishing. */
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_DISPLAY', false ); define( 'WP_DEBUG_LOG', true );Then try to access the custommizer.
A debug.log file should be created inside wp-content folder,which should contain error information in it, Please share the file with us.
@zyzz3031 The correct code should be
add_action('init','purge_cache'); function purge_cache(){ if (is_callable(array(WP_Optimize()->get_page_cache(), 'purge'))) { WP_Optimize()->get_page_cache()->purge(); } }@fitnsexy Could you please turn off minify and turn it on again and check if you see the list?