john2gr
Forum Replies Created
-
Sure thing, we have PHP 7.3
Here is our site health -> https://i.imgur.com/lmbyZIE.jpg
There is around 0.5 improvement (we have 8 CPUs on our server). We went from 1.1 to 0.6 CPU usage (I should note that right now we don’t have a big traffic, so I don’t know the difference at the peak of our traffic). I’ll be definitely using it though as it reduces overall CPU load. Is there any downside to using it?
Forum: Plugins
In reply to: [AMP] AMP pages do not display proper titleYeap, this works correctly and there are no more duplicate <title> tags on non-AMP pages. Thanks Weston ??
Just a quick note. I also experienced increased CPU usage with the latest version of the plugin. However, it’s not that big for our dedicated server. Still, there is indeed a CPU server hit.
UPDATE:
There is a WordPress plugin that you can use to rollback (WP Rollback). After rolling back to version 1.4.4, our CPU usage has decreased from 2.0 to 1.4.
HOWEVER, version 1.4.4 has some issues that were fixed in the latest 1.5.3 version. For instance, version 1.5.3 displays correctly the bio box and YouTube videos. Version 1.4.4 does not.
Forum: Plugins
In reply to: [AMP] AMP pages do not display proper titleUnfortunately that workaround (the last one from Djennez) introduces two <title> on non-AMP pages :/
Forum: Plugins
In reply to: [AMP] AMP pages do not display proper titleHi Weston,
We can now confirm that this is due to YOAST SEO. When we disabled it, the title appeared. However, YOAST SEO is a must-have plugin for us. The workaround that James suggested does not work.
Forum: Plugins
In reply to: [AMP] AMP pages do not display proper titleHi Weston,
Here are our active plugins: https://i.imgur.com/EhuQgMt.jpg
We are using a child theme of Twenty Fourteen. I don’t think Twenty Fourteen has an amp directory.
- This reply was modified 4 years, 10 months ago by john2gr.
Forum: Plugins
In reply to: [AMP] AMP pages do not display proper titleYeah, it appears that for some reason <title> is missing from the AMP (it is present in the non-AMP page). Again, this is a fresh install of AMP so I don’t know why it’s happening. How can we add the <title> to the header for the AMP? (both html-start.php and amp-post-template-functions.php are the default ones).
Forum: Plugins
In reply to: [AMP] AMP pages do not display proper titleHi albertomedina. That’s strange, nope. I’ve just completely removed/uninstalled the plugin and re-installed it.
The html-start.php and amp-post-template-functions.php are exactly the same with what Weston Ruter provided. Here is what the header.php of AMP currently is. Again, this is a completely fresh install of the plugin.
<?php
/**
* Header template part.
*
* ??????
* DO NOT EDIT THIS FILE WHILE INSIDE THE PLUGIN! Changes You make will be lost when a new version
* of the AMP plugin is released. You need to copy this file out of the plugin and put it into your
* custom theme, for example. To learn about how to customize these Reader-mode AMP templates, please
* see: https://amp-wp.org/documentation/how-the-plugin-works/classic-templates/
* ??????
*
* @package AMP
*//**
* Context.
*
* @var AMP_Post_Template $this
*/$this->load_parts( [ ‘header-bar’ ] );
Forum: Plugins
In reply to: [AMP] AMP pages do not display proper titleHi James,
Unfortunately, this code doesn’t work. We haven’t tested the other modes but what are the plugins that are not compatible with AMP?
Forum: Plugins
In reply to: [Frontpage-Slideshow] Don't auto start slide in WP 3.2.1Yeap, the 0.9.9.3.8 works fine now. Thnx ??
Forum: Plugins
In reply to: [Frontpage-Slideshow] Don't auto start slide in WP 3.2.1As I said, by replacing the code, the plugin is working fine for me now without any issues :).
Don’t know why the ‘get_permalink’ code of your latest version didn’t “get” and load the images to the flash.
Forum: Plugins
In reply to: [Frontpage-Slideshow] Don't auto start slide in WP 3.2.1Found the problem for you jeff_:
0.9.8 code:
[Code moderated as per the Forum Rules. Please use the pastebin]
Current code:
[Code moderated as per the Forum Rules. Please use the pastebin]
As you will see, there are quite some changes here. So I replaced the current code with the code from the 0.9.8 and now everything works fine. Image are loaded fine now ??
PS: That screenshot you captured was with the 0.9.8 version (that I had downgraded to). Visit my site and you will see now and the left-right buttons (that were not displayed on the screenshot you captured ;))
Forum: Plugins
In reply to: [Frontpage-Slideshow] Don't auto start slide in WP 3.2.1Juest went back to version 0.9.8 jeff_ till the issue is fixed. As you can see, now the flash works fine BUT there aren’t any button indications (issue I had with the 0.9.8 version ;)).
But the images are being displayed now so I’ll stick with this old version for now
Forum: Plugins
In reply to: [Frontpage-Slideshow] Don't auto start slide in WP 3.2.1Same problem here, with the previous version there was the problem with the auto-start and now the images aren’t being displayed. I should note that I wasn’t experiencing ANY issues at all with the previous versions of Frontpage-Slideshow so this has nothing to do with my Theme.
A fix is greatly needed, otherwise I’ll be forced (among others) to simply change the plugin