Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
tromaktiko
tagDiv Member

works now, thanks

sent an additional email

tromaktiko
tagDiv Member

Ups sorry, strangely did not receive the reply
Probably was the cloudflare firewall rules, could you try now?

Thanks!

tromaktiko
tagDiv Member

Sent credentials 3 days ago along with license number, not even logged in

tromaktiko
tagDiv Member

We have same issue suddenly from 15th of December, maybe is communication problem with tagdiv server?

tromaktiko
tagDiv Member

In 10.3 without the standard pack there is no option to use a page as footer, only cloud template, right?
At 10.1 and 10.2 cloud template for footer was creating a page, at 10.3 no

tromaktiko
tagDiv Member

Thank you for detailed and helpful reply Calin!

>>>For example on the last query you can get the last 20 publish articles, if there is no >>index on post_date, the query will be slow if there is set an index the query will be >>fast.

So all in all as we are using the template with latest articles (put 20), it calls the query from wp-core so actually in order to fix something need to make better the native wp queries for it?

tromaktiko
tagDiv Member

At first page a slow query is :

SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
WHERE 1=1
AND wp_posts.post_type = ‘post’
AND ((wp_posts.post_status = ‘publish’))
ORDER BY wp_posts.post_date DESC
LIMIT 0, 20

It makes a query to posts table (as i wrote it has 900k articles)
in order to find last 20 (20 is the number we set to appear)
The is searching whole table for published posts and takes last 20, so i assume
will be slow for any big site, maybe had to be optimized to check last days only?

thanks again

tromaktiko
tagDiv Member

Hi!

Thanks for reply

We use cloudflare from their beginning.
Instructions are for old version.
Anyway at instructions you write to enable JS
minification, that actually worked fine for us till 9.8, works
ok for 10.1 as well except the demo installation, just asked if you experience the same.

Thanks!

tromaktiko
tagDiv Member

https://demo.tagdiv.com/newspaper_beauty_pro/

works for you?

still with 10.1 LA MODE installs LA MODE
Beauty PRO installs LA MODE

Can not be a plugin conflict, using only the tagdiv plugins and
everything else works fine for there, not something urgent

thanks again!

Viewing 9 posts - 1 through 9 (of 9 total)