• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

about the website speed

linker

Chevereto Member
Hi, when I use the gtmetrix test my website ,it is not very fast . So I change it many times. At the end I do the well ,but still slow than your website . see the picture ,can you tell me about the Waterfall Comparison or where can let me learn about it. thanks

left is mine ,right is chevereto.
12.png 13.png
 
No I don't, I meant I only have the DNS stuff that comes in the server nothing fancy.
 
thanks , Rodolfo. I also want to know about the CDN. I get a cdn form keycdn . do I put the url into the chevereto and change the A record ?
 
Yes you should do a CNAME to map cdndomain to cdn.yourdoman.com
Yes, and I put the cdn.yourdomain.com into the Chevere setting , it will be messy when I open the homepage.
Now I am not use the cdn if I don't solve . But I want to use it, it can let me fast in the world .
thanks
 
when I use the keycdn, i put the url into the cheverto setting ,but the homesite is messy . and there is some offer to me ,but I don't know where to find it and which file .


Simplified Example:
Origin URL
www.yourwebsite.com
Zone URL (CDN URL)
lorem-1af.kxcdn.com
Your website:
<html>
<head>
<link href="http://www.yourwebsite.com/css/yourstyle.css" rel="stylesheet">
</head>
<body>
<h1>Your Website Something</h1>
<a href="http://www.yourwebsite.com/news.html" alt="just another link on your website">Your News</a>
<p>My first paragraph.</p>
<img src="http://www.yourwebsite.com/img/img.jpg" alt="just an example">
</body>
</html>
After you integrated the CDN in your website:
<html>
<head>
<link href="http://lorem-1af.kxcdn.com/css/yourstyle.css" rel="stylesheet">
</head>
<body>
<h1>Your Website Something</h1>
<a href="http://www.yourwebsite.com/news.html" alt="just another link on your website">Your News</a>
<p>My first paragraph.</p>
<img src="http://lorem-1af.kxcdn.com/img/img.jpg" alt="just an example">
</body>
</html>

--------------------------------------------------------------------------------------------------------------------
 
Back
Top