Title: touchrandr's Replies | WordPress.org

---

# touchrandr

  [  ](https://wordpress.org/support/users/touchrandr/)

 *   [Profile](https://wordpress.org/support/users/touchrandr/)
 *   [Topics Started](https://wordpress.org/support/users/touchrandr/topics/)
 *   [Replies Created](https://wordpress.org/support/users/touchrandr/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/touchrandr/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/touchrandr/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/touchrandr/engagements/)
 *   [Favorites](https://wordpress.org/support/users/touchrandr/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [query_posts causing page load delay – Best alternative?](https://wordpress.org/support/topic/query_posts-causing-page-load-delay-best-alternative/)
 *  [touchrandr](https://wordpress.org/support/users/touchrandr/)
 * (@touchrandr)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/query_posts-causing-page-load-delay-best-alternative/#post-3221126)
 * Hi,
 * I use the below code to get different post type, but my page loads,
    it sucks
   my whole system process.
 * $args = array(
    ‘orderby’ => ‘post_date’, ‘order’ => ‘DESC’, ‘post_type’ => ‘
   post-faq’, ‘post_status’ => ‘publish’ );
 * return $faq_array = query_posts( $args );
 * We can try the WP_Query()
    [WP_Query](http://codex.wordpress.org/Function_Reference/WP_Query)

Viewing 1 replies (of 1 total)