-
Notifications
You must be signed in to change notification settings - Fork 13
/
TODO
74 lines (73 loc) · 3.1 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Todo:
Roadmap:
✔ Create the basic structure with an easy UI and a flexible Task manager @done(18-05-16 22:27)
✔ Get some basic information about the website (Meta Data) @done(18-05-19 01:15)
✔ Check the installed Software @done(18-05-19 01:15)
✔ Detect Theme when WordPress is installed @done(18-05-19 01:15)
✔ Check SSL Certificate @done(18-05-20 21:59)
☐ Check for Web Fonts (e.g. Google Fonts & Adobe Typekit)
✔ Google Fonts @done(18-05-27 19:22)
✔ Adobe Typekit @done(18-05-31 22:18)
☐ FontAwesome
✔ Local Fonts @done(18-05-27 19:23)
✔ Check for DNS Prefetching @done(18-05-22 17:45)
✔ Explain WordPress specific entries @done(18-05-22 18:05)
☐ Check for Analytics Tools
✔ Google Analytics @done(18-05-22 20:48)
✔ Google Tag Manager @done(18-05-22 20:48)
✔ Matomo/ Piwik @done(18-05-23 12:03)
✔ WordPress Stats (Jetpack) @done(18-05-23 12:21)
☐ Check for Opt Out Script
☐ Check for Media Embeds
☐ Instagram
☐ Flickr
☐ Soundcloud
☐ YouTube
☐ Vimeo
☐ Google Maps
☐ Check for Social Media Embeds
☐ FB Social Graph
☐ FB Connect
☐ Twitter
☐ Pinterest
☐ LinkedIn
☐ Xing
☐ Check for CDNs
☐ WordPress CDN
✔ AWS @done(18-06-02 13:52)
✔ Cloudflare @done(18-06-02 13:52)
✔ Bootstrap @done(18-06-02 13:52)
✔ Fontawesome @done(18-06-02 13:52)
☐ Check for Beacons (Facebook Pixel, VG Wort)
☐ Facebook Pixel
☐ VG Wort Tracker
☐ Wordpress.com Pixel (pixel.wp.com)
☐ Check for WordPress specific entries
☐ Plugins
☐ Gravatar
☐ Jetpack
☐ WP Emojis
☐ WP oEmbeds
☐ WP JSON / XML-RTC
☐ Check for Cookies (if it's even possible)
☐ Check for advanced Fingerprinting (if possible)
Specific Todos:
✔ Check for protocol earlier @done(18-05-21 17:09)
✔ Generate a SSL task @done(18-05-20 23:04)
✔ Handle Task Runner better @done(18-05-21 17:09)
✔ Better Error Handling @done(18-05-21 19:01)
✔ Continue when a file fails @done(18-05-21 18:43)
✔ Change URL of CSS and JS to Objects @done(18-05-29 13:57)
✔ Don't show Certificate when it's empty @done(18-05-21 17:20)
✔ Find inline CSS and JS @done(18-05-22 14:47)
☐ Find iframes?
✔ Handle multipe Generator tags @done(18-05-22 14:43)
☐ Help pages for every command
✔ English and German Documentation for Newbies @done(18-05-28 17:52)
Bugs:
✔ Manual selection of tasks doesn't work anymore @critical @done(18-05-22 16:31)
✔ CSS and JS files without a protocol can't be loaded @high @done(18-05-22 17:00)
✔ URL class is not global in nodejs < 10 @critical @done(18-05-27 22:11)
✔ Inline JS and CSS can't be loaded when there are no external files @high @done(18-05-27 22:12)
☐ On Google the protocol doesn't upgrade to SSL automatically @low
✔ On some sites the CSS and JS files can't be loaded when the URI contains a language slug @low @done(18-05-29 13:57)