masc
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Slow QueryGithub tickett #5239, Thanks
Forum: Fixing WordPress
In reply to: Mysql slow queries issueDo you have problems with this queries too:
SELECT ID, post_content, post_name, post_author, post_parent, post_date_gmt, post_date, post_date_gmt, post_title, post_type\n\t\t\t FROM wp_posts\n\t\t\t WHERE post_status=’publish’\n\t\t\t AND (DATEDIFF(CURDATE(), post_date_gmt)<=2)\n\t\t\t AND post_type IN (‘post’,’page’)\n\t\t\t ORDER BY post_date_gmt DESC\n\t\t\t LIMIT 0, 1\n\t\tand
SELECT meta_key FROM wp_postmeta\n\t\t\t\tGROUP BY meta_key\n\t\t\t\tHAVING meta_key NOT LIKE ‘\\_%’ and meta_key NOT LIKE ‘field_%’\n\t\t\t\tORDER BY meta_key\n\t\t\t\tLIMIT 150
Forum: Fixing WordPress
In reply to: back end very slow and editing tools not visibleQuestion, because we have same problem.
do you have errors in the apache or hhvm log like this??SELECT meta_key FROM wp_postmeta\n\t\t\t\tGROUP BY meta_key\n\t\t\t\tHAVING meta_key NOT LIKE ‘\\_%’ and meta_key NOT LIKE ‘field_%’\n\t\t\t\tORDER BY meta_key\n\t\t\t\tLIMIT 150
SELECT ID, post_content, post_name, post_author, post_parent, post_date_gmt, post_date, post_date_gmt, post_title, post_type\n\t\t\t FROM wp_posts\n\t\t\t WHERE post_status=’publish’\n\t\t\t AND (DATEDIFF(CURDATE(), post_date_gmt)<=2)\n\t\t\t AND post_type IN (‘post’,’page’)\n\t\t\t ORDER BY post_date_gmt DESC\n\t\t\t LIMIT 0, 1\n\t\t
We are seen slowness but we saw this queries taking too much time
Forum: Fixing WordPress
In reply to: Slow queries when i edit page on the backend.same problem
When Importing a csv file in a simple post import and pos_date column does not exist, it assigns to the database field post_date_gmt the date of the same day when was imported, therefore you get a a Draft with a default program date for publishing at 00:00 (hh:mm).
Is that a bug??
Thank´s in AdvancedWith your upgrade to 1.5.2.2, got fixed, thanks
Forum: Plugins
In reply to: [Soccer Info] Not workinGProblem solved, DNS problem!, thank´s any how
Forum: Networking WordPress
In reply to: Main site Only Welcome to website messageFigure it out, some how was getting index.html. thanks
ok thank´s
What about if the consecutive number is 800 and we have tables in 810?, would table press replace the table or just jumps the next available?
Thank´sForum: Plugins
In reply to: [Facebook] Can´t access the app dashboard page!When i click the “Apps” in the facebook developers site it redirects me to the campaign manager page, it never let us pass that?
with this url: https://www.facebook.com/ads/manage/campaigns/
Are we doing something wrong?Forum: Plugins
In reply to: [Docs to WordPress] [Plugin: Docs to WordPress] Google driveI can get it to work, not even authenticate, did you made some changes??