Edcjei.net
Acceder
.login form .input, .login input[type=text],.login form input[type=checkbox]{
border-radius: 0;
}
input[type=checkbox]:checked:before {
content: url('data:image/svg+xml;utf8,');
margin: -0.25rem 0 0 -0.275rem !important;
}
body .language-switcher{
margin-top: 10px;
clear: both;
z-index: 1;
position: absolute;
top: 100%;
}
body #login{
position: relative;
}
.wp-core-ui #login .button-primary{
margin-left: 0;
}
.admin-email__actions-primary .button:first-child {
font: 400 15px "Roboto", sans-serif;
color: #fff;
height: auto;
line-height: 20px !important;
padding: 13px;
padding-top: 13px;
padding-bottom: 13px;
width: 100%;
text-align: center;
background-color: #008ec2;
border: 0;
margin-bottom: 8px;
border-radius: 5px;
}
.admin-email__actions-primary .button:first-child:hover {
background-color: #008ec2;
}
.login form.admin-email-confirm-form {
max-width: 360px;
margin: 0 auto;
}
.login-action-confirm_admin_email #backtoblog a {
color: #008ec2 !important;
}
/*************************************************************
* Plugin: LoginPress - Customizing the WordPress Login.*
* Description: LoginPress is the best Login Page Customizer *
* in WordPress which allows you to completely *
* change the layout of login, register and *
* forgot password forms. *
* Author: WPBrigade *
* visit: https://wordpress.org/plugins/loginpress/ *
*************************************************************/
body.login {
background-image: url(https://edcjei.net/wp-content/plugins/loginpress/img/bg.jpg);
/*background-color: #ddd5c3;*/
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
display: table;
min-height: 100vh;
width: 100%;
padding: 0;
}
.header-wrapper{
/* display: table-row; */
}
#login{
margin-top: 2%;
background: #fff;
position: relative;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
box-shadow: 0 0 15px rgba(0,0,0,.8);
max-width: 350px;
padding: 26px 26px 6px 26px;
width: 100%;
}
.login form {
margin-top: 20px;
margin-left: 0;
padding: 0 24px 12px;
background: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.login form .input, .login input[type="text"]{
height: 48px;
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
margin-bottom: 18px;
font: normal 15px "Roboto", sans-serif;
color: #7f7f7f;
border-color: #bdbdbd;
padding-left: 27px;
font-weight: normal;
}
#jetpack_protect_answer{
padding-left: 0;
text-align : center;
}
.login input[type="submit"] {
background: #fff;
color: #fff;
margin: 7px 0 7px;
height: 46px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
font: normal 15px "Roboto", sans-serif;
color: #fff;
width: 100%;
}
.wp-core-ui.login .button-group.button-large .button,
.wp-core-ui.login .button.button-large, .wp-core-ui.login .button-primary{
height: 46px;
line-height: 0;
background: #008ec2;
}
.wp-core-ui.login .two-factor-email-resend .button{
color: #444;
}
.login #nav {
text-align: center;
}
#login_error { display:block; }
/*.message { display:none; }*/
/*.custom-message {
-moz-border-radius:3px 3px 3px 3px;
border-style:solid;
border-width:1px;
margin:0 0 16px 8px;
padding:12px;
}*/
#backtoblog{
text-align: center;
}
.header-cell{
/* display: table-cell; */
height: 100px;
}
.loginHeaderMenu{
text-align: center;
position: relative;
z-index: 10;
list-style: none;
background: #333;
}
.loginHeaderMenu>ul>li{
display: inline-block;
vertical-align: top;
position: relative;
list-style: none;
}
.loginHeaderMenu>ul>li>a{
color: #fff;
text-transform: uppercase;
text-decoration: none;
font-size: 16px;
padding: 17px 20px;
display: inline-block;
}
.loginHeaderMenu>ul>li:hover>a{
background: #4CAF50;
color: #fff;
}
.loginHeaderMenu>ul>li>ul{
position: absolute;
width: 200px;
padding: 0;
top: 100%;
left: 0;
background: #fff;
list-style: none;
text-align: left;
border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.31);
box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.31);
overflow: hidden;
opacity: 0;
visibility: hidden;
}
.loginHeaderMenu>ul>li:hover>ul{
opacity: 1;
visibility: visible;
}
.loginHeaderMenu>ul>li>ul>li{
font-size: 15px;
color: #333;
}
.loginHeaderMenu>ul>li>ul>li>a{
color: #333;
padding: 10px;
display: block;
text-decoration: none;
}
.loginHeaderMenu>ul>li>ul>li>a:hover {
background: rgba(51, 51, 51, 0.35);
color: #fff;
}
.login-wrapper{
display: table-row;
}
.login-cell{
display: table-cell;
vertical-align: middle;
}
.clear{
display: none;
}
.footer-wrapper{
/* display: table-footer-group; */
position: -webkit-sticky;
position: sticky;
top: 100vh;
}
.footer-cont{
right: 0;
bottom: 0;
left: 0;
text-align: center;
/* display: table-cell; */
vertical-align: bottom;
/* height: 100px; */
}
.loginFooterMenu{
text-align: center;
background-color: rgba(0,0,0,.7);
}
.loginFooterMenu>ul{
display: inline-flex;
}
.loginFooterMenu>ul>li{
display: inline-block;
padding: 18px;
}
/* style two factor plugin */
.login .backup-methods-wrap a, #login form p:not([class]){
color: #555d66;
}
.login .backup-methods-wrap a:hover{
color: #00a0d2;
}
/*End style two factor plugin */
.loginFooterMenu>ul>li:focus{
outline: none;
border: 0;
}
.loginFooterMenu>ul>li>a:focus{
outline: none;
border: 0;
}
.loginFooterMenu>ul>li>a{
color: #fff;
text-transform: uppercase;
text-decoration: none;
font-size: 14px;
}
.loginHead {
width:100%;
text-align: center;
margin-top: 0;
margin-bottom: 20px;
padding: 13px 0 0;
position: relative;
margin: 0;
}
.loginHead p a {
text-decoration: none;
}
.loginFooter {
display: table-footer-group;
}
.loginFooter p a {
display: inline-block;
margin: 0 5px;
}
.loginInner {
margin: 0 auto;
text-align: center;
margin-top: 20px;
margin-bottom: 0;
padding: 13px 0;
position: relative;
}
.copyRight{
text-align: center;
padding: 12px;
background-color: #efefef;
}
.loginpress-show-love{
color: #222;
}
.loginpress-show-love a{
color: #263466;
}
.loginpress-show-love a:hover{
color: #4d5d95;
}
@media screen and (max-width: 767px) {
#login{
width: 300px;
}
.login form{
padding-right: 0;
padding-left: 0;
}
.login .loginpress-show-love{
position: static;
text-align: center;
float: none;
background: rgba(255,255,255, .5);
margin-top: 11px;
padding-bottom: 0;
padding: 3px;
}
}
*{
box-sizing: border-box;
}
.login form input[type=checkbox]:focus{
box-shadow: none;
outline: none;
}
.login form .forgetmenot{
float: none;
}
.login form .forgetmenot label{
display:inline-block;
margin: 0;
}
#login::after{
}
#login{
}
html[dir="rtl"] .login form .input, html[dir="rtl"] .login input[type="text"]{
margin-right: 0;
}
body.login #loginpress_video-background-wrapper{
}
body.login #loginpress_video-background{
object-fit: cover;
}
body.login:after{
}
body.login {
background-image: url(https://edcjei.net/wp-content/uploads/2022/08/CO-es-20220801-popsignuptwoweeks-perspective_alpha_website_large-1.png);
position: relative;
}
.login h1{
}
.interim-login.login h1 a{
width: 144px;
}
.login h1 a {
background-image: url( https://edcjei.net/wp-content/uploads/2022/08/WhatsApp-Image-2022-08-21-at-5.49.08-PM.png ) !important;
width: 144px !important;
height: 144px !important;
background-size: contain !important;
}
.wp-core-ui #login .button-primary{
background: #ff32a9;
}
.wp-core-ui #login .button-primary:hover{
background: #ff595d;
color: #ffffff;
}
.wp-core-ui #login .button-primary, .wp-core-ui #login .two-factor-email-resend .button, .wp-core-ui #login .wp-generate-pw{
box-shadow: 0 0 0px rgba( 0,0,0,0.8 ); /* box-shadow: none; */
height: auto;
line-height: 20px;
padding: 13px;
float: none;
width: 100%;
}
.wp-core-ui #login .wp-generate-pw{
margin-bottom: 6px;
margin-top: 10px;
font: inherit;
font-size: 20px !important;;
border-radius: 30px;;
}
#loginform {
}
#loginform input[type="text"], #loginform input[type="password"]{
box-shadow: 0 0 0px rgba( 0,0,0,0.8 );}
#registerform input[type="text"], #registerform input[type="password"], #registerform input[type="number"], #registerform input[type="email"] {
box-shadow: 0 0 0px rgba( 0,0,0,0.8 );}
#lostpasswordform input[type="text"]{
box-shadow: 0 0 0px rgba( 0,0,0,0.8 );}
#login {
}
.login form .forgetmenot label {
color: #0a0a0a !important;
}
.login label {
font-size: 20px; color: #0a0a0a;
}
.login form .input, .login input[type="text"] {
background: #ffffff;
color: #0a0a0a;
}
#lostpasswordform {
}
#registerform {
}
#wfls-prompt-overlay {
}
.login .custom-message {
border-left: 4px solid #00a0d2;
background-color: #fff;
padding: 12px;
margin-left: 0;
margin-bottom: 20px;
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.login #nav {
}
.login #nav a, .login #nav{
color: #0a0a0a;
}
.login form .forgetmenot label{
font-size: 20px;;
}
.login input[type="submit"]{
font-size: 20px !important;;
border-radius: 30px;;
}
.login #nav a:hover{
color: #0a0a0a;
}
.login #backtoblog{
}
.login .copyRight{
background-color: #ff32a9;
}
/* .loginpress-show-love, .loginpress-show-love a{
color: ;
} */
.login .copyRight{
color: #ffffff;
}
.login #backtoblog a{
color: #0a0a0a;
}
.login #backtoblog{
}
.login #backtoblog a:hover{
color: #0a0a0a;
}
.loginHead {
}
.loginHead p a {
}
.loginHead p a:hover {
}
.loginFooter p a {
margin: 0 5px;
}
.loginFooter p a:hover {
}
.loginInner {
}
.wp-core-ui .button-primary{
text-shadow: none;
}
/*input:-webkit-autofill{
transition: all 100000s ease-in-out 0s !important;
transition-property: background-color, color !important;
}*/
.copyRight{
padding: 12px 170px;
}
.loginpress-show-love{
float: right;
font-style: italic;
padding-right: 20px;
padding-bottom: 10px;
position: absolute;
bottom: 3px;
right: 0;
z-index: 10;
}
.loginpress-show-love a{
text-decoration: none;
}
.love-postion{
left: 0;
padding-left: 20px;
}
.header-cell{
/* display: table-cell; */
height: 100px;
}
.loginHeaderMenu{
text-align: center;
position: relative;
z-index: 10;
list-style: none;
background: #333;
}
.loginHeaderMenu>ul>li{
display: inline-block;
vertical-align: top;
position: relative;
list-style: none;
}
.loginHeaderMenu>ul>li>a{
color: #fff;
text-transform: uppercase;
text-decoration: none;
font-size: 16px;
padding: 17px 20px;
display: inline-block;
}
.loginHeaderMenu>ul>li:hover>a{
background: #4CAF50;
color: #fff;
}
.loginHeaderMenu>ul>li>ul{
position: absolute;
width: 200px;
padding: 0;
top: 100%;
left: 0;
background: #fff;
list-style: none;
text-align: left;
border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.31);
box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.31);
overflow: hidden;
opacity: 0;
visibility: hidden;
}
.loginHeaderMenu>ul>li:hover>ul{
opacity: 1;
visibility: visible;
}
.loginHeaderMenu>ul>li>ul>li{
font-size: 15px;
color: #333;
}
.loginHeaderMenu>ul>li>ul>li>a{
color: #333;
padding: 10px;
display: block;
text-decoration: none;
}
.loginHeaderMenu>ul>li>ul>li>a:hover {
background: rgba(51, 51, 51, 0.35);
color: #fff;
}
.loginHeaderMenu>ul {
flex-wrap: wrap;
display: flex;
justify-content: center;
}
.loginFooterMenu{
text-align: center;
background-color: rgba(0,0,0,.7);
}
.loginFooterMenu>ul{
display: inline-flex;
}
.loginFooterMenu>ul>li{
display: inline-block;
padding: 18px;
}
.loginFooterMenu>ul>li:focus{
outline: none;
border: 0;
}
.loginFooterMenu>ul>li>a:focus{
outline: none;
border: 0;
}
.loginFooterMenu>ul>li>a{
color: #fff;
text-transform: uppercase;
text-decoration: none;
font-size: 14px;
}
.loginFooterMenu>ul {
flex-wrap: wrap;
display: flex;
justify-content: center;
}
.loginpress-caps-lock{
background: rgba(51, 56, 61, 0.9);
color: #fff;
display: none;
font-size: 14px;
width: 120px;
padding: 5px 10px;
line-height: 20px;
position: absolute;
left: calc(100% + 10px);
top: 50%;
transform: translateY(-50%);
border-radius: 5px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-align: center;
-webkit-box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.20);
box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.20);
margin-left: 5px;
font-weight: normal;
margin: 0;
display: none;
}
.loginpress-caps-lock:before{
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 5px 0;
border-color: transparent rgba(51, 56, 61, 0.9) transparent transparent;
position: absolute;
top: 50%;
right: 100%;
margin-left: 0;
margin-top: -5px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
z-index: 1;
}
.login form{
overflow: visible;
border: none;
}
#loginform .user-pass-fields input{
margin-bottom: 0;
}
#loginform .user-pass-fields {
margin-bottom: 18px;
position: relative;
}
#login form p.submit{
position: relative;
clear: both;
}
input[type=checkbox]:checked::before{
margin: -.35rem 0 0 -.375rem;
}
/* LoginPress input field since 1.1.20 */
/* .loginpress-input-wrap{
position: relative;
}
.loginpres-input-field {
transition: 0.4s;
}
.loginpres-input-field ~ .focus-border:before, .loginpres-input-field ~ .focus-border:after{
content: "";
position: absolute;
top: 0;
left: 50%;
width: 0;
height: 2px;
background-color: #3399FF;
transition: 0.4s;
z-index: 999;
}
.loginpres-input-field ~ .focus-border:after{
top: auto; bottom: 0;
}
.loginpres-input-field ~ .focus-border i:before, .loginpres-input-field ~ .focus-border i:after{
content: "";
position: absolute;
top: 50%;
left: 0;
width: 2px;
height: 0;
background-color: #3399FF;
transition: 0.6s;
}
.loginpres-input-field ~ .focus-border i:after{
left: auto; right: 0;
}
.loginpres-input-field:focus ~ .focus-border:before, .loginpres-input-field:focus ~ .focus-border:after{
left: 0;
width: 100%;
transition: 0.4s;
}
.loginpres-input-field:focus ~ .focus-border i:before, .loginpres-input-field:focus ~ .focus-border i:after{
top: 0;
height: 100%;
transition: 0.6s;
} */
/* ! LoginPress input field since 1.1.20 */
@media screen and (max-width: 1239px) and (min-width: 768px){
body.login #loginpress_video-background-wrapper{
}
}
@media screen and (max-width: 767px) {
.login h1 a {
max-width: 100%;
background-size: contain !important;
}
.copyRight{
padding: 12px;
}
.loginpress-caps-lock{
left: auto;
right: 0;
top: 149%;
}
.loginpress-caps-lock:before{
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 5px 5px;
border-color: transparent transparent rgba(51, 56, 61, 0.9) transparent;
position: absolute;
top: 0px;
left: 5px;
right: auto;
}
.loginpress-show-love{
display: none !important;
}
body.login #loginpress_video-background-wrapper{
}
}
@media screen and (max-height: 700px) {
.loginpress-show-love{
display: none !important;
}
}
/* The only rule that matters */
#loginpress_video-background {
/* making the video fullscreen */
position: fixed !important ;
right: 0 !important ;
bottom: 0 !important ;
width: 100% !important ;
height: 100% !important ;
z-index: -100 !important ;
}
body.login #login.login_tranparent,body.login #login.login_tranparent #loginform{
background: none !important;
}
body.login{
display: flex;
flex-direction: column;
}
body #login{
margin-bottom: 0;
}
body.login label[for="authcode"]:after{
display: none;
}
body.login label[for="authcode"]+input{
padding-left: 15px;
}
[for="language-switcher-locales"]:after{
display: none;
}
.language-switcher{
clear: both;
padding-top: 1px;
}
.login #language-switcher input[type="submit"]{
margin: 0;
color: #2271b1;
border-color: #2271b1;
background: #f6f7f7;
vertical-align: top;
height: inherit;
width: inherit;
font-size: inherit;
}
body{
font-family: "Imprima" !important;
}
.login input[type="submit"], .login form .input, .login input[type="text"] {
font-family: "Imprima" !important;
}
// Resize reCAPTCHA to fit width of container
// Since it has a fixed width, we're scaling
// using CSS3 transforms
// ------------------------------------------
// captchaScale = containerWidth / elementWidth
function scaleCaptcha(elementWidth) {
// Width of the reCAPTCHA element, in pixels
if(document.querySelector('.loginpress_recaptcha_wrapper')){
var reCaptchaWidth = 304;
// Get the containing element's width
var containerWidth = document.querySelector('.loginpress_recaptcha_wrapper').clientWidth;
// Only scale the reCAPTCHA if it won't fit
// inside the container
if(reCaptchaWidth > containerWidth) {
// Calculate the scale
var captchaScale = containerWidth / reCaptchaWidth;
// Apply the transformation
document.querySelector('.g-recaptcha').style.transform = 'scale(' + captchaScale + ')';
// console.log(captchaScale);
}
}
}
// $(function() {
// // Initialize scaling
// scaleCaptcha();
// // Update scaling on window resize
// // Uses jQuery throttle plugin to limit strain on the browser
// });
document.addEventListener("DOMContentLoaded", function(event) {
scaleCaptcha();
});
window.onresize = function(event) {
scaleCaptcha()
};
window.onload = function(){
scaleCaptcha()
};
Domain Summary
What is the traffic rank for Edcjei.net?
What percent of global Internet users visit Edcjei.net?
How many people visit Edcjei.net each day?
How much Edcjei.net can earn?
What is Edcjei.net estimated value?
What IP addresses does Edcjei.net resolve to?
Where are Edcjei.net servers located in?
edcjei.net Profile

What technologies does edcjei.net use?
These are the technologies used at edcjei.net. edcjei.net has a total of 7 technologies installed in 6 different categories.edcjei.net Traffic Analysis
Edcjei.net is ranked #1,282,669 in the world. This website is viewed by an estimated 3.9K visitors daily, generating a total of 9.4K pageviews. This equates to about 116.9K monthly visitors. Edcjei.net traffic has increased by 16.84% compared to last month.- Daily Unique Visitors:
- 3,859
- Monthly Visits:
- 116,928
- Pages per Visit:
- 2.42
- Daily Pageviews:
- 9,354
- Avg. visit duration:
- 17:12
- Bounce rate:
- 58.70%
- Global Reach:
- 7.83E-5%
- Monthly Visits (SEMrush):
- 116,946
- Monthly Unique Visitors (SEMrush):
- 10,729
- HypeRank:
- 1,282,669
Traffic sources
- Direct:
- 93.48%
- Referral:
- 6.52%
- Search:
- 0%
- Social:
- 0%
- Paid:
- 0%
Desktop vs Mobile
- Desktop:
- 100.00%
- Mobile:
- 0%
Total Visits Last 3 Months
Backlinks Report ▼
Edcjei.net has a total of 37 backlinks from 36 referring domains and most of them comes from United States.- Total Backlinks:
- 37
- Follow Links:
- n/a
- Nofollow Links:
- n/a
- Referring Domains:
- 36
- Referring IPs:
- 2
- Authority Domain Score:
- 0
Backlinks by country
- Country
- Domains
- United States 36
Backlinks by TLDs
- TLD Distribution
- Domains
- .pw
- 27
- .com
- 6
- .net
- 2
- .edu
- 0
- .gov
- 0
This can take up to 60 seconds. Please wait...
▼
SEMrush is a complete on line advertising and marketing platform that gives a extensive variety of gear and functions to help companies and entrepreneurs in enhancing their on line visibility and optimizing their virtual advertising and marketing strategies.- Domain:
- edcjei.net
- Rank:
(Rank based on keywords, cost and organic traffic) - n/a
- Organic Keywords:
(Number of keywords in top 20 Google SERP) - 0
- Organic Traffic:
(Number of visitors coming from top 20 search results) - 0
- Organic Cost:
((How much need to spend if get same number of visitors from Google Adwords) - $0.00
Revenue report ▼
Google.com would generate approximately $38.2 per day if the source of income were advertisements, which equates to an estimated monthly revenue of $1.1K and annual gross revenue of approximately $13.9K. Based on these figures, the site's net worth is estimated at around $36.4K.How much would edcjei.net make?
- Daily Revenue:
- $38.17
- Monthly Revenue:
- $1,145.10
- Yearly Revenue:
- $13,932.05
How much is edcjei.net worth?
- Website Value:
- $36.4K
Ad Experience Report ▼
Summary of the ad experience rating of a website for a specific platform.Mobile summary
- Root domain:
- edcjei.net
- Ad filtering:
(Chrome is not filtering ads on your site.) - Off
- Status:
(The status of the site that is reviewed for the Better Ads Standards.) - Not reviewed
Desktop summary
- Root domain:
- edcjei.net
- Ad filtering:
(Chrome is not filtering ads on your site.) - Off
- Status:
(The status of the site that is reviewed for the Better Ads Standards.) - Not reviewed
Abusive Experience Report ▼
Summary of the abusive experience rating of a website.- Root domain:
- edcjei.net
- Enforcement:
(Chrome is not preventing your site from opening new windows or tabs.) - Off
- Status:
(The status of the site reviewed for the abusive experiences.) - Not reviewed
Where is edcjei.net hosted? ▼
Edcjei.net may be hosted in multiple data centers distributed in different locations around the world. This is probably just one of them.- Server IP:
- 2607:f1c0:100f:f000::200, 74.208.236.166
- ASN:
- AS8560
- ISP:
- 1&1 Internet SE
- Server Location:
- Norwalk
California, CA
90650
United States, US
Other sites hosted on 74.208.236.166
How fast does edcjei.net load? ▼
The average loading time of edcjei.net is 912 ms. The Desktop speed index is 75 and mobile speed index is 57.- Average Load Time:
- 912 ms
Page Speed (Google PageSpeed Insights) - Desktop
Field Data
Over the last 30 days, the field data shows that this page has a speed compared to other pages in the Chrome User Experience Report.We are showing the 90th percentile of FCP and the 95th percentile of FID.Origin Data
All pages served from this origin have an speed compared to other pages in the Chrome User Experience Report. over the last 30 days.To view suggestions tailored to each page, analyze individual page URLs.Lab Data
A `<meta name="viewport">` not only optimizes your app for mobile screen sizes, but also prevents . a 300 millisecond delay to user input Learn more about using the viewport meta tag
Some third-party embeds can be lazy loaded. Consider replacing them with a facade until they are required. Learn how to defer third-parties with a facade
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric
Set a timing budget to help you keep an eye on the performance of your site. Performant sites load fast and respond to user input events quickly. Learn more about performance budgets
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric
Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. Learn more about the Total Blocking Time metric
First Contentful Paint marks the time at which the first text or image is painted. Learn more about the First Contentful Paint metric
Largest Contentful Paint marks the time at which the largest text or image is painted. Learn more about the Largest Contentful Paint metric
Speed Index shows how quickly the contents of a page are visibly populated. Learn more about the Speed Index metric
Keep the quantity and size of network requests under the targets set by the provided performance budget. Learn more about performance budgets
First Meaningful Paint measures when the primary content of a page is visible. Learn more about the First Meaningful Paint metric
Page Speed (Google PageSpeed Insights) - Mobile
Field Data
Over the last 30 days, the field data shows that this page has a speed compared to other pages in the Chrome User Experience Report.We are showing the 90th percentile of FCP and the 95th percentile of FID.Origin Data
All pages served from this origin have an speed compared to other pages in the Chrome User Experience Report. over the last 30 days.To view suggestions tailored to each page, analyze individual page URLs.Lab Data
Keep the quantity and size of network requests under the targets set by the provided performance budget. Learn more about performance budgets
First Meaningful Paint measures when the primary content of a page is visible. Learn more about the First Meaningful Paint metric
Speed Index shows how quickly the contents of a page are visibly populated. Learn more about the Speed Index metric
A `<meta name="viewport">` not only optimizes your app for mobile screen sizes, but also prevents . a 300 millisecond delay to user input Learn more about using the viewport meta tag
Set a timing budget to help you keep an eye on the performance of your site. Performant sites load fast and respond to user input events quickly. Learn more about performance budgets
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric
Largest Contentful Paint marks the time at which the largest text or image is painted. Learn more about the Largest Contentful Paint metric
Some third-party embeds can be lazy loaded. Consider replacing them with a facade until they are required. Learn how to defer third-parties with a facade
First Contentful Paint marks the time at which the first text or image is painted. Learn more about the First Contentful Paint metric
Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. Learn more about the Total Blocking Time metric
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric
Does edcjei.net use compression? ▼
Website compression is the process of reducing the size of website files, such as HTML, CSS, JavaScript, and image files, to improve website performance and load times. Compressing website files can significantly reduce the amount of data that needs to be transferred from the server to the user's browser, resulting in faster page load times and improved user experience. Files on edcjei.net are reduced by 69%.Compressed size: 9.77 KB
File reduced by: 21.79 KB (69%)
Google Safe Browsing ▼
Google Safe Browsing is a service provided by Google that helps protect users from visiting websites that may contain malicious or harmful content, such as malware, phishing attempts, or deceptive software.SSL Checker - SSL Certificate Verify ▼
An SSL (Secure Sockets Layer) certificate is a digital certificate that establishes a secure encrypted connection between a web server and a user's web browser. It provides authentication and encryption, ensuring that data transmitted between the server and the browser remains private and protected. edcjei.net supports HTTPS.Verifying SSL Support. Please wait...
Organization:
Location:
Issuer: Encryption Everywhere DV TLS CA - G1
Valid from: Aug 21 00:00:00 2022 GMT
Valid until: Aug 21 23:59:59 2023 GMT
Authority: CA:FALSE
Keysize: 2048 Bits
Organization: DigiCert Inc, OU = www.digicert.com
Location: US
Issuer: DigiCert Global Root CA
Valid from: Nov 27 12:46:10 2017 GMT
Valid until: Nov 27 12:46:10 2027 GMT
Authority: CA:TRUE
Keysize: 2048 Bits
Verify HTTP/2 Support ▼
HTTP/2 (Hypertext Transfer Protocol version 2) is a major revision of the HTTP protocol, which is the foundation of data communication on the World Wide Web. It was developed as an improvement over the previous HTTP/1.1 version to enhance web performance and efficiency.Verifying HTTP/2.0 Support. Please wait...
Http Header ▼
HTTP headers are extra portions of records despatched among a consumer (which include an internet browser) and a server at some stage in an HTTP request or response. They offer instructions, metadata, or manipulate parameters for the conversation among the consumer and server.content-type: text/html; charset=UTF-8
location: https://edcjei.net/wp-login.php?redirect_to=https%3A%2F%2Fedcjei.net%2F
date: Sat, 29 Apr 2023 19:58:04 GMT
server: Apache
x-powered-by: PHP/8.0.28
expires: Wed, 11 Jan 1984 05:00:00 GMT
cache-control: no-cache, must-revalidate, max-age=0
x-redirect-by: WordPress
HTTP/2 200
content-type: text/html; charset=UTF-8
date: Sat, 29 Apr 2023 19:58:04 GMT
server: Apache
x-powered-by: PHP/8.0.28
expires: Wed, 11 Jan 1984 05:00:00 GMT
cache-control: no-cache, must-revalidate, max-age=0
x-frame-options: SAMEORIGIN
set-cookie: wordpress_test_cookie=WP%20Cookie%20check; path=/; secure
content-encoding: gzip
DNS Lookup ▼
DNS entries (Domain Name System) are a critical component of the Internet infrastructure. They act as directories that translate human-readable domain names (such as example.com) to machine-readable IP addresses. DNS records are stored on DNS servers and help forward internet traffic efficiently.Type | Ip | Target/Txt | TTL |
SOA | 3600 | ||
Mname | ns1066.ui-dns.org | ||
Rname | hostmaster.1und1.com | ||
Serial Number | 2017060103 | ||
Refresh | 28800 | ||
Retry | 7200 | ||
Expire | 604800 | ||
Minimum TTL | 600 | ||
MX | 3600 | ||
MX | 3600 | ||
A | 74.208.236.166 | 3600 | |
AAAA | 2607:f1c0:100f:f000::200 | 3539 | |
NS | 3539 | ||
NS | 3539 | ||
NS | 3539 | ||
NS | 3539 |
Whois Lookup ▼
Domain WHOIS is a public database that provides information about domain names, including registered owners, contact information, domain registrars, registration and expiration dates, name servers, and other relevant information. Domain registration for this website began on August 19, 2022 and will expire on August 19, 2023 if not renewed. This website is now assigned through the registrar IONOS SE. The WHOIS data for this website's domain was last updated on August 19, 2022.- Domain Created:
- 2022-08-19
- Domain Expires:
- 2023-08-19
- Domain Updated:
- 2022-08-19
- Domain Age:
- 2 years 6 months 30 days
- Domain Registrar:
- IONOS SE
- Domain Owner:
- REDACTED FOR PRIVACY
- WhoIs:
Domain Name: edcjei.net Registry Domain ID: 2719455217_DOMAIN_NET-VRSN Registrar WHOIS Server: whois.ionos.com Registrar URL: http://ionos.com Updated Date: 2022-08-20T03:48:49.000Z Creation Date: 2022-08-20T03:48:48.000Z Registrar Registration Expiration Date: 2023-08-20T03:48:48.000Z Registrar: IONOS SE Registrar IANA ID: 83 Registrar Abuse Contact Email:Registrar Abuse Contact Phone: +1.8774612631 Reseller: Domain Status: clientTransferProhibited https://www.icann.org/epp#clientTransferProhibited Domain Status: addPeriod https://www.icann.org/epp#addPeriod Registry Registrant ID: REDACTED FOR PRIVACY Registrant Name: REDACTED FOR PRIVACY Registrant Organization: Registrant Street: REDACTED FOR PRIVACY Registrant City: REDACTED FOR PRIVACY Registrant State/Province: Registrant Postal Code: REDACTED FOR PRIVACY Registrant Country: CO Registrant Phone: REDACTED FOR PRIVACY Registrant Phone Ext: Registrant Fax: REDACTED FOR PRIVACY Registrant Fax Ext: Registrant Email:
Registry Admin ID: REDACTED FOR PRIVACY Admin Name: REDACTED FOR PRIVACY Admin Organization: REDACTED FOR PRIVACY Admin Street: REDACTED FOR PRIVACY Admin City: REDACTED FOR PRIVACY Admin State/Province: REDACTED FOR PRIVACY Admin Postal Code: REDACTED FOR PRIVACY Admin Country: REDACTED FOR PRIVACY Admin Phone: REDACTED FOR PRIVACY Admin Phone Ext: REDACTED FOR PRIVACY Admin Fax: REDACTED FOR PRIVACY Admin Fax Ext: REDACTED FOR PRIVACY Admin Email:
Registry Tech ID: REDACTED FOR PRIVACY Tech Name: REDACTED FOR PRIVACY Tech Organization: REDACTED FOR PRIVACY Tech Street: REDACTED FOR PRIVACY Tech City: REDACTED FOR PRIVACY Tech State/Province: REDACTED FOR PRIVACY Tech Postal Code: REDACTED FOR PRIVACY Tech Country: REDACTED FOR PRIVACY Tech Phone: REDACTED FOR PRIVACY Tech Phone Ext: REDACTED FOR PRIVACY Tech Fax: REDACTED FOR PRIVACY Tech Fax Ext: REDACTED FOR PRIVACY Tech Email:
Nameserver: ns1066.ui-dns.org Nameserver: ns1092.ui-dns.de Nameserver: ns1113.ui-dns.biz Nameserver: ns1111.ui-dns.com DNSSEC: Unsigned URL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/ >>> Last update of WHOIS database: 2023-04-29T19:58:55Z