Giới thiệu
Bảng giá
Hướng dẫn sử dụng
Văn bản
Tin tức
Chính sách
Biểu mẫu
Trang cá nhân
Trang chủ
Văn bản
Pháp luật
var phpdebugbar = new PhpDebugBar.DebugBar(); phpdebugbar.addIndicator("php_version", new PhpDebugBar.DebugBar.Indicator({"icon":"code","tooltip":"PHP Version"}), "right"); phpdebugbar.addTab("messages", new PhpDebugBar.DebugBar.Tab({"icon":"list-alt","title":"Messages", "widget": new PhpDebugBar.Widgets.MessagesWidget()})); phpdebugbar.addIndicator("time", new PhpDebugBar.DebugBar.Indicator({"icon":"clock-o","tooltip":"Request Duration"}), "right"); phpdebugbar.addTab("timeline", new PhpDebugBar.DebugBar.Tab({"icon":"tasks","title":"Timeline", "widget": new PhpDebugBar.Widgets.TimelineWidget()})); phpdebugbar.addIndicator("memory", new PhpDebugBar.DebugBar.Indicator({"icon":"cogs","tooltip":"Memory Usage"}), "right"); phpdebugbar.addTab("exceptions", new PhpDebugBar.DebugBar.Tab({"icon":"bug","title":"Exceptions", "widget": new PhpDebugBar.Widgets.ExceptionsWidget()})); phpdebugbar.addTab("views", new PhpDebugBar.DebugBar.Tab({"icon":"leaf","title":"Views", "widget": new PhpDebugBar.Widgets.TemplatesWidget()})); phpdebugbar.addTab("route", new PhpDebugBar.DebugBar.Tab({"icon":"share","title":"Route", "widget": new PhpDebugBar.Widgets.HtmlVariableListWidget()})); phpdebugbar.addIndicator("currentroute", new PhpDebugBar.DebugBar.Indicator({"icon":"share","tooltip":"Route"}), "right"); phpdebugbar.addTab("queries", new PhpDebugBar.DebugBar.Tab({"icon":"database","title":"Queries", "widget": new PhpDebugBar.Widgets.SQLQueriesWidget()})); phpdebugbar.addTab("models", new PhpDebugBar.DebugBar.Tab({"icon":"cubes","title":"Models", "widget": new PhpDebugBar.Widgets.HtmlVariableListWidget()})); phpdebugbar.addTab("emails", new PhpDebugBar.DebugBar.Tab({"icon":"inbox","title":"Mails", "widget": new PhpDebugBar.Widgets.MailsWidget()})); phpdebugbar.addTab("gate", new PhpDebugBar.DebugBar.Tab({"icon":"list-alt","title":"Gate", "widget": new PhpDebugBar.Widgets.MessagesWidget()})); phpdebugbar.addTab("session", new PhpDebugBar.DebugBar.Tab({"icon":"archive","title":"Session", "widget": new PhpDebugBar.Widgets.VariableListWidget()})); phpdebugbar.addTab("request", new PhpDebugBar.DebugBar.Tab({"icon":"tags","title":"Request", "widget": new PhpDebugBar.Widgets.HtmlVariableListWidget()})); phpdebugbar.setDataMap({ "php_version": ["php.version", ], "messages": ["messages.messages", []], "messages:badge": ["messages.count", null], "time": ["time.duration_str", '0ms'], "timeline": ["time", {}], "memory": ["memory.peak_usage_str", '0B'], "exceptions": ["exceptions.exceptions", []], "exceptions:badge": ["exceptions.count", null], "views": ["views", []], "views:badge": ["views.nb_templates", 0], "route": ["route", {}], "currentroute": ["route.uri", ], "queries": ["queries", []], "queries:badge": ["queries.nb_statements", 0], "models": ["models.data", {}], "models:badge": ["models.count", 0], "emails": ["symfonymailer_mails.mails", []], "emails:badge": ["symfonymailer_mails.count", null], "gate": ["gate.messages", []], "gate:badge": ["gate.count", null], "session": ["session", {}], "request": ["request", {}] }); phpdebugbar.restoreState(); phpdebugbar.ajaxHandler = new PhpDebugBar.AjaxHandler(phpdebugbar, undefined, true); phpdebugbar.ajaxHandler.bindToFetch(); phpdebugbar.ajaxHandler.bindToXHR(); phpdebugbar.setOpenHandler(new PhpDebugBar.OpenHandler({"url":"https:\/\/dulieuphapluat.vn\/_debugbar\/open"})); phpdebugbar.addDataSet({"__meta":{"id":"X7182498645c6c54cc96d7bd27f586f70","datetime":"2025-06-06 04:02:10","utime":1749182530.68342,"method":"GET","uri":"\/van-ban\/thue-phi-le-phi-van-ban\/nghi-dinh-412020nd-cp-ve-gia-han-thoi-han-nop-thue-va-tien-thue-dat-36106.html","ip":"172.71.254.53"},"php":{"version":"8.1.32","interface":"apache2handler"},"messages":{"count":0,"messages":[]},"time":{"start":1749182530.651046,"end":1749182530.683431,"duration":0.03238487243652344,"duration_str":"32.38ms","measures":[{"label":"Booting","start":1749182530.651046,"relative_start":0,"end":1749182530.668692,"relative_end":1749182530.668692,"duration":0.017646074295043945,"duration_str":"17.65ms","memory":0,"memory_str":"0B","params":[],"collector":"time"},{"label":"Application","start":1749182530.668701,"relative_start":0.017654895782470703,"end":1749182530.683433,"relative_end":2.1457672119140625e-6,"duration":0.014732122421264648,"duration_str":"14.73ms","memory":0,"memory_str":"0B","params":[],"collector":"time"}]},"memory":{"peak_usage":2264152,"peak_usage_str":"2MB"},"exceptions":{"count":0,"exceptions":[]},"views":{"nb_templates":0,"templates":[]},"route":{"uri":"GET van-ban\/{category}\/{slug}.html","middleware":"web","controller":"App\\Http\\Controllers\\LegalDocController@show","namespace":null,"prefix":"","where":[],"file":"
app\/Http\/Controllers\/LegalDocController.php:96-211<\/a>"},"queries":{"nb_statements":1,"nb_failed_statements":0,"accumulated_duration":0.00186,"accumulated_duration_str":"1.86ms","memory_usage":0,"memory_usage_str":null,"statements":[{"sql":"select exists(select * from `url_cache_ex` where `url` = '\/van-ban\/thue-phi-le-phi-van-ban\/nghi-dinh-412020nd-cp-ve-gia-han-thoi-han-nop-thue-va-tien-thue-dat-36106.html') as `exists`","type":"query","params":[],"bindings":["\/van-ban\/thue-phi-le-phi-van-ban\/nghi-dinh-412020nd-cp-ve-gia-han-thoi-han-nop-thue-va-tien-thue-dat-36106.html"],"hints":null,"show_copy":false,"backtrace":[{"index":10,"namespace":null,"name":"app\/Http\/Middleware\/CacheGuestPageMiddleware.php","file":"\/var\/www\/html\/dulieuphapluat.vn\/app\/Http\/Middleware\/CacheGuestPageMiddleware.php","line":24},{"index":11,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/dulieuphapluat.vn\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":183},{"index":12,"namespace":null,"name":"app\/Http\/Middleware\/CacheResponse.php","file":"\/var\/www\/html\/dulieuphapluat.vn\/app\/Http\/Middleware\/CacheResponse.php","line":25},{"index":13,"namespace":null,"name":"vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","file":"\/var\/www\/html\/dulieuphapluat.vn\/vendor\/laravel\/framework\/src\/Illuminate\/Pipeline\/Pipeline.php","line":183},{"index":14,"namespace":"middleware","name":"admin","file":"\/var\/www\/html\/dulieuphapluat.vn\/app\/Http\/Middleware\/AdminMiddleware.php","line":22}],"start":1749182530.6701782,"duration":0.00186,"duration_str":"1.86ms","memory":0,"memory_str":null,"filename":"CacheGuestPageMiddleware.php:24","source":"app\/Http\/Middleware\/CacheGuestPageMiddleware.php:24","xdebug_link":{"url":"phpstorm:\/\/open?file=%2Fvar%2Fwww%2Fhtml%2Fdulieuphapluat.vn%2Fapp%2FHttp%2FMiddleware%2FCacheGuestPageMiddleware.php&line=24","ajax":false,"filename":"CacheGuestPageMiddleware.php","line":"24"},"connection":"dlpl_v3","start_percent":0,"width_percent":100}]},"models":{"data":[],"count":0,"is_counter":true},"symfonymailer_mails":{"count":0,"mails":[]},"gate":{"count":0,"messages":[]},"session":{"_token":"pGX7a5chMLcUubqcukYiNv3e366AkSWZWZupUvg0","_previous":"array:1 [\n \"url\" => \"https:\/\/dulieuphapluat.vn\/van-ban\/thue-phi-le-phi-van-ban\/nghi-dinh-412020nd-cp-ve-gia-han-thoi-han-nop-thue-va-tien-thue-dat-36106.html\"\n]","_flash":"array:2 [\n \"old\" => []\n \"new\" => []\n]","PHPDEBUGBAR_STACK_DATA":"[]"},"request":{"path_info":"\/van-ban\/thue-phi-le-phi-van-ban\/nghi-dinh-412020nd-cp-ve-gia-han-thoi-han-nop-thue-va-tien-thue-dat-36106.html","status_code":"
200<\/span>\n<\/pre>