Category Archives: Optimizing

How to gestore Google PlayStore access when Google is blocking PlayStore and PlayServices access for Custom Rom Android Phones.

Google started declaring custom Android mod running phones as uncertified and there are some rumors that it will stop access to the PlayStore and all Google Services soon. (So many apps will stop working)

After some back and forth, google made a page where you’re able to input your Phone ID to make it certified again: Continue reading

What if WordPress wp-cron isn’t working?

WordPress and many of its plugins need to wake up and do some work for example to shedule posts, maintenance, refresh caching and so on.
Normally it does this while a visitor or searchengine requests a page and this slows down this user or searchengine which leads to suboptimal expirience or downgrades on the ranking.

So many people disable this behavior and run a linux sheduler (cronjob) to call the wp-cron.php file by themself over HTTP. Continue reading