Why is home (a lot) slower than other pages?
I beg to differ with the previous two comments. Using a static home page results in WP using an index scan on the posts table’s primary key, vs an (oh so occasional) index scan on post_date, status or post_parent in the posts table. In essence, the home page is dead slow because of the poor … Read more