virgilio27
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Gallery block and Masonry broken since 5.9Here a example:
Example LinkThx, try it.
when the next stable version comes out?
But if I buy 2 extensions, Get I 2 licenses?
I mean to create a custom field for posts (I’ve already done it) and then be able to see a column of that custom field in the page “All Posts” in the background admin.
Like title column, date, category, label…
Look here: https://www.hostinger.com/tutorials/wp-content/uploads/sites/2/2019/04/wp-admin.jpg
Yeesss. It Works!!!
The error was in the field “value”, wasn’t it supposed to be the exact name?
Nothing. The strange thing is that if I leave it like that* the posts do come out, but all the posts that have any actor come out, not only those of that CPT.
*
$name = $post->post_name; //get the slug of the current CPTactors $args = array( 'post_type' => 'post', 'posts_per_page' => 199, 'meta_query' => array(array( 'key' => 'actors', ), ), ); $loop = new WP_Query($args)
Nothing comes out, any way to see what the array contains?
Forum: Plugins
In reply to: [WordPress Popular Posts] Error Http 403 in /wp-json/I use rocket cache and clear cache every 8 hours, may I have to exclude some route?
Forum: Plugins
In reply to: [WordPress Popular Posts] Error Http 403 in /wp-json/Yes, it view very much text, like source code
Forum: Plugins
In reply to: [WordPress Popular Posts] Error Http 403 in /wp-json/is there any way to check the connection to the REST API? I have access to the server logs
Forum: Plugins
In reply to: [WordPress Popular Posts] Slow server with WPPSeems to be a problem with the Bimber theme. When I add this code to functions.php (look at the link below) and I put 4 hours then every the 4 hours there is a peak in the CPU of several minutes because of mysql queries.
https://docs.bimber.bringthepixel.com/articles/lists/how-to-build/index.html
In the options the WPP I have deactivate cache, to test, and the same thing happens with cache activated
Forum: Plugins
In reply to: [WordPress Popular Posts] Slow server with WPPOk, I have done all those steps already. I just realized that the CPU consumption is triggered just when the plugin counts the viewed posts, or does the Bimber theme do it to create its lists? It is during those 5-10 minutes when the CPU fires. The rest of the time everything is fine
- This reply was modified 4 years, 7 months ago by virgilio27.
Forum: Plugins
In reply to: [WordPress Popular Posts] Slow server with WPPI have been using it for about a month and a few days ago is when it has had a performance problem with mysql every 7/8 hours. It is a peak of CPU load of several minutes.
I have installed Memcached, Nginx, MariaDB (version: 10.1.26) and PHP 7.4. It’s a web about 30,000 visits a day with 4,000 posts. The theme I use is Bimber.
Forum: Plugins
In reply to: [WordPress Popular Posts] Slow server with WPPBut what do you recommend? I have around 30,000 visits a day. What options do you advise me of WPP?
Forum: Plugins
In reply to: [WP-PostRatings] Performance for +3000 postBut how can it affect MySql calls?