I cant seem to find whats wrong. I have tried clearing my browsing history, using incognito and using a different browser.
]]>I need help for checkout process. I already uninstall all extensions and theme, only install woocommerce and storefront. All pages loading time looking fast without cache. But trying complate order process after submit order button, loader wait almost 5-15 seconds. There is not any error on debug.log. Anyone have any idea?
thanks,
]]>This has never happened prior to 2/22.
]]>Could this be cause by the “Trash” ???
I’ve deleted dozens of old posts, some containing a dozen or more graphics, but it doesn’t “Delete” … it goes to the “Trash” . . .
??? Where is the trash, and how do you empty it?
??? Is there a DELETE that gets rid of something immediately?
Sorry . . . all the references to “Trash” never answered this question.
]]>When I enable share counts, my time for a full page load increases by 4-5 seconds. Does it take a while for the counts to be cached? Any idea why it’s taking so much additional time?
Thanks,
K.
]]>What setting do I have to change AND what do the setting have to be to make this plug in operate as advertised. The audio delay should be set to where it is no more than a 1-2 second delay.
]]>When checking on pingdom after the activation of Mashshare, my website run slower than with another plugin and I’ve got this error message “Minimize request size :
The requests for the following URLs don’t fit in a single packet. Reducing the size of these requests could reduce latency.
data:application/octet-stream;base64,d09GRgABAA … I4tDR3JIBEhJJBBs5mFi5NHawfi/dQNL70YmBhcADHYj9AAA”
Is it possible to fix that ? ‘Cause otherwise the plugin is nice and quite lightweight.
Thanks
]]>I’ve a post with more than 5000 words and I need to edit it everyday. Now, when I try to edit it, my PC’s CPU goes to 100%. But, if i deactivate yoast plugin it works normally.
Is there any solution, instead to deactivate it everytime I need to edit this post?
Is maybe a problem of my server?
Thanks in advance
]]>I have a site with custom path homepage url, eg.
instead domain.com home page url redirects to domain.com/custom-path
WordPress is installed in webroot directory. It’s just that homepage has a custom path instead of default webroot/domain url.
It is done by 2 rewrite rules in .htaccess:
# 301 due to filters off
RewriteCond %{HTTP_HOST} !^www.domain.com(.*) [NC]
RewriteRule ^(.*)$ https://www.domain.com/$1 [R=301,L]
# 301 homepage
RewriteCond %{QUERY_STRING} !^/?s=(.*)
RewriteRule ^$ /custom-path [R=301,L]
and also by a filter added to functions.php (it removes default template redirects)
remove_filter('template_redirect','redirect_canonical');
We serve WP-Super Cache versions of urls to users. The trouble is that since custom path homepage url is in place we see more latency, and much longer server time response.
I fear that Super Cache somehow gets confused which page to serve causing latency in homepage cache serving. Other website pages do not have this latency – we monitor it.
Now the question: Is there latency friendly way of implementing custom path hompage url which would not cause delay in loading homepage cache? Could anyone put me int right direction?
]]>