Will cron job run if page loaded is being served from cache?
It depends on the plugin and the cache method you are using. For example, as far as I remember, WP Super Cache offers two different cache methods: PHP Cache HTML Cache Using the first method creates PHP cache files that still load WordPress’s functions, but do not go through the whole loading process. If this … Read more