- Home
- Forum
- ASP.NET Core - EJ 2
- Increasing perfomance audit/Chrome lighthouse
Increasing perfomance audit/Chrome lighthouse
Dear all,
the chrome lighthouse gives me performance issues.
Is it possible to reduce the time loading just we need per page?
We need:
- datepicker
- grid
- textboxes
Any other ideas to prevent a loading of 19s.
Cheers,
Giorgio
SIGN IN To post a reply.
3 Replies
TS
Thavasianand Sankaranarayanan
Syncfusion Team
September 24, 2019 01:39 PM UTC
Hi Giorgio,
Greetings from Syncfusion support.
We can increase the Grid performance while rendering the Grid and paging using individual script of EJ2 Grid. You can also generate Essential JS2 Grid component individual scripts by using http://crg.syncfusion.com. Please find the steps for generate the local Essential JS2 Grid scripts and styles locally.
Step 1: Open http://crg.syncfusion.com site.
Step 2:click Grid checkbox
Step3: To click download button and enter your export file name in the popup.
Step 5: To extract your download file and you can get as follows
You can get the scripts and styles from script and style folder in your downloaded file and you can copy and paste them in your application and include this reference.
And we suggest another way to refers the individual scripts files in Layout page. Please the below code example for more information.
[Layout.cshtml]
|
@* Syncfusion Essential JS 2 Styles *@
@* Syncfusion Essential JS 2 Grid dependencies Scripts *@
<script src="https://cdn.syncfusion.com/ej2/ej2-splitbuttons/dist/global/ej2-splitbuttons.min.js"></script>
<script src="https://cdn.syncfusion.com/ej2/ej2-navigations/dist/global/ej2-navigations.min.js"></script>
<script src="https://cdn.syncfusion.com/ej2/ej2-dropdowns/dist/global/ej2-dropdowns.min.js"></script>
<script src="https://cdn.syncfusion.com/ej2/ej2-calendars/dist/global/ej2-calendars.min.js"></script>
<script src="https://cdn.syncfusion.com/ej2/ej2-excel-export/dist/global/ej2-excel-export.min.js"></script>
<script src="https://cdn.syncfusion.com/ej2/ej2-pdf-export/dist/global/ej2-pdf-export.min.js"></script>
<script src="https://cdn.syncfusion.com/ej2/ej2-file-utils/dist/global/ej2-file-utils.min.js"></script>
<script src="https://cdn.syncfusion.com/ej2/ej2-compression/dist/global/ej2-compression.min.js"></script> |
Regards,
Thavasianand S.
GI
Giorgio
October 1, 2019 10:30 AM UTC
Thanks for the suggestions,.
BR
Giorgio.
TS
Thavasianand Sankaranarayanan
Syncfusion Team
October 2, 2019 04:13 AM UTC
Hi Giorgio,
Thanks for your update.
We are happy that the problem has been resolved at your end.
Regards,
Thavasianand S.
SIGN IN To post a reply.
- 3 Replies
- 2 Participants
-
GI Giorgio
- Sep 23, 2019 06:16 PM UTC
- Oct 2, 2019 04:13 AM UTC