-
-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On digging into speed & disk use issues I find that significant disk space is being used on smartyProcessing of greetings. The same also seems to be true of display names. This is a first shot across the bows but I'm also investigating 1) also doing an early return before replaceGreetingTemplate 2) changing the smarty ->fetch call to pass 'eval' rather than string. Despite the gut-reaction the docs identify this as correct https://www.smarty.net/docs/en/resources.string.tpl and eval is not eval From my local profiling this code also kicks in on delete & it's likely we will actually see a decrease in overall test time on this
- Loading branch information
1 parent
fff6d9b
commit 7557090
Showing
4 changed files
with
89 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters