ibertrix
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: GTM AND PERFORMANCE OF PAGESPEEDAstra themes are normally responsive so using AMP plugins might make things worse. I would try without it first.
Also I would try to disable CDN first. Cache, CDN and AMP should be the last resorts and not the first ones.
I use plugins as asset clean up and defer javascript to try to cherry pick what you want to load (CSS and Javascript) on each page.
Still as you can see from webpagetest, the loadting times are good. So if you want to trick Pagespeed you can try the PHP code in the header.php file of your theme or child theme.
Forum: Fixing WordPress
In reply to: GTM AND PERFORMANCE OF PAGESPEEDAs you can see the speed in one of the mobile browsers is pretty similar:
https://webpagetest.org/result/200607_WR_fca768faabc0dcaed3d8a378aa232c50/
Forum: Fixing WordPress
In reply to: Main Menu disappearedMaybe you have a cache plugin or the server has any kind of cache?
Another place where you can look at is in your wp-content/theme/ in case you have a child theme.
Also sometimes the theme has a place to put customized CSS.
I can´t think of any of other ways where you can try to find where this CSS has been added without looking your website myself.
Forum: Fixing WordPress
In reply to: Failed to open stream. No such file or directory…Great! It seems like some files got corrupted.
Forum: Fixing WordPress
In reply to: Failed to open stream. No such file or directory…The two files that are involved in the error:
public_htm/wp-load.php
wp-admin/admin.php
Forum: Fixing WordPress
In reply to: GTM AND PERFORMANCE OF PAGESPEEDWhat exactly haven´t you understood? Have you tried to use webpagetest to check the mobile perfomance?
I have told you where you have to add the php code you pasted in.
Forum: Fixing WordPress
In reply to: GTM AND PERFORMANCE OF PAGESPEEDIf you check with webpagetest.org you will able to see also results for mobile browsers.
You need to focus on first paint and when your site gets interactive, not the total load time, because normally javascript scripts are deferred and loaded after the rest (CSS, html, images).
Forum: Fixing WordPress
In reply to: GTM AND PERFORMANCE OF PAGESPEEDThat code is cheating and only hiding the script from Pagespeed servers.
You would have to put it in your header.php file of your theme right before <body> and copy inside the if sentence all the code you want to use for the rest of browsers.
But the truth is that you haven´t actually test with GTMetrix or webpagetest.org how much this Javascript code is penalizing in the website performance.
As I said, the important thing is UX (User eXperience)
Forum: Fixing WordPress
In reply to: GTM AND PERFORMANCE OF PAGESPEEDI´d test first which setting (script versus noscript) suit each test case (mobile versus desktop). Just add the <script> to test for both user agents and with <noscript> and see the results.
Don´t get obsessed with reaching 100 in pagespeed, the important thing here is user experience.
After that if you find a huge difference in time (not score) in any of the two we can give a try and modify php code.
Forum: Fixing WordPress
In reply to: GTM AND PERFORMANCE OF PAGESPEEDWhat do you mean?
Forum: Fixing WordPress
In reply to: Main Menu disappearedThe CSS mentioned is inline, not loaded in other extra CSS, so It probably has been introduced by someone manually in the header.php of your theme or with a plugin for customized CSS.
I see in that CSS inline comments like:
/* Navigation */ [ CSS ] /* Global */ [ CSS ] /* Sidebar */
… etc
So take a look and see if that rings any bell
Forum: Fixing WordPress
In reply to: Main Menu disappearedI am not in front of the computer but I recall to see some reference from wpstats. Maybe you have that plug-in installed?
If not I would start deactivating plug-ins one by one
Forum: Fixing WordPress
In reply to: Main Menu disappearedI checked the source code of your website and I found that in some CSS you have defined this:
.navigation-wrapper { /* display: none; */ }
if you remove that display:none or that entry you will see the menu again on the top of the webpage
Forum: Fixing WordPress
In reply to: Main Menu disappearedYes, that´s what I meant. Did you try to change the menu back and forth and save it again?
Forum: Fixing WordPress
In reply to: Main Menu disappearedHi Daniela,
Make sure under Apperance -> Customize in the menu section you see that menu is applied