manojtd
Forum Replies Created
-
Just released V1.30 with this suggestion implemented.
Good suggestion. I will look into it.
Forum: Plugins
In reply to: [EZ PayPal] Subscriptions "Regular billing cycle" not savingThis has been resolved privately.
Forum: Plugins
In reply to: [Ads EZ] Broken in Many Ways!Thanks for the feedback. I will try to reproduce this error locally and debug it.
Forum: Plugins
In reply to: [Easy Text Links] What happens to an expriing link?This plugin would hide the expired link completely. I could make it strip the target and leave the text. I will probably implement that in the pro version first. Thanks for the suggestion.
Forum: Reviews
In reply to: [Plugin Check] You should check if your helper functions existThanks for the heads up. I will look into it and fix it in the next release.
Forum: Reviews
In reply to: [Plugin Check] Pretty good.Thanks for the feedback. I thought the auto-generated code section was controlled by an option. I will check and set the default to no display.
Forum: Reviews
In reply to: [Plugin Check] All my Plugins failed the test – including "Check Plugin"May I know what you meant by “a pointer in admin menu”? Did you mean the admin menu item “Plugin Check” did not get removed after you deleted the plugin files? If so, it would be really strange because the code to create that menu item would have been deleted! It is probably a caching issue.
Plugin Check is designed to list possible improvements in your code and documentation. It is not a pass or fail test.
Forum: Reviews
In reply to: [Easy Object Cache] No work,s fineThis is almost certainly due to the fact that the plugin triggered swapping on your VPS. By default, Easy Object Cache uses 32MB of memory (in the RAM disk /dev/shm) to cache transients, which may be too much for some VPSs with low RAM or large number of processes. If the RAM is exhausted, the OS starts using HD based swaps, which may end up creating excessive CPU spikes. Moreover, the plugin itself may be forced to do frequent garbage collection.
Thanks for reporting this. I will figure out an algorithm to determine optimal level of RAM allocation.
Forum: Reviews
In reply to: [AJAX Plugin for AdSense] Be PreparedSorry to see that the plugin didn’t work for you. It would have been great if I could figure out why, but since you are not using the plugin any more, I guess it won’t be possible.
Forum: Plugins
In reply to: [EZ PayPal] Download emails not sendingA email test tool has been implemented. Available only in the Pro version for now.
Marking this thread as resolved.
Forum: Plugins
In reply to: [Easy Object Cache] Multisite?Is your APC cache location set to be
/dev/shm/apcFolder/or something else?The plugin tries to use
/dev/shm(RAM disk) as the cache storage by default. If it cannot, it will try to use the sys temp folder, which is disk-based, and may be slower than putting the transients in the database.I think in a future version, I will give the option to put the transients in the DB, but under a separate table
wp_transients. I don’t know if it is worth the effort — the change fromwp_optionsto this new table would be merely cosmetic, I would think.Forum: Plugins
In reply to: [Easy Object Cache] Multisite?Sorry, I haven’t tested it on multi-site yet. Please don’t use it until I do and post the confirmation here.
If someone has a working multi-site test bed where they can try the plugin (or let me try it), it will be great!
Forum: Plugins
In reply to: [Easy Cache] Plugin Causes 403 Error On Google PageSpeedInsightsThanks for the feedback. I wrote this plugin to speed up my own blog when it was on a lousy VPS (Arvixe). Then I moved to InMotion, and the VPS was so fast that I didn’t really need the plugin. And so I stopped working on it. I take your feedback (and the review) as constructive criticism, and will get back to improving the plugin. Thanks!
Forum: Plugins
In reply to: [Easy Cache] White screen on MobileThanks for the info. I will take a look and see if I can fix/improve the plugin. I was laying off of it for a while because I thought I couldn’t compete with the big players like wp-supercache and w3-total-cache.