Skip to content

Bug on parseViewOrLayoutPath #429

@henriquefeijo

Description

@henriquefeijo

On Version 3.5 there is a bug on line 1870, 1872 and 1874. (I suspect the bug is on version 3.x)

The line:

if ( !cachedFileExists( expandPath( defaultPath ) ) )

should be:

if ( !cachedFileExists( defaultPath ) )

Since cachedFileExists already performs an expandPath() inside the function. By doing this the cache is never created because of the double ExpandPath() being executed. After I fixed on my side, my website is running a lot faster now when "cacheFileExists = true"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions