wordpressmenow
Forum Replies Created
-
Forum: Plugins
In reply to: [Loco Translate] keeping default wp languageyeah…tried to avoid that and thought maybe you will have an idea other than that within plugin’s scope.
many thanks for your help! π
Forum: Plugins
In reply to: [Loco Translate] keeping default wp languagethanks for your reply.
maybe i complicated things a little…
is there a way to show language X (translation) while default wordpress language is Y? (without of course changing actual strings in language Y of course…)
thanks again
Forum: Plugins
In reply to: [User Role Editor] woo REST API legacy v3 errorHello Vladimir
thank you for your professional support π
actually, problem was solved just by last update – once I updated both woocommerce and User Role Editor… (not URE alone).
AAA+++ for this amazing plugin and support!
again, thank you π
Forum: Plugins
In reply to: [WP REST API (WP API)] Is there a way to cache json responseshi nate
yes – but i’m using the wc REST API legacy (not the new WP REST).
relevant?
Forum: Plugins
In reply to: [WooCommerce] [API] Caching responsehey claudio
thanks for your reply π
actually I’m using legacy v3 (which i know is deprecated…)
any suggestion on that or you dropped it completly?
again, thank you
Forum: Plugins
In reply to: [WP REST API (WP API)] Is there a way to cache json responsessure will! thanks π
Forum: Plugins
In reply to: [WP REST API (WP API)] Is there a way to cache json responsessorry :/ your name is pleek… i thought i was still talking to eric…
my bad.
THANK YOU *** PLEEK ***
Forum: Plugins
In reply to: [WP REST API (WP API)] Is there a way to cache json responsesthanks a lot eric!
i will try your idea and will update if i got it to work π
Forum: Plugins
In reply to: [WP REST API (WP API)] Is there a way to cache json responseshi eric
your idea sound good and in the right direction!
possible for you to share the code you did? maybe i would get an idea from that on how to finalize it π
thanks!
Forum: Plugins
In reply to: [WP REST API (WP API)] Is there a way to cache json responsesthanks Eric
Forum: Plugins
In reply to: [WooCommerce] [API] server authentication over SSLyeah..prety much all of the daa is pulled.
thought about using one giant transient, but than i rememberd that i also need other data such as customers, catagories etc’… so the url’s are completly different.
thinking about putting myself in transient mode :/
Forum: Plugins
In reply to: [WooCommerce] [API] server authentication over SSLi think you got me wrong, i’ll try to explain again:
ios or andrd app are calling the wc api in order to get the products data.
since there are A LOT of products, the call is wayyyy too long for user to wait ==> that is why im trying to cache (and remove authentication) the results, in order to cut the waiting time.
once data is in app we can handle the caching on device without a problem.
main issue is how to cache the result from server that the app/user is waiting for :\
Forum: Plugins
In reply to: [WooCommerce] [API] server authentication over SSLyour warning flags are 100% in place.
actually – caching results is my prime goal… for some reason i cant find a proper way of doing that.
searched the web for the last 5 days and nada.
do you know a way i can cache the JSON results? maybe even how to
set_transientproperly for the V3 API?that would realy fix my problem! thanks π
Forum: Plugins
In reply to: [WP REST API (WP API)] Is there a way to cache json responsesany success guys?
Forum: Plugins
In reply to: [WooCommerce] [API] server authentication over SSLi was reffering to the API call itself… not the development.
for some reason it takes 2-3 seconds more – which is a lot.
you are absoloutly right about credentials but for that you need the βAutomatically generate customer passwordβ option enabled.
i also specified in question – keep the permission as “read only”.
btw, i’m still using v3 legacy API and not the new WP-REST.