-
-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lazy loading of tickets #318
Comments
As it's a quite large change, it will be done step by step by removing the use of the full event+categories+ticket: Optimize pending payments mvc controllers call:
|
|
syjer
added a commit
that referenced
this issue
Aug 9, 2017
TicketReservationManager.fetchWaitingForPayment -> we have a n+1 sql call here: will be simplified later |
syjer
added a commit
that referenced
this issue
Aug 9, 2017
syjer
added a commit
that referenced
this issue
Aug 9, 2017
syjer
added a commit
that referenced
this issue
Aug 9, 2017
syjer
added a commit
that referenced
this issue
Aug 9, 2017
syjer
added a commit
that referenced
this issue
Aug 9, 2017
|
syjer
added a commit
that referenced
this issue
Aug 10, 2017
Remove
|
syjer
added a commit
that referenced
this issue
Aug 10, 2017
syjer
added a commit
that referenced
this issue
Aug 10, 2017
syjer
added a commit
that referenced
this issue
Aug 11, 2017
syjer
added a commit
that referenced
this issue
Aug 11, 2017
* #318 initial works * #318 add ticket category+stat view in event * #318 add tokens in ticket category, fix @JsonIgnore use to hide embedded events/stats
TODO:
|
syjer
added a commit
that referenced
this issue
Aug 11, 2017
syjer
added a commit
that referenced
this issue
Aug 11, 2017
syjer
added a commit
that referenced
this issue
Aug 11, 2017
syjer
added a commit
that referenced
this issue
Aug 12, 2017
syjer
added a commit
that referenced
this issue
Aug 13, 2017
syjer
added a commit
that referenced
this issue
Aug 13, 2017
should be done |
syjer
added a commit
that referenced
this issue
Aug 14, 2017
convert from string to moment js object
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remove tickets from
/admin/api/events/eventname.json
response.This will improve performances of the event detail page, especially in case of slow internet connection or big-size events.
The tickets should be loaded on-demand when the user clicks on the "tickets" button on a specific category.
The text was updated successfully, but these errors were encountered: