xberg
Forum Replies Created
-
Thanks! I thought it might be that indeed given the historic name of this plugin. Thanks!
Forum: Plugins
In reply to: [Plugin Organizer] 1200 UPDATE queries / page after updating to 9.0.1OK: I fixed the problem 🙂
PO had a problem activating obviously. So I:
– disabled Redis Object Cache
– deactivated Plugin Organiser
– re-activated PO
– re-activate selective plugin loading in PO
– re-activated Redis Object CacheAll good.
So while Redis Object Cache was turned on PO was have a hard time migrating from 8.x to 9.0.1.
In case some of your other users face the same problem 🙂Forum: Plugins
In reply to: [Plugin Organizer] 1200 UPDATE queries / page after updating to 9.0.1Tracking the function responsible for this:
PluginOrganizer->activate()
wp-content/plugins/plugin-organizer/lib/PluginOrganizer.class.php:402
–
PluginOrganizer->check_version()
wp-content/plugins/plugin-organizer/lib/PluginOrganizer.class.php:115
PluginOrganizer->init()
wp-content/plugins/plugin-organizer/lib/PluginOrganizer.class.php:125
do_action(‘init’)
wp-includes/plugin.php:453Forum: Plugins
In reply to: [Plugin Organizer] There is a page with the same permalink. Edit DuplicateHi,
I solved this 🙂
This specific page was also considered under the “page” section of Plugin Organiser. Removing that line from the po_plugins table solved the problem.Forum: Plugins
In reply to: [WordPress Social Login] MaintainedYes: updated yesterday 🙂
Forum: Plugins
In reply to: [Feature Request & Idea Collector] Is the plugin still supportedHi,
The author does seem to update his plugin but indeed is not very active in the support area here 🙂
FYI I am using V 1.1.2 and have no problem with votes.Forum: Plugins
In reply to: [Query Monitor] how do I get ajax performance data?John,
Once again you are the King: absolutely correct. I followed your suggested steps and YES, I get the X-QM headers. So I get the correct headers in the admin panel, but not for my own pages.So indeed it’s a cookie problem. All my ajax files are located on the root of my server.
I then set through Query Monitor the “authentication cookie” hoping this would solve my own cookie problem, but still no success.
Any thoughts or pointers as to how to make this work?
Many many thanks,- This reply was modified 9 years, 2 months ago by xberg.
Forum: Plugins
In reply to: [Query Monitor] how do I get ajax performance data?Hi,
Thanks for your answer: it’s exciting to know about this secret feature!Unfortunately I was unable to find any X-QM* headers. I clicked on every file in my Chrome developer consoler (under Network), including the several ajax-something.php files but there were no X-QM headers. And yes, I was logged in as admin in WP with access to Query Monitor.
Here’s a screenshot of why I am looking at just so we’re sure I’m in the right spot:
http://prntscr.com/ejsw5wThanks!
Forum: Plugins
In reply to: [CDN Enabler] How to exclude? (syntax)I discovered the problem: these files were called from within a CSS file in the format ../.. and this was breaking CDN enabler.
Forum: Plugins
In reply to: [CDN Enabler] Not compatibe with assets start with //This is great! I would love to see this integrated in the official release.
@keycdn: there are only 2 files modified: cdn_enabler.class.php and cdn_enabler_rewriter.class.php
@rbshoretech: you forgot a sanitisation in cdn_enabler_settings.class.php compared with the original version (esc_url):
‘url’ => esc_url($data[‘url’])Forum: Plugins
In reply to: [CDN Enabler] Exclude directoriesI’m also interested in the proper syntax.
In your suggestion “uploads” would include EVERY directoy that has uploads in it. So :
wp-content/uploads
does not work in cdn enabler? So that only the subfolder uploads of wp-content is included?Fantastic: thanks for listening to user feedback 🙂
Forum: Plugins
In reply to: [Feature Request & Idea Collector] Suggestion: add custom filter buttonsSubscribed to replies.
Subscribed to comments.
Forum: Plugins
In reply to: [Plugin Organizer] Plugin Filters page displays nothingI have the feeling that this settings turns itself OFF when I update the plugin…