maximevalette
Forum Replies Created
-
Forum: Plugins
In reply to: [iCal Feeds] Added Custom field for date supportHi,
Thanks a lot for your help! I’ve put your code into the 1.4.1 version ??
Best regards
Hi Angelos,
That’s weird because I use the standard WordPress cache methods in order to make it compatible with any cache system.
If you disable the memcached cache in W3 does it change something?
Forum: Plugins
In reply to: [Google Analytics Post Pageviews] Issue with Google policiesHi,
You should have a name for your app that doesn’t contain Google in it.
Best regards
You’re very welcome ??
Hi,
You can run the following PHP code to remove the DB cache for GAPP:
<?php $wpdb->query("DELETE FROM " . $wpdb->options . " WHERE option_name LIKE '_transient_gapp-transient-%'"); $wpdb->query("DELETE FROM " . $wpdb->options . " WHERE option_name LIKE '_transient_timeout_gapp-transient-%'"); set_transient('gapp-namespace-key', uniqid(), 86400 * 365); ?>
- This reply was modified 7 years, 7 months ago by maximevalette.
- This reply was modified 7 years, 7 months ago by maximevalette.
- This reply was modified 7 years, 7 months ago by maximevalette.
Forum: Plugins
In reply to: [Google Analytics Post Pageviews] Long time for post list page loadsYou should check that your cache is working on your installation, and about the no results issue that could be some API limitations (rate limit or something else).
Forum: Plugins
In reply to: [Google Analytics Post Pageviews] number of post for two domainsCurrent it’s not possible if it’s on the same WordPress site, but it’s a good suggestion.
It’s not in our plans currently as the plugin is only based on my free time, it would add a lot of complexity to it. Plus I’m not sure it’s really based on the view, if it’s on the property it doesn’t change the issue. You should increase your cache duration.
I don’t know all of the details for the API throttling but I’m sure it’s more complicated than just “X requests per day” ??
Quota is not only per day it’s also throttled per minute / hour and so on, so you probably hit that limit before.
Forum: Plugins
In reply to: [iCal Feeds] Tevolution Plugin and Custom FieldsHi,
The solution mentioned in the other post still works.
Hi,
Can you send the URL of your iCal feed so we can sort it out? Thanks.
Also if you made some modifications that could be helpful to others please share.
Best regards
Bonjour,
Oui c’est ?a, donc plus le temps est long moins vous aurez à faire de requêtes.
Plus il y a de requêtes à l’API de Google et plus ?a mettra de temps, ?a me semble normal. Pour le nombre également, ce sont les chiffres de Google Analytics, je ne pense pas qu’ils soient mis à jour en temps réel.
Le quota ne se remet pas directement à 0, il faut que vous attendiez demain.