1
00:00:00,120 --> 00:00:02,170
Hi, guys, welcome back to our course.

2
00:00:02,190 --> 00:00:08,100
And I could see that after doing a lot of digging with our ear app, I could able to fix that.

3
00:00:08,100 --> 00:00:12,430
I actually restored our database back to the original state and it's working fine without any problems.

4
00:00:12,430 --> 00:00:17,940
So this is my service provider where I'm actually hosting our employee app, and it is working fine

5
00:00:17,940 --> 00:00:19,260
without any problem at the moment.

6
00:00:19,470 --> 00:00:29,040
So if I just go all the way to the, uh, to the login and if I tried doing admin and password as password

7
00:00:29,040 --> 00:00:31,530
and if I had to enter, you can see that brings me up.

8
00:00:31,530 --> 00:00:33,500
But the users are now completely wiped up.

9
00:00:33,510 --> 00:00:38,640
I mean, if you have existing users, those who sort of might have gone because it's a fully pristine

10
00:00:38,640 --> 00:00:41,540
state database that I have restored, so it's working fine at the moment.

11
00:00:41,550 --> 00:00:47,970
So this is this is how I always face issues and that's how I try to resolve this year employee app database.

12
00:00:48,390 --> 00:00:48,840
All right.

13
00:00:48,840 --> 00:00:54,240
So now we can quickly run this guy once again and see if that works, find out any problem or not.

14
00:00:54,540 --> 00:01:01,410
So, again, running the trade strategies file that we executed in our earlier video, and you can see

15
00:01:01,410 --> 00:01:04,470
that this time the app is much faster, which is pretty cool.

16
00:01:04,890 --> 00:01:08,660
And now the screenshot would have been already generated as well.

17
00:01:08,670 --> 00:01:09,030
So.

18
00:01:11,580 --> 00:01:19,770
If I just go to this browser and if I go to the inspect and go to the performance Lord Tri-Star days

19
00:01:19,770 --> 00:01:27,930
on file and you can see that it has to the trees, Dages on file for all of them, along with the screenshots

20
00:01:27,930 --> 00:01:28,310
as well.

21
00:01:28,320 --> 00:01:33,060
So you also have a screen shots coming in over here, which is pretty cool, right?

22
00:01:33,360 --> 00:01:37,860
So this is the way that we can actually use the tracing option over here.

23
00:01:38,250 --> 00:01:42,830
We can also generate that tracing just for a particular operation.

24
00:01:42,840 --> 00:01:48,360
For instance, if you are a developer has made a fix on a particular place, let's say he has fixed

25
00:01:48,540 --> 00:01:51,360
just while clicking the login link.

26
00:01:51,600 --> 00:01:53,430
It is kind of pretty slow here.

27
00:01:53,430 --> 00:01:57,660
And they tell you that or maybe claim that that particular issue has been fixed.

28
00:01:57,850 --> 00:02:01,060
You can probably just trace that particular link alone.

29
00:02:01,080 --> 00:02:03,410
So this is the login link, basically.

30
00:02:03,870 --> 00:02:09,990
So right now, if I want to trace just this particular link so I can just put it tracing over here and

31
00:02:09,990 --> 00:02:13,890
note that you can only use to tracing same time on the same browser.

32
00:02:14,130 --> 00:02:17,450
So you need to only use one star rating and one stop grazing.

33
00:02:17,850 --> 00:02:19,440
So this is just for a login.

34
00:02:19,440 --> 00:02:23,510
I'm trying to do a tracing, so I'm just going to run this guy once again.

35
00:02:26,540 --> 00:02:29,450
So just for the Log-in, another Preysing has actually stopped.

36
00:02:29,480 --> 00:02:34,880
I mean, I think it has started and then it stopped trading and I was trying to enter the username and

37
00:02:34,880 --> 00:02:35,630
password there.

38
00:02:38,210 --> 00:02:43,340
That's it, so now the raising information will be a bit different from what you are seeing over here

39
00:02:43,340 --> 00:02:43,810
this time.

40
00:02:43,820 --> 00:02:50,270
So if I just try to load the trading days on file, do you see that it only has that particular information

41
00:02:50,270 --> 00:02:52,640
just for the logging operation?

42
00:02:52,940 --> 00:02:56,780
So once it clicks the logging, like how much time it takes, so it's like scripting.

43
00:02:56,780 --> 00:03:01,490
It takes still twenty four milliseconds and rendering is eight milliseconds and painting is three milliseconds

44
00:03:01,760 --> 00:03:03,800
and all those information, which is quite good.

45
00:03:04,280 --> 00:03:10,160
And you can also narrow down this based on the category which I was talking about in our earlier video,

46
00:03:10,490 --> 00:03:17,570
where you can actually set the category based on the timeline or maybe the disabled by default data

47
00:03:17,570 --> 00:03:19,190
will start screenshot or something like that.

48
00:03:19,670 --> 00:03:21,780
So you can do all sorts of options as well.

49
00:03:22,040 --> 00:03:29,030
So, for example, if you want to trace based on the category, then you can just put comma.

50
00:03:29,300 --> 00:03:33,110
There is something called as categories and it's an array of categories that you can pass.

51
00:03:33,470 --> 00:03:39,740
And over here, if I want to parse the data, will start time line.

52
00:03:39,770 --> 00:03:45,590
And if I just save this and if I try to run this, it is going to just show you the timeline of the

53
00:03:45,590 --> 00:03:47,840
data, not the whole information that you are getting.

54
00:03:47,850 --> 00:03:53,690
And I mean, you can see literally like what difference does it makes while I try to load those information

55
00:03:53,690 --> 00:03:54,230
over here?

56
00:03:57,150 --> 00:03:57,810
There you go.

57
00:03:57,840 --> 00:04:04,740
And I'm going to start learning now the stressed charges on file and you see that it only has a specific

58
00:04:04,740 --> 00:04:05,210
information.

59
00:04:05,220 --> 00:04:09,960
It doesn't really contain all the information it was coming before, but it only contains a specific

60
00:04:09,960 --> 00:04:12,340
information on that particular page.

61
00:04:12,630 --> 00:04:19,590
So this is how you can change based on a specific category and then you can load that particular detail

62
00:04:19,590 --> 00:04:20,040
alone.

63
00:04:20,070 --> 00:04:27,030
So this is another way that you can generate the timeline or the trace information based on a particular

64
00:04:27,030 --> 00:04:28,020
category as well.

65
00:04:28,050 --> 00:04:30,540
So this is another cool thing that you can do over here.

66
00:04:30,690 --> 00:04:34,830
And that is one more cool thing, which I really like about the trace information is like you're going

67
00:04:34,830 --> 00:04:36,820
to take a screenshot.

68
00:04:36,870 --> 00:04:39,120
I mean, you saw that there is a shots coming in.

69
00:04:39,120 --> 00:04:45,330
So if you want to get all the screenshots, information for your test and you want to show those information

70
00:04:45,330 --> 00:04:49,620
over here, you can do that as well, which is also one thing which is pretty nice.

71
00:04:50,280 --> 00:04:53,450
You can do and play around and you can see how it actually works.

72
00:04:53,460 --> 00:04:57,140
We can actually do that in our next video because this lecture is already bigger now.
