For AI agents: the complete documentation index is available at https://docs.clickmax.io/en/llms.txt, the full documentation bundle is available at https://docs.clickmax.io/en/llms-full.txt, and this page is available as Markdown at https://docs.clickmax.io/en/guides/speed-up-my-pages.md.
  • English
  • My page is slow — how do I speed it up?

    A slow page loses the visitor before they read anything — and the effect is worse on a phone with a poor connection, which is usually most of your paid traffic. The good news is that the cause is almost always in one of three places.

    Before you start

    • Role: Owner, Admin or Editor.
    • Measure on a phone, not just on your computer with a good connection.

    Order of impact

    WeightCauseFix
    1Oversized imagesCompress and resize before uploading
    2Video that loads automaticallyLoad it on demand
    3External scriptsRemove what you do not use
    4Fonts and animationsLimit the variations

    1. Start with the images

    This is where almost all of the gain is. Before uploading:

    • Resize to the size the image is actually displayed at. A 4000px image shown at 800px loads ten times more data than it needs to.
    • Compress it, and prefer light formats such as WebP.

    If a file is rejected for being too large, that is a signal rather than an obstacle — see the upload limits (Portuguese).

    2. Deal with the videos

    Autoplaying video in high quality is the heaviest single item a page can carry. In a VSL funnel the video is the content — but even then it does not need to block the rest of the page from loading.

    3. Clean up the scripts

    Every external script is one more request. Testing tools, heatmaps and old pixels get forgotten on the page and carry on weighing it down.

    Review what is configured in scripts across pages and remove anything unused.

    4. Trim the page

    Sections, animations and font variations all cost. A conversion page does not need everything a corporate site would have.

    5. Measure again

    After every change, test on a phone on a real mobile network. That is the only measurement that represents your visitor.

    If it didn't work

    • Still slow after optimising the images: review the videos and the scripts.
    • Fast on a computer and slow on a phone: the weight is in an image or a video.
    • The file is rejected on upload: see the upload limits (Portuguese).