karevn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website and Dashboard Loading extremely slow!A year or so ago I hosted my site karevn.com at bluehost. Once, I noticed that it takes 10-15 seconds to load this site’s home page HTML (even without assets). After some research, I found that mysql works EXTREMELY slow and my slow queries log is full of… guess what? It was full of “use database” queries! Damn, what can be more lightweight than just choosing a database you’re going to work with? No way, it was slow. When I contacted Bluehost 24/7 support, they told me “to optimise my database queries” or contact my developer. I have no idea how can “use database” query be optimised (should I rewrite mysql server or what?), and what developer should I contact when I am a WordPress premium plugin developer myself. So I switched to amazon EC2 an another day and am pretty much happy with it.
Bottom line: beware of Bluehost. They not only oversell their servers, they blame you when you ask for help.
Oh, my config those days:
1. Latest WordPress (I believe it was 3.3)
2. All in one seo pack
3. “Focused” theme
4. Usernoise plugin installed (my own one)
5. All in one email plugin installed (my own one)
6. Better WordPress minify plugin configured to minimise JS + css assets size
7. WP Super cache in PHP caching mode (I know .htaccess mode is faster, but I needed PHP mode).Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Can't Disable on MobileI would rephrase the question: “Is there a way to tell W3TC it should take HTTP User agent into consideration before responding with a cached version?”. And it is best to contact its authors for a good answer ??
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Usernoise crashSorry, no way. Usernoise can only work on a single domain, that is how browsers work with AJAX.
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Feedback/Discuss List Keeps LoadingHello! Sorry, I did not review support requests at www.remarpro.com for a long time – usually, people leave them at CodeCanyon. If you’ll enable Usernoise again and contact me by email or via CodeCanyon’s private messages – I’ll be happy to resolve the issue.
Thanks!
Hello! Pro version does have this feature ??
On spam – I am working on getting rid of them as spammers seem to invent new techniques those start to affect Usernoise too.
The security concern was resolved a long ago ??
Do you mean you see the login page when clicking the button?
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Shortcode no 'Thank You' responseCan you please tell your site URL?
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] publish the feedbackHello! It is possible with custom coding, or you can buy Pro to show the feedback already submitted next to the feedback form.
Hello! You probably need to set up SMTP email delivery. It is easiest to register a gmail email account and email me with your site details – I’ll configure it for you. My email is karev (dot) n at google mail
Thanks!
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] side buttonHello! Sorry, can’t reproduce the issue in Safari on Mac. May be you already changed the site so this issue is not relevant anymore? If so – please reopen the request.
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Remove FEEDBACK as Required.Sorry, it is not supported and I am not planning to add this option. You can do that by some custom changes, it will not take long. Removing things is easier than adding them ??
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Usernoise disapears for no easonSorry, but it is not enough info to help. Currently, the button is there. I suppose it may be a Javascript problem that stops JS execution before Usernoise code is executed.
Thanks!
@erichopf haha. Yep! I am expensive.
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Can't Disable on Mobile@yogesh mobile detection is request header-specific. When you use W3 Total cache, the detection does not work because W3TC just fires with a cached page version regardless of the device used. In other words, you have too aggressive caching.
Hello! Sorry, but it looks like I can only help when I see the site. Otherwise, it is a guessing game. It is best to use a common troubleshooting – disable other plugins / themes until the problem disappears, then dig into that code.