-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a bit experimental and I need to see whether any test will fail. It takes a long time to generate subperiods for period=range. Eg requesting date=2015-01-04,2015-02-02&module=Referrers&action=getSearchEngines&period=range took about 700ms for each request of 1500ms in total. It now takes only 40ms which means it is 30-40% faster. With the other optimizations the request in total does now only take 700-800ms instead of 1500ms.
- Loading branch information
Showing
1 changed file
with
62 additions
and
0 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
832ecfb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On our demo test server this call does now take only about 0.75seconds instead of 1.7
index.php?date=2015-01-04,2015-02-02&module=Referrers&action=getSearchEngines&widget=1&isFooterExpandedInDashboard=true&flat=1&idSite=1&period=range
832ecfb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice performance improvement, interesting!