I’ve upgraded to 2.6.1 and I’m trying to edit a post and I get the following.
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2624660 bytes) in /Users/jonnyfrodsham/Sites/swimming-ee2/swimming.org/src/website/system/codeigniter/system/core/Loader.php on line 705
Cheers Jonny
Increasing my memory_limit to 256m in php.ini the edit page finally loads.
It’s taking 28 seconds which is of major concern with 300 queries and one query is taking over a second.
Script executed in 27.7071 seconds - 308 SQL queries used
SELECT member_id, group_id, username, screen_name, in_authorlist
FROM (exp_members)
WHERE in_authorlist = ‘y’
OR group_id IN (‘1’, ‘6’, ‘12’)
ORDER BY screen_name ASC, username ASC
This query is taking over a second - 1.1930 seconds to be exact.
Now it’s a pretty big field group I can provide more details if anyone can help.
This is the problems runs about 200 times!!!
SELECT *
FROM (exp_developer_log)
WHERE function = ‘EE_Fieldtype()’
AND line = 26
AND file = ‘system/expressionengine/third_party/pt_field_pack/pt_fieldtype.php’
AND deprecated_since = ‘2.6’
AND use_instead = ‘EE_Fieldtype::__construct()’
ORDER BY log_id desc
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.