Denis Ryabov
Forum Replies Created
-
Hmm, I get “Content Encoding Error” in both Chrome and Firefox (but able to load page content via curl command). Quite strange that it’s happened somewhere in the middle of content (i.e. part of the page is loaded, scripts start to execute, etc.). Do you have such an issue on your side too?
As to missed images issue, it looks like AAWP conflicts with lazy images loading implemented in PSN. Try to disable “Lazy Load Images” option in the “Prioritize visible content” section of Advanced settings tab.
Is PSN plugin removed properly (i.e. directory wp-content/plugins/psn-pagespeed-ninja doesn’t exists)?
Do you have related error messages in error_log file?Your website redirects me to google.com, so I cannot get any details about the issue on my side.
Do you use a caching plugin?
Did you try to reload page with Ctrl+F5?Could you send us (hello@pagespeed.ninja) the URL of your website? We will try to analyze what may be wrong there. And do you use another caching or optimizing plugin that might conflict with PageSpeed Ninja?
Hello! Usually in the case of blank screen there should be a related error message(s) in the error_log file. Could you check it? Did you try to use PageSpeed Ninja with the “Safe” preset?
No visitor’s data are transferred. The plugin may set a non-tracking cookie in the case of “Above-the-fold CSS cookie” option enabled (see “Eliminate render-blocking JavaScript and CSS in above-the-fold content” section in the Advanced settings tab), but it is allowed under GDPR.
Open PSN’s settings and set “HTML Parser” to “Use Fast simple HTML parser” (instead of current “Use libxml HTML parser”) in the Advanced tab.
PS. This issue is known and fixed in currently developing PSN 0.10.0 version. I’ll try to backport changes to 0.9.x branch and release new version.
There should be a file (usually named “error_log”) that contain information about PHP errors. If you use a control panel to manage your website, somewhere there should be a link to download Error Log. Otherwise, try to found this file in the top level directory of your website directory (usually named “public_html”), or in the “logs” directory there, or something like that.
In the case of 5xx error, first of all it’s necessary to check error_log file for details about the server-side error. What error messages do you have there?
А можете сохранить страницу и выслать ее для анализа (hello@pagespeed.ninja)? Желательно:
1) отдельно HTML only, где все ссылка на ресурсы будут оставлены “как есть”, и
2) отдельно Complete, где будут все ресурсы, но сохраненные локально.Также проверьте в Developer Tools на вкладке Network, есть ли на странице ресурсы, которые не удалось загрузить.
Does just PSN setting page look like that? If yes, try to uninstall the plugin and install it again (it looks like plugin’s CSS file is missed or corrupted for unknown reason).
Will be fixed in the next minor release.
@wishandgreet Answered by email.
Fixed in 0.9.39.
Hmm, do you use a 3rdparty caching plugin (it may be that PSN removes that file after specified time-to-live interval, but a reference to this file is cached somehow by another plugin or external tool)?