1. Hi there, Guest

    Only registered users can really experience what DLP has to offer. Many forums are only accessible if you have an account. Why don't you register?
    Dismiss Notice

Techblog: Current development: Memcache, Tagging

Discussion in 'Techblog' started by PatronusCharm FeedBot, Jul 1, 2008.

  1. PatronusCharm FeedBot

    PatronusCharm FeedBot RSS/Atom Feed Poster Bot

    Joined:
    Jan 6, 2008
    Messages:
    15
    I, as a developer, have an insatiable urge to optimize, simplify, and speed up my code. There are developers out there that would have no qualms running a query like this every time somebody hit their site. SELECT (SELECT COUNT(userid) FROM users) AS users, (SELECT COUNT(id) FROM reviews) AS reviews, (SELECT COUNT(chapterid) FROM chapters) AS chapters, [...]

    Full article