clarter
Forum Replies Created
-
Forum: Plugins
In reply to: [Login by Auth0] Call to functions.phpMy apologies Josh, I didn’t see any notification on the reply. It looks like the change was made though and is out or will be pushed out soon.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Slow section of code?@mxdwn, we incorporated their code fix from the PR at https://github.com/ahmedkaludi/accelerated-mobile-pages/issues/1799 and it helped tremendously.
I’m tracking another slowdown on the creation of articles now, but the one I opened this ticket for was causing problems with even with code not directly tied to the articles.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Slow section of code?Thanks Ahmed, I check Github and our developers mentioned that seemed to be what they would do to fix the issue, but weren’t 100% what was being accomplished by that section so they preferred that I raise an issue with you guys.
I found the problem using Dynatrace. I noticed that once the plugin was enabled our server response times degraded significantly and Dynatrace allows me to track back to specific method hotspots and this is what it pointed out.
I’d be glad to help out with testing whenever you’re ready.
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Deleting a Quick RedirectWe have a pretty complex setup so it will most likely be different for you. For me, I logged into our MySQL database and found the redirect in the table wp_{site number}_options and did a delete on the two option ids for the redirect. In your host you may need to do this in something like phpmyadmin to access the database backend.
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Deleting a Quick RedirectI manually deleted from the database, thankfully only needed to do one.
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Deleting a Quick RedirectWe’re running into the same problem. Even when using the delete all quick directs button in settings it doesn’t remove the quick redirects.