Line 257: Symphony::Database()->fetch('SELECT `id` FROM `tbl_entries`;'); I have over 300,000 entries. This causes memory issues when viewing a sections entries. Surly you only need to load the IDs of the entries on a page?
Line 257:
Symphony::Database()->fetch('SELECT
idFROMtbl_entries;');I have over 300,000 entries. This causes memory issues when viewing a sections entries. Surly you only need to load the IDs of the entries on a page?