Opened 3 years ago
Closed 3 years ago
#1085 closed enhancement (fixed)
podpres: enhancement for loading time of the podpress pages (podpress_url())
| Reported by: | ntm | Owned by: | seek3r |
|---|---|---|---|
| Priority: | normal | Component: | podpress |
| Severity: | normal | Keywords: | podpress, podpress_url |
| Cc: | seek3r, azaozz, ntm |
Description
The function podpress_url() (podpress_functions.php) gives the URL of podPress plugin folder back. Until now it makes every time a db query to get the siteurl via get_settings('siteurl'). But this works probably much fast with the constant PODPRESS_URL which is part of Ticket #1075.
The attached patch contains the changes of Ticket #1068, too.
Attachments (1)
Change History (2)
Changed 3 years ago by ntm
comment:1 Changed 3 years ago by ntm
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
