Skip to content

Slow dashboard loading #109

@Dloranger

Description

@Dloranger

Found a workaround for the slow dashboard loading issue that shows up from time to time.

Setting the DNS name server away from DHCP to instead using a well know static such as google (8.8.8.8) causes a slow dashboard to load instantly

This can be set using the file at /etc/dhcpd.conf and setting the static ip as follows

for best reliability use the google servrers
$echo "static domain_name_servers=8.8.8.8" >> /etc/dhcpcd.conf

for privacy perhaps use DNSWATCH servers instead
$echo "static domain_name_servers=84.200.69.80" >> /etc/dhcpcd.conf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions