Denis Ryabov
Forum Replies Created
-
Hmm, PageSpeed Ninja shouldn’t append domain name to URLs in CSS, after merging they should be converted to links that start from the root of website (i.e. “/wp-content/…”). I’ll try to reproduce and fix it soon. Could you give URL of source file, part of source file with url(), and which CSS optimization method do you use?
It’s because of font “Pacifico” is loaded without width specified. This case was not supported by PageSpeed Ninja, but seems I’ve fixed it locally, so wait for next release. Now you can set “Google Fonts loading” option in Advanced tab (section “Eliminate render-blocking JavaScript and CSS in above-the-fold content”) to “Flash of invisible text” to avoid this error.
Check “Google Fonts loading” setting in the “Eliminate render-blocking JavaScript and CSS in above-the-fold content” section of Advanced tab. There are several options to load fonts.
I’m more interested in those 58Mb error_log.php file. You can send access credentials to hello-at-pagespeed-dot-ninja.
PS. But let me note that email is not a secured protocol, it may be dumped by a man in the middle (even if it is very unlikely), and so be sure that sent credentials will be expired in few days after you sent them.
In the case of 500 server error, it’s necessary to look at error_log file, because of usually it is related to error on PHP side. Additionally, you could try to enable logging in Advanced tab of PageSpeed Ninja settings page, it will log all errors, warning, and even notices, that may help in search for bugs (note that for security reason there is no web access to generated log file, and it should be loaded using (S)FTP).
You can check at Google’s PageSpeed Insight website and see what is the reason for lower scores. I guess, it is because of long response time (either because of cache was reconstructed, or WordPress’es daily check for updates was triggered, or something like that).
К сожалению, MultiSite пока не поддерживается. В ближайших планах это есть, скорее всего в этом году будет реализовано, но точных сроков пока назвать не могу.
What is URL of your website? I’ll try to reproduce the issue locally and fix it in the next release.
The /s folder contains auto-generated files (merged&optimized js, css, and files loaded from external websites) that shouldn’t be edited manually. There is no way to found matching between optimized and original files except of manual search for some piece of code/style in original files. To see unoptimized page sources with links to original css and js files, you can either temporary disable PageSpeed Ninja plugin, or visit URL like http://yourwebsite/?pagespeedninja=no.
Which of “HTML Parser” options do you use (see Advanced tab of the settings page)? Does changing of it affect the error?
Did you install 0.9.25 or update previous version (in the last case, which one was installed initially)?
PS. As a workaround, most likely it should be sufficient to disable “Load external scripts” option in the “Leverage browser caching” section, and clear cache in the “Troubleshooting” section.
Hmm. In recent releases there were no changes that may affect work of caching plugins.
Could you give more information on what issue did you get (blank screen, broken styles, slow-down, etc.)? Are there related error/warning messages in error_log file?Should be fixed in 0.9.25. If not, try to disable “Skip initialization scripts” option in the “Minify JavaScript” section of Advanced settings tab.
Fixed in 0.9.24.
> I can report it if needed
If they are related to PageSpeed Ninja (e.g. “psn-pagespeed-ninja” is a part of full path), please do it.
The fix for this issue will be include into the next release (soon).