There is no need to run file_check_location() on every path in the {global_avatar} table. The comparison path should only be global_avatar_path_get(), thus reducing the amount of CPU cycles when global_avatar_check_location() is called.
There is no need to run file_check_location() on every path in the {global_avatar} table. The comparison path should only be global_avatar_path_get(), thus reducing the amount of CPU cycles when global_avatar_check_location() is called.
Comments
Comment #1
cpliakas commentedFixed in commit #295708.