Denis Ryabov
Forum Replies Created
-
As to the Exclude Files List, it is based on a partial matching, so it is sufficient to set just a path without protocol and domain name, e.g.
/wp-content/themes/visual-composer-starter/js/bootstrap/collapse.min.js
(moreover, javascript files may be actually loading via relative paths)
And, of course, you can disable merging of javascript at all (but it would be better to found which file leads to the error and exclude them only).
We are working on docs, but most likely they will be available after PageSpeed Ninja 0.10.0 will be released.
If you have any questions, just ask them there.
We have initial support of WooCommerce since 0.9.31. Just try. Any feedback is welcomed.
Bugfix for this issue will be included into 0.9.32 version (will be released in few days).
Note that PageSpeed Ninja in logging mode stores all kinds of PHP’s errors, warnings, and notices, including minor ones. It maybe that your “another plugin” generates some notices that doesn’t affect work of website and is not related to the blank screen issue. As Safe mode works well, you could try to switch to another mode (to reproduce blank screen issue) and disable PageSpeed Ninja’s optimizations one by one to found which one is related to the issue.
Currently we are working on the next major release (0.10.0), but this week we are going to release an intermediate release 0.9.32 with some minor bugfixes.
Could you enable error logging in the Troubleshooting section of PageSpeed Ninja’s Advanced settings, clear all caches (in the same section), reproduce the issue, and send us (hello@pagespeed.ninja) wp-content/plugins/psn-pagespeed-ninja/includes/error_log.php file?
Also, please check your webserver’s error log file, maybe there are some related errors as well.
PS. Do you have blank screen even for the Safe optimization preset?
We are working on this issue. Sitemap is not a built-in WordPress functionality, and there are a lot of plugins to generate sitemaps, and so we should test current patches with at least most popular of them. Sure it will be fixed in the next release.
What is URL of your website? Do you have option “Load external stylesheets” enabled in PageSpeed Ninja’s Advanced Settings (in the “Leverage browser caching” section)?
PageSpeed Ninja uses following directories in WordPress installation:
s
wp-content/plugins/psn-pagespeed-ninjaand following database tables:
[wpprefix]psninja_urls
[wpprefix]psninja_amdd
[wpprefix]psninja_amdd_cacheThere may be several sources of such an issue:
1. Dynamically-generated embedded scripts or styles result in regenerating merged js/css files on each request. Solution is to disable “Merge embedded scripts” option in the “Minify JavaScript” section of Advanced settings of the PageSpeed Ninja plugin.
2. Short time-to-live in caching subsystem. Do you use 3rdparty caching plugin? If yes, what time-to-live interval is set there? If no, do you have enabled “Caching” and “Experimental Caching” in “Reduce server response time” section of Advanced settings?Could you send us the link to your website (to hello@pagespeed.ninja or via support ticket at https://wordpress.org/support/plugin/psn-pagespeed-ninja)? We will try to analyse what may be wrong with its optimization.
And did you try to apply different settings presets (from Safe to Ultra)?
Note that PageSpeed Ninja is in beta stage and there may exist some issues (especially on javascript-heavy websites), but we are working on making it better and better with every release.
Yes, it’s supported.
It is a tricky case. In our tests we found that disabling of gzip fixes rendering of smart slider, but we don’t have ideas how it may affect 3rdparty plugins. A deeper debugging is necessary, and I’ll post details after the issue will be resolved.
Попробуйте очистить кэш плагина (секция Troubleshootings), и на время тестирования лучше кэширование отключить (Caching и Experimental Caching в разделе Reduce server response time).