Meta: TalkFavorites.me is a Q&A site focused on helping you find the best stuff in your neighborhood.
MySQL Queries
[0.00026488304138184] Connecting to MySQL server
[0.0004429817199707] SELECT * FROM countries ORDER BY country_name ASC
[0.00039005279541016] SELECT * FROM locations l LEFT JOIN states s ON s.state_id = l.state_id LEFT JOIN countries c ON c.country_id = s.country_id WHERE l.status IN ('new','pending','validated') AND l.longitude BETWEEN -122.65 AND -122.05 AND l.latitude BETWEEN 47.3218 AND 47.9218