gbengalex
Forum Replies Created
-
Forum: Plugins
In reply to: [Check and Enable GZIP compression] Oops! Something went wrong…I am getting the same “oops” message. Have you fixed this Piia? Tx
Forum: Plugins
In reply to: [Check and Enable GZIP compression] Oops! Something went wrong…Getting the same “oops” message
Forum: Plugins
In reply to: [Autoptimize] How 2 fix Autoptimize cache Render-blockingI am relieved!! Can you spare some time to go into my admin and help me solve these issues for a fee? I am basically going around in a circle because I dont know what to set and how to set it. I have three blogs using same theme and with the same AO and Abovethefold plugins and getting the right balance for optimizing without breaking layout has been challenging on all 3.
Forum: Plugins
In reply to: [Autoptimize] How 2 fix Autoptimize cache Render-blockingThanks Frank. Is that a hint f sarcasm I see in your “the great “above the fold” plugin” statement? LOL. I ask because I really dont know much these plugins. Is Autoptimize compatible with it? Does one make the other unnecessary?
Forum: Plugins
In reply to: [Autoptimize] How 2 fix Autoptimize cache Render-blockingThank you. The URL is https://www.hoopvideos.net. Right now I have disabled “Also aggregate inline JS?”
Forum: Plugins
In reply to: [Autoptimize] How 2 fix Autoptimize cache Render-blockingThanks again … I dont know how to try to inline the #3 – i dont even think it is css or js
More importantly Frank, I get very high speed score when I enable the following:
Optimize JavaScript Code?
Force JavaScript in <head>?
Also aggregate inline JS?
Add try-catch wrapping?HOWEVER it results in messing up my css (menu and template) and js (for videos, images etc). I have tried many different combinations of the four but i just cannot achieve the level of speed without degradation in site layout etc. I wonder if you can take a look at it for a fee? Alternatively any further suggestions?
Forum: Plugins
In reply to: [Autoptimize] How 2 fix Autoptimize cache Render-blockingI always have problem with the same three files. Please how do I use Autoptimize to eliminate them from above the fold?
2) https://translate.googleapis.com/translate_static/css/translateelement.css
3) https://MYSITE/wp-content/cache/autoptimize/autoptimize_4c97896684923702c39216e86571f8f9.php
Forum: Plugins
In reply to: [Autoptimize] How 2 fix Autoptimize cache Render-blockingIt looks like a php cache file – not css or js: sitename/wp-content/cache/autoptimize/autoptimize_fbb3650be065b6b87032c06dea79e8b5.php
Forum: Fixing WordPress
In reply to: Random 404 errors – Posts disappearingThanks. I am investigating if my RSS feed aggregator is the culprit.
Forum: Fixing WordPress
In reply to: 404 error and permalinksI am using wp4.7. I am noticing that a post would disappear after a few hours and render 404 error instead!! It does not happen to all posts … which makes it even weirder.
Forum: Plugins
In reply to: [Imsanity] Author of Plugin Passed Away.sorry to hear that
Forum: Plugins
In reply to: [Page Speed Optimization] Image rendering problemI got the full css and then minified it on cssminifier.com into the following. Is that it?
<?php
// setup the URL, the CSS and the form data
$url = ‘https://cssminifier.com/raw’;
$css = file_get_contents(‘./public/s/css/style.css’);
$data = array(
‘input’ => $css,
);// init the request, set some info, send it and finally close it
$ch = curl_init($url);curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);$minified = curl_exec($ch);
curl_close($ch);
// output the $minified
echo $minified;
?>Forum: Plugins
In reply to: [Page Speed Optimization] Image rendering problemI added critical css but saw no difference at all in speed and performance
Forum: Plugins
In reply to: [Page Speed Optimization] Image rendering problemI figured it out … but now the criticalcss.com server is down and throwing errors. Will keep trying and update.
Forum: Plugins
In reply to: [Page Speed Optimization] Image rendering problemThank you Jan. I did not activate critical css because when I visited https://jonassebastianohlsson.com/criticalpathcssgenerator/ and got to Step 2 (FULL CSS TO EXTRACT CRITICAL CSS FROM) I had no idea which css file on my site is to be copied in there. Please any idea what Step 2 is asking for?