optimalisatie
Forum Replies Created
-
Hello!
My apologies for the late reply.
The issue should be resolved in the next release (v2.3.4+). The Penthouse.js Node Module is no longer included when installing the plugin and can be manually installed via
npm install
from the plugin directory.
Forum: Plugins
In reply to: [Page Speed Optimization] PHP Warning: curl_setopt() open_basedirMy apologies for the late reply.
The issue has been fixed in the next realease (v2.3.4).
Hello!
My apologies for the late reply.
Nice to hear the plugin results in a 100-score!
If there are other issues or tips for improvement, let me know!
Forum: Plugins
In reply to: [Page Speed Optimization] The file is too bigHello!
My apologies for the late reply.
The large amount of data is from the Node.js module Penthouse.js / PhantomJS in /node_modules/. It is installed via an NPM package (package.json). It is needed for server side generation of critical path CSS.
I’ve removed it in the next version (v2.3.4) so that it can be installed manually via
npm install
from the plugin directory.
Forum: Plugins
In reply to: [Page Speed Optimization] Not working for desktopMy apologies for the late reply.
The problem you describe may not be related to the plugin but to a cache system that displays outdated data.
Did you manage to resolve the issue?
Forum: Plugins
In reply to: [Page Speed Optimization] Error LogMy apologies for the late reply.
Perhaps you are using an old version of the plugin. The error should not be possible since the 2.2.x versions.
Did you manage to resolve the issue?
Forum: Plugins
In reply to: [Page Speed Optimization] CSS file position in DOMMy apologies for the late reply.
The intended behavior is to overwrite the critical path CSS with the full CSS where the critical path CSS provides in the minimum CSS needed to display the above the fold content untill the full CSS is loaded.
The suggestion from @kimberly provides a solution to alter the location where the critical path CSS is inserted.
Forum: Plugins
In reply to: [Page Speed Optimization] Server-side generator returned an invalid responseMy apologies for the late reply.
The error means that the decoding of JSON failed. This may be caused by PHP configuration.
The following code is causing the error:
$data = @json_decode($data,true);
Did you resolve the issue?
Forum: Plugins
In reply to: [Page Speed Optimization] how to undo thisMy apologies for the late reply.
You can simply disable or uninstall the plugin to undo any changes. The plugin does not modify files or configuration outside it’s own directory or plugin config.
Forum: Plugins
In reply to: [Page Speed Optimization] Space above logo occur after using this plugin.Hello!
My apologies for the late reply.
The most likely explanation is that there is an error in the critical path CSS.
Did you manage to resolve the issue?
Forum: Plugins
In reply to: [Page Speed Optimization] blank screenMy apologies for the late reply.
Did you manage to resolve the issue?
Forum: Plugins
In reply to: [Page Speed Optimization] Critical path CSSMy apologies for the late reply.
The CSS in the input field should automatically update.
The following command is executed to copy the generated critical path CSS to the input field:
cp …/wp-content/uploads/abovethefold/tmp/output-d41d8cd98f00b204e9800998ecf8427e.css …/wp-content/uploads/abovethefold/inline.min.css;
Forum: Plugins
In reply to: [Page Speed Optimization] How to save settingsHello!
My apologies for the late reply.
Did you manage to find out how to install the critical path CSS?
Forum: Plugins
In reply to: [Page Speed Optimization] website with www prefix does not loadMy apologies for the late reply.
The error may caused by a conflict with a plugin that modifies original WordPress functionality.
Did you manage to resolve the issue?
Forum: Plugins
In reply to: [Page Speed Optimization] Above The Fold OptimizationMy apologies for the late reply.
For help with Above the Fold Optimization you should consult an expert. If you search in Google for
wordpress pagespeed optimization expert
orwordpress pagespeed optimization consultant
you should be able to find professionals who can help you.The plugin is a professional tool for WordPress PageSpeed optimization. It is also simple in nature to not conflict with other optimization plugins.
The plugin simply inserts critical path CSS into the header, optionally provides some additional optimization and helps to create the critical path CSS via professional tools such as Penthouse.JS.